Query: i2o_msg_post_wait
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
I2O_MSG_POST_WAIT(9) Message-based devices I2O_MSG_POST_WAIT(9)NAMEi2o_msg_post_wait - Post and wait a message and wait until returnSYNOPSISint i2o_msg_post_wait(struct i2o_controller * c, struct i2o_message * msg, unsigned long timeout);ARGUMENTSc controller msg message to post timeout time in seconds to waitDESCRIPTIONThis API allows an OSM to post a message and then be told whether or not the system received a successful reply. If the message times out then the value '-ETIMEDOUT' is returned. Returns 0 on success or negative error code on failure.COPYRIGHTKernel Hackers Manual 2.6. July 2010 I2O_MSG_POST_WAIT(9)