Home
last modified time | relevance | path

Searched refs:i2o_evt_info (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/
Di2o-dev.h43 #define I2OEVTGET _IOR(I2O_MAGIC_NUMBER,11,struct i2o_evt_info)
97 struct i2o_evt_info struct
106 struct i2o_evt_info info; argument
/linux-2.4.37.9/drivers/message/i2o/
Di2o_config.c54 struct i2o_evt_info event_q[I2O_EVT_Q_LEN];
805 memcpy(&kget.info, &p->event_q[p->q_out], sizeof(struct i2o_evt_info)); in ioctl_evt_get()