Searched defs:nvl (Results 76 - 100 of 124) sorted by relevance

12345

/freebsd-current/usr.sbin/makefs/zfs/
H A Ddsl.c72 nvlist_find_string(nvlist_t *nvl, const char *key, char **retp) argument
86 nvlist_find_uint64(nvlist_t *nvl, const char *key, uint64_t *retp) argument
158 nvlist_t *nvl; local
[all...]
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Ddsl_prop.c903 nvlist_t *nvl = fnvlist_alloc(); local
916 nvlist_t *nvl = fnvlist_alloc(); local
929 nvlist_t *nvl = fnvlist_alloc(); local
[all...]
H A Dfm.c200 zfs_zevent_post(nvlist_t *nvl, nvlist_t *detector, zevent_cb_t *cb) argument
552 nvlist_t *nvl; local
585 fm_nvlist_destroy(nvlist_t *nvl, int flag) argument
[all...]
H A Dzfs_fm.c427 zfs_zevent_post_cb(nvlist_t *nvl, nvlist_t *detector) argument
H A Dvdev_label.c399 root_vdev_actions_getprogress(vdev_t *vd, nvlist_t *nvl) argument
437 top_vdev_actions_getprogress(vdev_t *vd, nvlist_t *nvl) argument
H A Ddsl_crypt.c1996 dsl_crypto_recv_raw_objset_check(dsl_dataset_t *ds, dsl_dataset_t *fromds, dmu_objset_type_t ostype, nvlist_t *nvl, dmu_tx_t *tx) argument
2092 dsl_crypto_recv_raw_objset_sync(dsl_dataset_t *ds, dmu_objset_type_t ostype, nvlist_t *nvl, dmu_tx_t *tx) argument
2167 dsl_crypto_recv_raw_key_check(dsl_dataset_t *ds, nvlist_t *nvl, dmu_tx_t *tx) argument
2265 dsl_crypto_recv_raw_key_sync(dsl_dataset_t *ds, nvlist_t *nvl, dmu_tx_t *tx) argument
2400 dsl_crypto_recv_raw(const char *poolname, uint64_t dsobj, uint64_t fromobj, dmu_objset_type_t ostype, nvlist_t *nvl, boolean_t do_key) argument
2423 nvlist_t *nvl = NULL; local
[all...]
/freebsd-current/sys/contrib/libnv/
H A Dnvlist.c132 nvlist_t *nvl; local
151 nvlist_destroy(nvlist_t *nvl) argument
177 nvlist_set_error(nvlist_t *nvl, int error) argument
191 nvlist_error(const nvlist_t *nvl) argument
203 nvlist_get_nvpair_parent(const nvlist_t *nvl) argument
212 nvlist_get_parent(const nvlist_t *nvl, void **cookiep) argument
228 nvlist_set_parent(nvlist_t *nvl, nvpair_t *parent) argument
237 nvlist_set_array_next(nvlist_t *nvl, nvpair_t *ele) argument
253 nvlist_update_size(nvlist_t *nvl, nvpair_t *new, ssize_t mul) argument
298 nvlist_get_array_next_nvpair(nvlist_t *nvl) argument
307 nvlist_in_array(const nvlist_t *nvl) argument
316 nvlist_get_array_next(const nvlist_t *nvl) argument
330 nvlist_get_pararr(const nvlist_t *nvl, void **cookiep) argument
345 nvlist_empty(const nvlist_t *nvl) argument
355 nvlist_flags(const nvlist_t *nvl) argument
365 nvlist_set_flags(nvlist_t *nvl, int flags) argument
383 nvlist_find(const nvlist_t *nvl, int type, const char *name) argument
413 nvlist_exists_type(const nvlist_t *nvl, const char *name, int type) argument
425 nvlist_free_type(nvlist_t *nvl, const char *name, int type) argument
442 nvlist_clone(const nvlist_t *nvl) argument
471 nvlist_dump_error_check(const nvlist_t *nvl, int fd, int level) argument
487 nvlist_dump(const nvlist_t *nvl, int fd) argument
676 nvlist_fdump(const nvlist_t *nvl, FILE *fp) argument
688 nvlist_size(const nvlist_t *nvl) argument
696 nvlist_xdescriptors(const nvlist_t *nvl, int *descs) argument
755 nvlist_descriptors(const nvlist_t *nvl, size_t *nitemsp) argument
774 nvlist_ndescriptors(const nvlist_t *nvl) argument
831 nvlist_pack_header(const nvlist_t *nvl, unsigned char *ptr, size_t *leftp) argument
854 nvlist_xpack(const nvlist_t *nvl, int64_t *fdidxp, size_t *sizep) argument
1010 nvlist_pack(const nvlist_t *nvl, size_t *sizep) argument
1055 nvlist_unpack_header(nvlist_t *nvl, const unsigned char *ptr, size_t nfds, bool *isbep, size_t *leftp) argument
1100 nvlist_t *nvl, *retnvl, *tmpnvl, *array; local
1233 nvlist_send(int sock, const nvlist_t *nvl) argument
1278 nvlist_t *nvl, *ret; local
1343 nvlist_xfer(int sock, nvlist_t *nvl, int flags) argument
1356 nvlist_first_nvpair(const nvlist_t *nvl) argument
1396 nvlist_next(const nvlist_t *nvl, int *typep, void **cookiep) argument
1416 nvlist_exists(const nvlist_t *nvl, const char *name) argument
1478 nvlist_add_stringf(nvlist_t *nvl, const char *name, const char *valuefmt, ...) argument
1488 nvlist_add_stringv(nvlist_t *nvl, const char *name, const char *valuefmt, va_list valueap) argument
1508 nvlist_add_null(nvlist_t *nvl, const char *name) argument
1527 nvlist_add_binary(nvlist_t *nvl, const char *name, const void *value, size_t size) argument
1668 nvlist_move_string(nvlist_t *nvl, const char *name, char *value) argument
1688 nvlist_move_nvlist(nvlist_t *nvl, const char *name, nvlist_t *value) argument
1710 nvlist_move_descriptor(nvlist_t *nvl, const char *name, int value) argument
1731 nvlist_move_binary(nvlist_t *nvl, const char *name, void *value, size_t size) argument
1751 nvlist_move_bool_array(nvlist_t *nvl, const char *name, bool *value, size_t nitems) argument
1772 nvlist_move_string_array(nvlist_t *nvl, const char *name, char **value, size_t nitems) argument
1798 nvlist_move_nvlist_array(nvlist_t *nvl, const char *name, nvlist_t **value, size_t nitems) argument
1826 nvlist_move_number_array(nvlist_t *nvl, const char *name, uint64_t *value, size_t nitems) argument
1848 nvlist_move_descriptor_array(nvlist_t *nvl, const char *name, int *value, size_t nitems) argument
1876 nvlist_get_nvpair(const nvlist_t *nvl, const char *name) argument
2007 nvlist_remove_nvpair(nvlist_t *nvl, nvpair_t *nvp) argument
2019 nvlist_free(nvlist_t *nvl, const char *name) argument
[all...]
H A Dbsd_nvpair.c199 nvpair_insert(struct nvl_head *head, nvpair_t *nvp, nvlist_t *nvl) argument
214 nvlist_t *nvl; local
1253 nvlist_t *nvl; local
1974 nvlist_t *nvl, *prev; local
[all...]
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_xattr.c542 nvlist_t *nvl; local
/freebsd-current/lib/libcasper/services/cap_net/
H A Dcap_net.c93 hostent_unpack(const nvlist_t *nvl, struct hostent *hp) argument
147 nvlist_t *nvl; local
200 nvlist_t *nvl; local
227 nvlist_t *nvl; local
249 addrinfo_unpack(const nvlist_t *nvl) argument
290 nvlist_t *nvl; local
352 nvlist_t *nvl; local
443 pack_family(nvlist_t *nvl, int *family, size_t size) argument
464 nvlist_t *nvl; local
496 nvlist_t *nvl; local
746 hostent_pack(const struct hostent *hp, nvlist_t *nvl, bool addtocache) argument
942 nvlist_t *nvl; local
[all...]
/freebsd-current/usr.sbin/bhyve/
H A Dblock_if.c447 blockif_legacy_config(nvlist_t *nvl, const char *opts) argument
476 blockif_open(nvlist_t *nvl, const char *ident) argument
[all...]
H A Dpci_passthru.c703 passthru_legacy_config(nvlist_t *nvl, const char *opts) argument
857 passthru_init(struct pci_devinst *pi, nvlist_t *nvl) argument
[all...]
H A Dpci_virtio_block.c448 pci_vtblk_init(struct pci_devinst *pi, nvlist_t *nvl) argument
H A Dpci_virtio_console.c639 pci_vtcon_legacy_config_port(nvlist_t *nvl, int port, char *opt) argument
663 pci_vtcon_legacy_config(nvlist_t *nvl, const char *opts) argument
684 pci_vtcon_init(struct pci_devinst *pi, nvlist_t *nvl) argument
270 pci_vtcon_sock_add(struct pci_vtcon_softc *sc, const char *port_name, const nvlist_t *nvl) argument
H A Dpci_ahci.c2332 pci_ahci_legacy_config_port(nvlist_t *nvl, int port, const char *type, argument
2345 pci_ahci_legacy_config(nvlist_t *nvl, const char *opts) argument
2398 pci_ahci_cd_legacy_config(nvlist_t *nvl, const char *opts) argument
2407 pci_ahci_hd_legacy_config(nvlist_t *nvl, const char *opts) argument
2416 pci_ahci_init(struct pci_devinst *pi, nvlist_t *nvl) argument
[all...]
H A Dpci_virtio_scsi.c679 pci_vtscsi_legacy_config(nvlist_t *nvl, const char *opts) argument
698 pci_vtscsi_init(struct pci_devinst *pi, nvlist_t *nvl) argument
H A Dpci_hda.c314 hda_init(nvlist_t *nvl) argument
1227 pci_hda_init(struct pci_devinst *pi, nvlist_t *nvl) argument
/freebsd-current/stand/libsa/zfs/
H A Dnvlist.c347 nvlist_destroy(nvlist_t *nvl) argument
377 nvlist_t *nvl; local
402 nvlist_xdr_nvp(xdr_t *xdr, nvlist_t *nvl) argument
536 nvlist_xdr_nvlist(xdr_t *xdr, nvlist_t *nvl) argument
611 nvlist_next_nvpair(nvlist_t *nvl, nvp_header_t *nvh) argument
713 nvlist_export(nvlist_t *nvl) argument
742 nvlist_t *nvl; local
798 nvlist_remove(nvlist_t *nvl, const char *name, data_type_t type) argument
851 clone_nvlist(const nvlist_t *nvl, const uint8_t *ptr, unsigned size, nvlist_t **nvlist) argument
896 nvlist_find(const nvlist_t *nvl, const char *name, data_type_t type, int *elementsp, void *valuep, int *sizep) argument
1158 nvlist_add_common(nvlist_t *nvl, const char *name, data_type_t type, uint32_t nelem, const void *data) argument
1349 nvlist_add_boolean_value(nvlist_t *nvl, const char *name, int value) argument
1356 nvlist_add_byte(nvlist_t *nvl, const char *name, uint8_t value) argument
1362 nvlist_add_int8(nvlist_t *nvl, const char *name, int8_t value) argument
1368 nvlist_add_uint8(nvlist_t *nvl, const char *name, uint8_t value) argument
1374 nvlist_add_int16(nvlist_t *nvl, const char *name, int16_t value) argument
1380 nvlist_add_uint16(nvlist_t *nvl, const char *name, uint16_t value) argument
1386 nvlist_add_int32(nvlist_t *nvl, const char *name, int32_t value) argument
1392 nvlist_add_uint32(nvlist_t *nvl, const char *name, uint32_t value) argument
1398 nvlist_add_int64(nvlist_t *nvl, const char *name, int64_t value) argument
1404 nvlist_add_uint64(nvlist_t *nvl, const char *name, uint64_t value) argument
1410 nvlist_add_string(nvlist_t *nvl, const char *name, const char *value) argument
1416 nvlist_add_boolean_array(nvlist_t *nvl, const char *name, int *a, uint32_t n) argument
1422 nvlist_add_byte_array(nvlist_t *nvl, const char *name, uint8_t *a, uint32_t n) argument
1428 nvlist_add_int8_array(nvlist_t *nvl, const char *name, int8_t *a, uint32_t n) argument
1434 nvlist_add_uint8_array(nvlist_t *nvl, const char *name, uint8_t *a, uint32_t n) argument
1440 nvlist_add_int16_array(nvlist_t *nvl, const char *name, int16_t *a, uint32_t n) argument
1446 nvlist_add_uint16_array(nvlist_t *nvl, const char *name, uint16_t *a, uint32_t n) argument
1453 nvlist_add_int32_array(nvlist_t *nvl, const char *name, int32_t *a, uint32_t n) argument
1459 nvlist_add_uint32_array(nvlist_t *nvl, const char *name, uint32_t *a, uint32_t n) argument
1466 nvlist_add_int64_array(nvlist_t *nvl, const char *name, int64_t *a, uint32_t n) argument
1472 nvlist_add_uint64_array(nvlist_t *nvl, const char *name, uint64_t *a, uint32_t n) argument
1479 nvlist_add_string_array(nvlist_t *nvl, const char *name, char * const *a, uint32_t n) argument
1486 nvlist_add_nvlist(nvlist_t *nvl, const char *name, nvlist_t *val) argument
1492 nvlist_add_nvlist_array(nvlist_t *nvl, const char *name, nvlist_t **a, uint32_t n) argument
1686 nvlist_print(const nvlist_t *nvl, unsigned int indent) argument
[all...]
/freebsd-current/lib/libbe/
H A Dbe.c254 struct nvlist *nvl; local
/freebsd-current/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_diagnosis.c490 zfs_ereport_when(fmd_hdl_t *hdl, nvlist_t *nvl, er_timeval_t *when) argument
509 zfs_fm_recv(fmd_hdl_t *hdl, fmd_event_t *ep, nvlist_t *nvl, const char *class) argument
[all...]
H A Dzfs_mod.c612 zfs_iter_vdev(zpool_handle_t *zhp, nvlist_t *nvl, void *data) argument
713 nvlist_t *config, *nvl; local
913 zfs_deliver_add(nvlist_t *nvl) argument
972 zfs_deliver_check(nvlist_t *nvl) argument
1002 nvlist_t *nvl = NULL; local
1035 nvlist_t *nvl = NULL; local
1213 zfs_deliver_dle(nvlist_t *nvl) argument
1250 zfs_slm_deliver_event(const char *class, const char *subclass, nvlist_t *nvl) argument
1366 zfs_slm_event(const char *class, const char *subclass, nvlist_t *nvl) argument
[all...]
/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_util.c1238 zcmd_write_conf_nvlist(libzfs_handle_t *hdl, zfs_cmd_t *zc, nvlist_t *nvl) argument
1245 zcmd_write_src_nvlist(libzfs_handle_t *hdl, zfs_cmd_t *zc, nvlist_t *nvl) argument
1223 zcmd_write_nvlist_com(libzfs_handle_t *hdl, uint64_t *outnv, uint64_t *outlen, nvlist_t *nvl) argument
/freebsd-current/sys/dev/sound/pcm/
H A Dsndstat.c659 nvlist_t *nvl; local
741 nvlist_t *nvl; local
801 sndstat_unpack_user_nvlbuf(const void *unvlbuf, size_t nbytes, nvlist_t **nvl) argument
963 nvlist_t *nvl = NULL; local
[all...]
/freebsd-current/sys/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.c1107 nvlist_t *nvl; local
/freebsd-current/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c507 nvlist_t *nvl; local

Completed in 401 milliseconds

12345