1I2O_MSG_POST_WAIT(9) Message-based devices I2O_MSG_POST_WAIT(9)
2
3
4
6 i2o_msg_post_wait - Post and wait a message and wait until return
7
9 int i2o_msg_post_wait(struct i2o_controller * c,
10 struct i2o_message * msg, unsigned long timeout);
11
13 c
14 controller
15
16 msg
17 message to post
18
19 timeout
20 time in seconds to wait
21
23 This API allows an OSM to post a message and then be told whether or
24 not the system received a successful reply. If the message times out
25 then the value ´-ETIMEDOUT´ is returned.
26
27 Returns 0 on success or negative error code on failure.
28
30Kernel Hackers Manual 2.6. June 2019 I2O_MSG_POST_WAIT(9)