Lines Matching refs:reply
55 * IPNORPY - Indicates a one-way message. No reply expected.
1211 * @flags: how the reply is sent (IUCV_IPRMDATA, IUCV_IPPRTY, IUCV_IPBUFLST)
1212 * @reply: address of reply data buffer or address of struct iucv_array
1213 * @size: length of reply data buffer
1216 * must identify completely the message to which you wish to reply. ie,
1223 u8 flags, void *reply, size_t size)
1240 memcpy(parm->dpl.iprmmsg, reply, min_t(size_t, size, 8));
1242 parm->db.ipbfadr1 = (u32)(addr_t) reply;
1267 * receiver will not reply to the message.
1321 * receiver will not reply to the message.
1343 * @flags: how the message is sent and the reply is received
1349 * @asize: size of reply buffer
1353 * reply to the message and a buffer is provided into which IUCV moves
1354 * the reply to this message.