Searched refs:packed_len (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_sendrecv.c | 1523 unsigned long long checksum, packed_len; in zfs_send_resume_token_to_nvlist() local 1531 &version, &checksum, &packed_len); in zfs_send_resume_token_to_nvlist() 1571 void *packed = zfs_alloc(hdl, packed_len); in zfs_send_resume_token_to_nvlist() 1572 uLongf packed_len_long = packed_len; in zfs_send_resume_token_to_nvlist() 1574 packed_len_long != packed_len) { in zfs_send_resume_token_to_nvlist() 1584 int error = nvlist_unpack(packed, packed_len, &nv, KM_SLEEP); in zfs_send_resume_token_to_nvlist()
|
| /freebsd-14.2/sys/cam/ctl/ |
| H A D | ctl.c | 2957 size_t packed_len; in ctl_ioctl() local 3008 &packed_len); in ctl_ioctl() 3017 if (packed_len > lun_req->result_len) { in ctl_ioctl() 3026 if (copyout(packed, lun_req->result, packed_len)) { in ctl_ioctl() 3035 lun_req->result_len = packed_len; in ctl_ioctl() 3243 size_t packed_len; in ctl_ioctl() local 3296 &packed_len); in ctl_ioctl() 3305 if (packed_len > req->result_len) { in ctl_ioctl() 3314 if (copyout(packed, req->result, packed_len)) { in ctl_ioctl() 3323 req->result_len = packed_len; in ctl_ioctl()
|