Home
last modified time | relevance | path

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

/freebsd/lib/libnv/tests/
H A Dnvlist_send_recv_test.c554 struct nvlist_header *header; in ATF_TC_BODY()
578 ATF_REQUIRE(packed_size >= sizeof(struct nvlist_header)); in ATF_TC_BODY()
580 header = (struct nvlist_header *)packed; in ATF_TC_BODY()
581 header->nvlh_size = SIZE_MAX - sizeof(struct nvlist_header) + 2; in ATF_TC_BODY()
584 (ssize_t)sizeof(struct nvlist_header)); in ATF_TC_BODY()
617 struct nvlist_header *header; in ATF_TC_BODY()
640 ATF_REQUIRE(packed_size >= sizeof(struct nvlist_header)); in ATF_TC_BODY()
642 header = (struct nvlist_header *)packed; in ATF_TC_BODY()
673 struct nvlist_header *header; in ATF_TC_BODY()
696 ATF_REQUIRE(packed_size >= sizeof(struct nvlist_header)); in ATF_TC_BODY()
[all …]
/freebsd/sys/contrib/libnv/
H A Dnv_impl.h45 struct nvlist_header { struct
H A Dnvlist.c136 nvl->nvl_datasize = sizeof(struct nvlist_header); in nvlist_create()
826 struct nvlist_header nvlhdr; in nvlist_pack_header()
1022 nvlist_check_header(struct nvlist_header *nvlhdrp) in nvlist_check_header()
1055 struct nvlist_header nvlhdr; in nvlist_unpack_header()
1274 struct nvlist_header nvlhdr; in nvlist_recv()