Home
last modified time | relevance | path

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

/trueos/sys/kern/
HDsubr_nvlist.c99 int nvl_type; member
137 nvl->nvl_type = NV_TYPE_NVLIST; in nvlist_create()
155 nvl->nvl_type = NV_TYPE_NVLIST_ARRAY; in nvlist_create_array()
173 nvl->nvl_type = NV_TYPE_NVLIST_DICTIONARY; in nvlist_create_dictionary()
281 return (nvl->nvl_type); in nvlist_type()
420 newnvl->nvl_type = nvl->nvl_type; in nvlist_clone()
708 nvlhdr.nvlh_type = (uint8_t)nvl->nvl_type; in nvlist_pack_header()
915 nvl->nvl_type = nvlhdr.nvlh_type; in nvlist_unpack_header()