Searched refs:nvlist_header (Results 1 – 4 of 4) sorted by relevance
610 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 …]
206 uint8_t *nvlist_header = item->dp_payload; in dump_begin_record() local207 uint8_t nvlist_encoding = nvlist_header[0]; in dump_begin_record()208 boolean_t big_endian = nvlist_header[1] == 0; in dump_begin_record()
45 struct nvlist_header { struct
135 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()