Home
last modified time | relevance | path

Searched defs:nvlp (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/nvpair/
H A Dnvpair.c585 nvlist_alloc(nvlist_t **nvlp, uint_t nvflag, int kmflag) in nvlist_alloc()
591 nvlist_xalloc(nvlist_t **nvlp, uint_t nvflag, nv_alloc_t *nva) in nvlist_xalloc()
849 nvlist_t **nvlp = EMBEDDED_NVL_ARRAY(nvp); in nvpair_free() local
916 nvlist_dup(nvlist_t *nvl, nvlist_t **nvlp, int kmflag) in nvlist_dup()
922 nvlist_xdup(nvlist_t *nvl, nvlist_t **nvlp, nv_alloc_t *nva) in nvlist_xdup()
1235 nvlist_t **nvlp = EMBEDDED_NVL_ARRAY(nvp); in nvlist_add_common() local
2505 nvlist_t **nvlp = EMBEDDED_NVL_ARRAY(nvp); in nvs_embedded_nvl_array() local
2715 nvlist_unpack(char *buf, size_t buflen, nvlist_t **nvlp, int kmflag) in nvlist_unpack()
2721 nvlist_xunpack(char *buf, size_t buflen, nvlist_t **nvlp, nv_alloc_t *nva) in nvlist_xunpack()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_util.c1249 zcmd_read_dst_nvlist(libzfs_handle_t *hdl, zfs_cmd_t *zc, nvlist_t **nvlp)
H A Dlibzfs_pool.c4604 zpool_get_bootenv(zpool_handle_t *zhp, nvlist_t **nvlp) in zpool_get_bootenv()
H A Dlibzfs_sendrecv.c649 boolean_t props, nvlist_t **nvlp, avl_tree_t **avlp) in gather_nvlist()
/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c5881 construct_fsacl_list(boolean_t un, struct allow_opts *opts, nvlist_t **nvlp) in construct_fsacl_list()