Home
last modified time | relevance | path

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 Dibmf_saa_utils.h42 ibmf_saa_utils_pack_sa_hdr(ib_sa_hdr_t *sa_hdr, void **packed_class_hdr,
46 ibmf_saa_utils_unpack_sa_hdr(void *packed_class_hdr,
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_saa_utils.c897 ibmf_saa_utils_pack_sa_hdr(ib_sa_hdr_t *sa_hdr, void **packed_class_hdr, in ibmf_saa_utils_pack_sa_hdr() argument
901 *packed_class_hdr = kmem_zalloc(IBMF_SAA_HDR_SIZE, km_sleep_flag); in ibmf_saa_utils_pack_sa_hdr()
902 if (*packed_class_hdr == NULL) { in ibmf_saa_utils_pack_sa_hdr()
913 (uchar_t *)*packed_class_hdr, IBMF_SAA_HDR_SIZE); in ibmf_saa_utils_pack_sa_hdr()
921 ibmf_saa_utils_unpack_sa_hdr(void *packed_class_hdr, in ibmf_saa_utils_unpack_sa_hdr() argument
948 ibmf_utils_unpack_data("LssL", (uchar_t *)packed_class_hdr, in ibmf_saa_utils_unpack_sa_hdr()