Searched refs:nvlist_find (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/libnv/ |
| H A D | nvlist.c | 336 nvlist_find(const nvlist_t *nvl, int type, const char *name) in nvlist_find() function 374 return (nvlist_find(nvl, type, name) != NULL); in nvlist_exists_type() 387 nvp = nvlist_find(nvl, type, name); in nvlist_free_type() 1431 return (nvlist_find(nvl, NV_TYPE_NONE, name) != NULL); in nvlist_exists() 1629 nvp = nvlist_find(nvl, NV_TYPE_##TYPE##_ARRAY, name); \ in NVLIST_ADD_ARRAY() 1887 return (nvlist_find(nvl, NV_TYPE_NONE, name)); in nvlist_get_nvpair() 1896 nvp = nvlist_find(nvl, NV_TYPE_##TYPE, name); \ 1917 nvp = nvlist_find(nvl, NV_TYPE_BINARY, name); in NVLIST_GET() 1931 nvp = nvlist_find(nvl, NV_TYPE_##TYPE##_ARRAY, name); \ 1954 nvp = nvlist_find(nvl, NV_TYPE_##TYPE, name); \ in NVLIST_GET_ARRAY() [all …]
|