Query: i2o_event_register
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
I2O_EVENT_REGISTER(9) Message-based devices I2O_EVENT_REGISTER(9)NAMEi2o_event_register - Turn on/off event notification for a I2O deviceSYNOPSISint i2o_event_register(struct i2o_device * dev, struct i2o_driver * drv, int tcntxt, u32 evt_mask);ARGUMENTSdev I2O device which should receive the event registration request drv driver which want to get notified tcntxt transaction context to use with this notifier evt_mask mask of eventsDESCRIPTIONCreate and posts an event registration message to the task. No reply is waited for, or expected. If you do not want further notifications, call the i2o_event_register again with a evt_mask of 0. Returns 0 on success or negative error code on failure.COPYRIGHTKernel Hackers Manual 3.10 June 2014 I2O_EVENT_REGISTER(9)
Related Man Pages |
---|
struct_input_polled_dev(9) - centos |
dev_clone(9) - debian |
iop(4) - netbsd |
struct_input_handler(9) - suse |
dev_clone(9) - freebsd |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Weird 'find' results |
How to increment version inside a file? |
Unsure why access time on a directory change isn't changing |
[TIP] Processing YAML files with yq |