Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
iorpc_pollfd_setup Union Reference

#include <iorpc.h>

Data Fields

struct {
   int   fd
 
user
 
struct {
   int   x
 
   int   y
 
   int   ipi
 
   int   event
 
kernel
 

Detailed Description

A structure used to describe interrupts used with poll(). The format differs significantly for requests from user to kernel, and kernel to hypervisor. As with the mem_buffer_t, translation between the formats is done at each level.

Definition at line 419 of file iorpc.h.

Field Documentation

evt_num

Definition at line 432 of file iorpc.h.

Pollable file descriptor.

Definition at line 423 of file iorpc.h.

int ipi

int_num

Definition at line 431 of file iorpc.h.

struct { ... } kernel

pollfd_setup as described by the kernel.

struct { ... } user

pollfd_setup as described by user applications.

int x

X coord.

Definition at line 429 of file iorpc.h.

int y

Y coord.

Definition at line 430 of file iorpc.h.


The documentation for this union was generated from the following file: