Searched refs:packed_len (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/lib/libhotplug/common/ |
H A D | libhotplug.c | 773 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 D | libhotplug.h | 98 int hp_unpack(char *packed_buf, size_t packed_len, hp_node_t *retp);
|
/titanic_44/usr/src/lib/libzfs/common/ |
H A D | libzfs_sendrecv.c | 1432 unsigned long long checksum, packed_len; in zfs_send_resume_token_to_nvlist() local 1440 &version, &checksum, &packed_len); in zfs_send_resume_token_to_nvlist() 1480 void *packed = zfs_alloc(hdl, packed_len); in zfs_send_resume_token_to_nvlist() 1481 uLongf packed_len_long = packed_len; in zfs_send_resume_token_to_nvlist() 1483 packed_len_long != packed_len) { in zfs_send_resume_token_to_nvlist() 1493 int error = nvlist_unpack(packed, packed_len, &nv, KM_SLEEP); in zfs_send_resume_token_to_nvlist()
|