Searched defs:buf_payload_lengthp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_saa_utils.c967 size_t *buf_payload_lengthp, int km_sleep_flag)
977 *buf_payload_lengthp = NULL;
1103 *buf_payload_lengthp = structs_payload_length;
1104 *buf_payloadp = kmem_zalloc(*buf_payload_lengthp,
1108 *buf_payload_lengthp = 0;
1113 *buf_payload_lengthp);
1118 *buf_payload_lengthp = structs_payload_length / struct_size * buf_size;
1120 *buf_payloadp = kmem_zalloc(*buf_payload_lengthp, km_sleep_flag);
1128 tnf_int, size, *buf_payload_lengthp);
1130 *buf_payload_lengthp
965 ibmf_saa_utils_pack_payload(uchar_t *structs_payload, size_t structs_payload_length, uint16_t attr_id, void **buf_payloadp, size_t *buf_payload_lengthp, int km_sleep_flag) argument
[all...]

Completed in 47 milliseconds