Searched defs:nvlp (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/contrib/openzfs/contrib/coverity/ |
H A D | model.c | 372 nvlist_alloc(nvlist_t **nvlp, uint_t nvflag, int kmflag) in nvlist_alloc() 391 nvlist_dup(const nvlist_t *nvl, nvlist_t **nvlp, int kmflag) in nvlist_dup() 452 nvlist_unpack(char *buf, size_t buflen, nvlist_t **nvlp, int kmflag) in nvlist_unpack()
|
/freebsd/lib/libnvmf/ |
H A D | nvmf_host.c | 948 nvmf_read_ioc_nv(int fd, u_long com, nvlist_t **nvlp) in nvmf_read_ioc_nv() 976 nvmf_reconnect_params(int fd, nvlist_t **nvlp) in nvmf_reconnect_params() 1007 nvmf_connection_status(int fd, nvlist_t **nvlp) in nvmf_connection_status()
|
H A D | nvmf_transport.c | 239 nvmf_kernel_handoff_params(struct nvmf_qpair *qp, nvlist_t **nvlp) in nvmf_kernel_handoff_params()
|
/freebsd/sys/contrib/openzfs/module/nvpair/ |
H A D | nvpair.c | 589 nvlist_alloc(nvlist_t **nvlp, uint_t nvflag, int kmflag) in nvlist_alloc() 595 nvlist_xalloc(nvlist_t **nvlp, uint_t nvflag, nv_alloc_t *nva) in nvlist_xalloc() 853 nvlist_t **nvlp = EMBEDDED_NVL_ARRAY(nvp); in nvpair_free() local 920 nvlist_dup(const nvlist_t *nvl, nvlist_t **nvlp, int kmflag) in nvlist_dup() 926 nvlist_xdup(const nvlist_t *nvl, nvlist_t **nvlp, nv_alloc_t *nva) in nvlist_xdup() 1239 nvlist_t **nvlp = EMBEDDED_NVL_ARRAY(nvp); in nvlist_add_common() local 2533 nvlist_t **nvlp = EMBEDDED_NVL_ARRAY(nvp); in nvs_embedded_nvl_array() local 2743 nvlist_unpack(char *buf, size_t buflen, nvlist_t **nvlp, int kmflag) in nvlist_unpack() 2749 nvlist_xunpack(char *buf, size_t buflen, nvlist_t **nvlp, nv_alloc_t *nva) in nvlist_xunpack()
|
/freebsd/sys/dev/nvmf/ |
H A D | nvmf_transport.c | 259 nvmf_unpack_ioc_nvlist(const struct nvmf_ioc_nv *nv, nvlist_t **nvlp) in nvmf_unpack_ioc_nvlist()
|
/freebsd/sys/dev/nvmf/host/ |
H A D | nvmf.c | 201 nvmf_copyin_handoff(const struct nvmf_ioc_nv *nv, nvlist_t **nvlp) in nvmf_copyin_handoff()
|
/freebsd/sys/dev/sound/pcm/ |
H A D | sndstat.c | 671 sndstat_create_devs_nvlist(nvlist_t **nvlp) in sndstat_create_devs_nvlist()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_util.c | 1257 zcmd_read_dst_nvlist(libzfs_handle_t *hdl, zfs_cmd_t *zc, nvlist_t **nvlp) in zcmd_read_dst_nvlist()
|
H A D | libzfs_pool.c | 5040 zpool_get_bootenv(zpool_handle_t *zhp, nvlist_t **nvlp) in zpool_get_bootenv()
|
H A D | libzfs_sendrecv.c | 685 boolean_t backup, boolean_t holds, boolean_t props, nvlist_t **nvlp, in gather_nvlist()
|
/freebsd/sys/contrib/openzfs/cmd/zfs/ |
H A D | zfs_main.c | 6300 construct_fsacl_list(boolean_t un, struct allow_opts *opts, nvlist_t **nvlp) in construct_fsacl_list()
|