Lines Matching defs:reply
55 * IPNORPY - Indicates a one-way message. No reply expected.
1213 * @flags: how the reply is sent (IUCV_IPRMDATA, IUCV_IPPRTY, IUCV_IPBUFLST)
1214 * @reply: address of reply data buffer or address of struct iucv_array
1215 * @size: length of reply data buffer
1218 * must identify completely the message to which you wish to reply. ie,
1225 u8 flags, void *reply, size_t size)
1242 memcpy(parm->dpl.iprmmsg, reply, min_t(size_t, size, 8));
1244 parm->db.ipbfadr1 = (u32)(addr_t) reply;
1269 * receiver will not reply to the message.
1323 * receiver will not reply to the message.
1345 * @flags: how the message is sent and the reply is received
1351 * @asize: size of reply buffer
1356 * reply to the message and a buffer is provided into which IUCV moves
1357 * the reply to this message.