Searched defs:structs_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.c1158 uint16_t attr_id, void **structs_payloadp, size_t *structs_payload_lengthp,
1170 *structs_payload_lengthp = 0;
1302 *structs_payload_lengthp = buf_payload_length;
1304 *structs_payload_lengthp, km_sleep_flag);
1307 *structs_payload_lengthp = 0;
1312 *structs_payload_lengthp);
1348 *structs_payload_lengthp = num_records * struct_size;
1350 *structs_payloadp = kmem_zalloc(*structs_payload_lengthp,
1359 tnf_int, size, *structs_payload_lengthp);
1361 *structs_payload_lengthp
1157 ibmf_saa_utils_unpack_payload(uchar_t *buf_payload, size_t buf_payload_length, uint16_t attr_id, void **structs_payloadp, size_t *structs_payload_lengthp, uint16_t attr_offset, boolean_t is_get_resp, int km_sleep_flag) argument
[all...]

Completed in 60 milliseconds