Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libnv/
H A Dnvlist.c124 uint64_t nvlh_descriptors; member
866 nvlhdr.nvlh_descriptors = nvlist_ndescriptors(nvl); in nvlist_pack_header()
1066 nvlhdrp->nvlh_descriptors = le64toh(nvlhdrp->nvlh_descriptors); in nvlist_check_header()
1071 nvlhdrp->nvlh_descriptors = be64toh(nvlhdrp->nvlh_descriptors); in nvlist_check_header()
1098 if (nvlhdr.nvlh_descriptors > nfds) in nvlist_unpack_header()
1312 nfds = (size_t)nvlhdr.nvlh_descriptors; in nvlist_recv()