Searched refs:packed_class_hdr (Results 1 – 2 of 2) sorted by relevance
/titanic_50/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,
|
/titanic_50/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, in ibmf_saa_utils_pack_sa_hdr() argument 903 *packed_class_hdr = kmem_zalloc(IBMF_SAA_HDR_SIZE, km_sleep_flag); in ibmf_saa_utils_pack_sa_hdr() 904 if (*packed_class_hdr == NULL) { in ibmf_saa_utils_pack_sa_hdr() 915 (uchar_t *)*packed_class_hdr, IBMF_SAA_HDR_SIZE); in ibmf_saa_utils_pack_sa_hdr() 923 ibmf_saa_utils_unpack_sa_hdr(void *packed_class_hdr, in ibmf_saa_utils_unpack_sa_hdr() argument 950 ibmf_utils_unpack_data("LssL", (uchar_t *)packed_class_hdr, in ibmf_saa_utils_unpack_sa_hdr()
|