Searched refs:packed_class_hdr (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibmf/ |
H A D | ibmf_saa_utils.h | 44 ibmf_saa_utils_pack_sa_hdr(ib_sa_hdr_t *sa_hdr, void **packed_class_hdr, 48 ibmf_saa_utils_unpack_sa_hdr(void *packed_class_hdr,
|
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/ |
H A D | ibmf_saa_utils.c | 899 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 45 milliseconds