Home
last modified time | relevance | path

Searched refs:structs_payload_lengthp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_saa_utils.c1156 uint16_t attr_id, void **structs_payloadp, size_t *structs_payload_lengthp, in ibmf_saa_utils_unpack_payload() argument
1168 *structs_payload_lengthp = 0; in ibmf_saa_utils_unpack_payload()
1300 *structs_payload_lengthp = buf_payload_length; in ibmf_saa_utils_unpack_payload()
1302 *structs_payload_lengthp, km_sleep_flag); in ibmf_saa_utils_unpack_payload()
1305 *structs_payload_lengthp = 0; in ibmf_saa_utils_unpack_payload()
1310 *structs_payload_lengthp); in ibmf_saa_utils_unpack_payload()
1346 *structs_payload_lengthp = num_records * struct_size; in ibmf_saa_utils_unpack_payload()
1348 *structs_payloadp = kmem_zalloc(*structs_payload_lengthp, in ibmf_saa_utils_unpack_payload()
1357 tnf_int, size, *structs_payload_lengthp); in ibmf_saa_utils_unpack_payload()
1359 *structs_payload_lengthp = 0; in ibmf_saa_utils_unpack_payload()
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibmf/
H A Dibmf_saa_utils.h51 uint16_t attr_id, void **structs_payloadp, size_t *structs_payload_lengthp,