Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c1524 unsigned long long checksum, packed_len; in zfs_send_resume_token_to_nvlist() local
1532 &version, &checksum, &packed_len); in zfs_send_resume_token_to_nvlist()
1572 void *packed = zfs_alloc(hdl, packed_len); in zfs_send_resume_token_to_nvlist()
1573 uLongf packed_len_long = packed_len; in zfs_send_resume_token_to_nvlist()
1575 packed_len_long != packed_len) { in zfs_send_resume_token_to_nvlist()
1585 int error = nvlist_unpack(packed, packed_len, &nv, KM_SLEEP); in zfs_send_resume_token_to_nvlist()
/freebsd/sys/cam/ctl/
H A Dctl.c2933 size_t packed_len; in ctl_ioctl() local
2984 &packed_len); in ctl_ioctl()
2993 if (packed_len > lun_req->result_len) { in ctl_ioctl()
3002 if (copyout(packed, lun_req->result, packed_len)) { in ctl_ioctl()
3011 lun_req->result_len = packed_len; in ctl_ioctl()
3236 size_t packed_len; in ctl_ioctl() local
3289 &packed_len); in ctl_ioctl()
3298 if (packed_len > req->result_len) { in ctl_ioctl()
3307 if (copyout(packed, req->result, packed_len)) { in ctl_ioctl()
3316 req->result_len = packed_len; in ctl_ioctl()