Lines Matching refs:buffer
72 * iucv_array : Defines buffer array.
74 * Use a pointer to an iucv_array as the buffer, reply or answer
334 * @buffer: address of data buffer or address of struct iucv_array
335 * @size: length of data buffer
347 u8 flags, void *buffer, size_t size, size_t *residual);
354 * @buffer: address of data buffer or address of struct iucv_array
355 * @size: length of data buffer
367 u8 flags, void *buffer, size_t size,
388 * @reply: address of data buffer or address of struct iucv_array
389 * @size: length of reply data buffer
407 * @buffer: address of data buffer or address of struct iucv_array
408 * @size: length of send buffer
411 * transmitted is in a buffer and this is a one-way message and the
419 u8 flags, u32 srccls, void *buffer, size_t size);
427 * @buffer: address of data buffer or address of struct iucv_array
428 * @size: length of send buffer
431 * transmitted is in a buffer and this is a one-way message and the
439 u8 flags, u32 srccls, void *buffer, size_t size);
448 * @buffer: address of data buffer or address of struct iucv_array
449 * @size: length of send buffer
450 * @ansbuf: address of answer buffer or address of struct iucv_array
451 * @asize: size of reply buffer
454 * transmitted is in a buffer. The receiver of the send is expected to
455 * reply to the message and a buffer is provided into which IUCV moves
461 u8 flags, u32 srccls, void *buffer, size_t size,
466 u8 flags, void *buffer, size_t size, size_t *residual);
468 struct iucv_message *msg, u8 flags, void *buffer, size_t size,
474 u8 flags, u32 srccls, void *buffer, size_t size);
476 u8 flags, u32 srccls, void *buffer, size_t size);
478 struct iucv_message *msg, u8 flags, u32 srccls, void *buffer,