Home
last modified time | relevance | path

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

/freebsd/lib/libnv/tests/
H A Dnvlist_send_recv_test.c610 struct nvlist_header *header; in ATF_TC_BODY()
634 ATF_REQUIRE(packed_size >= sizeof(struct nvlist_header)); in ATF_TC_BODY()
636 header = (struct nvlist_header *)packed; in ATF_TC_BODY()
637 header->nvlh_size = SIZE_MAX - sizeof(struct nvlist_header) + 2; in ATF_TC_BODY()
640 (ssize_t)sizeof(struct nvlist_header)); in ATF_TC_BODY()
725 struct nvlist_header *header; in ATF_TC_BODY()
748 ATF_REQUIRE(packed_size >= sizeof(struct nvlist_header)); in ATF_TC_BODY()
750 header = (struct nvlist_header *)packed; in ATF_TC_BODY()
781 struct nvlist_header *header; in ATF_TC_BODY()
804 ATF_REQUIRE(packed_size >= sizeof(struct nvlist_header)); in ATF_TC_BODY()
[all …]
/freebsd/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_dump.c206 uint8_t *nvlist_header = item->dp_payload; in dump_begin_record() local
207 uint8_t nvlist_encoding = nvlist_header[0]; in dump_begin_record()
208 boolean_t big_endian = nvlist_header[1] == 0; in dump_begin_record()
/freebsd/sys/contrib/libnv/
H A Dnv_impl.h45 struct nvlist_header { struct
H A Dnvlist.c135 nvl->nvl_datasize = sizeof(struct nvlist_header); in nvlist_create()
828 struct nvlist_header nvlhdr; in nvlist_pack_header()
1027 nvlist_check_header(struct nvlist_header *nvlhdrp) in nvlist_check_header()
1061 struct nvlist_header nvlhdr; in nvlist_unpack_header()
1280 struct nvlist_header nvlhdr; in nvlist_recv()