Home
last modified time | relevance | path

Searched refs:packed_len (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libhotplug/common/
H A Dlibhotplug.c773 hp_unpack(char *packed_buf, size_t packed_len, hp_node_t *retp) in hp_unpack() argument
784 (void *)packed_buf, (uint32_t)packed_len, (void *)retp); in hp_unpack()
786 if ((packed_buf == NULL) || (packed_len == 0) || (retp == NULL)) { in hp_unpack()
791 if ((rv = nvlist_unpack(packed_buf, packed_len, &nvl, 0)) != 0) in hp_unpack()
992 i_hp_unpack_branch(char *packed_buf, size_t packed_len, hp_node_t parent, in i_hp_unpack_branch() argument
1008 if ((rv = nvlist_unpack(packed_buf, packed_len, &nvl, 0)) != 0) in i_hp_unpack_branch()
H A Dlibhotplug.h98 int hp_unpack(char *packed_buf, size_t packed_len, hp_node_t *retp);
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c1595 unsigned long long checksum, packed_len; in zfs_send_resume_token_to_nvlist() local
1603 &version, &checksum, &packed_len); in zfs_send_resume_token_to_nvlist()
1643 void *packed = zfs_alloc(hdl, packed_len); in zfs_send_resume_token_to_nvlist()
1644 uLongf packed_len_long = packed_len; in zfs_send_resume_token_to_nvlist()
1646 packed_len_long != packed_len) { in zfs_send_resume_token_to_nvlist()
1656 int error = nvlist_unpack(packed, packed_len, &nv, KM_SLEEP); in zfs_send_resume_token_to_nvlist()