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

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_saa_utils.c899 ibmf_saa_utils_pack_sa_hdr(ib_sa_hdr_t *sa_hdr, void **packed_class_hdr, argument
903 *packed_class_hdr = kmem_zalloc(IBMF_SAA_HDR_SIZE, km_sleep_flag);
904 if (*packed_class_hdr == NULL) {
915 (uchar_t *)*packed_class_hdr, IBMF_SAA_HDR_SIZE);
923 ibmf_saa_utils_unpack_sa_hdr(void *packed_class_hdr, argument
950 ibmf_utils_unpack_data("LssL", (uchar_t *)packed_class_hdr,

Completed in 75 milliseconds