| /freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| D | dsl_destroy.h | 34 struct nvlist; 38 int dsl_destroy_snapshots_nvl(struct nvlist *, boolean_t, 39 struct nvlist *);
|
| D | dmu.h | 72 struct nvlist; 284 struct nvlist *snaps); 286 int dsl_destroy_snapshots_nvl(struct nvlist *snaps, boolean_t defer, 287 struct nvlist *errlist); 840 void dmu_objset_stats(objset_t *os, struct nvlist *nv);
|
| /freebsd-10-stable/sys/boot/zfs/ |
| D | zfsimpl.c | 156 nvlist_find(const unsigned char *nvlist, const char *name, int type, in nvlist_find() argument 163 p = nvlist; in nvlist_find() 215 nvlist_check_features_for_read(const unsigned char *nvlist) in nvlist_check_features_for_read() argument 224 p = nvlist; in nvlist_check_features_for_read() 269 nvlist_next(const unsigned char *nvlist) in nvlist_next() argument 275 p = nvlist; in nvlist_next() 296 nvlist_print(const unsigned char *nvlist, unsigned int indent) in nvlist_print() argument 333 p = nvlist; in nvlist_print() 509 vdev_init_from_nvlist(const unsigned char *nvlist, vdev_t *pvdev, in vdev_init_from_nvlist() argument 521 if (nvlist_find(nvlist, ZPOOL_CONFIG_GUID, in vdev_init_from_nvlist() [all …]
|
| /freebsd-10-stable/sys/kern/ |
| D | subr_dnvlist.c | 69 DNVLIST_GET(const nvlist_t *, nvlist) in DNVLIST_GET() 106 DNVLIST_TAKE(nvlist_t *, nvlist) in DNVLIST_TAKE()
|
| D | subr_nvlist.c | 95 struct nvlist { struct 1051 NVLIST_EXISTS(nvlist, NVLIST) in NVLIST_EXISTS() 1365 NVLIST_GET(const nvlist_t *, nvlist, NVLIST) in NVLIST_GET() 1403 NVLIST_TAKE(nvlist_t *, nvlist, NVLIST) in NVLIST_TAKE() 1456 NVLIST_FREE(nvlist, NVLIST) in NVLIST_FREE()
|
| /freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| D | spa_config.c | 79 nvlist_t *nvlist, *child; in spa_config_load() local 113 if (nvlist_unpack(buf, fsize, &nvlist, KM_SLEEP) != 0) in spa_config_load() 122 while ((nvpair = nvlist_next_nvpair(nvlist, nvpair)) != NULL) { in spa_config_load() 134 nvlist_free(nvlist); in spa_config_load()
|
| D | zfs_ioctl.c | 5320 nvlist_t *nvlist; in zfs_ioc_smb_acl() local 5403 zc->zc_nvlist_src_size, zc->zc_iflags, &nvlist)) != 0) { in zfs_ioc_smb_acl() 5409 if (nvlist_lookup_string(nvlist, ZFS_SMB_ACL_SRC, &src) || in zfs_ioc_smb_acl() 5410 nvlist_lookup_string(nvlist, ZFS_SMB_ACL_TARGET, in zfs_ioc_smb_acl() 5415 nvlist_free(nvlist); in zfs_ioc_smb_acl() 5420 nvlist_free(nvlist); in zfs_ioc_smb_acl()
|
| /freebsd-10-stable/sys/sys/ |
| D | dnv.h | 45 struct nvlist; 47 typedef struct nvlist nvlist_t;
|
| D | nv.h | 46 struct nvlist; 48 typedef struct nvlist nvlist_t;
|
| D | nvpair_impl.h | 88 const unsigned char *ptr, size_t *leftp, size_t nvlist, nvlist_t **child);
|
| /freebsd-10-stable/sys/cddl/contrib/opensolaris/common/zfs/ |
| D | zfs_deleg.h | 80 int zfs_deleg_verify_nvlist(nvlist_t *nvlist);
|
| /freebsd-10-stable/lib/libnv/ |
| D | Makefile | 24 nv.3 nvlist.3
|
| /freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| D | cpuvar.h | 71 struct nvlist; 177 struct nvlist *cpu_props; /* pool-related properties */
|
| D | nvpair.h | 88 typedef struct nvlist { struct
|
| /freebsd-10-stable/cddl/contrib/opensolaris/lib/libzfs/common/ |
| D | libzfs_dataset.c | 4298 nvlist_t *nvlist = NULL; in zfs_smb_acl_mgmt() local 4306 if (nvlist_alloc(&nvlist, NV_UNIQUE_NAME, 0) != 0) { in zfs_smb_acl_mgmt() 4318 if (nvlist_add_string(nvlist, ZFS_SMB_ACL_SRC, in zfs_smb_acl_mgmt() 4323 if (nvlist_add_string(nvlist, ZFS_SMB_ACL_TARGET, in zfs_smb_acl_mgmt() 4328 if (zcmd_write_src_nvlist(hdl, &zc, nvlist) != 0) { in zfs_smb_acl_mgmt() 4329 nvlist_free(nvlist); in zfs_smb_acl_mgmt() 4339 nvlist_free(nvlist); in zfs_smb_acl_mgmt()
|
| /freebsd-10-stable/cddl/contrib/opensolaris/lib/libnvpair/ |
| D | libnvpair.c | 443 NVLIST_PRINTCTL_REPLACE(nvlist, nvlist_t *) 737 RENDER(pctl, nvlist, nvl, name, val); in nvlist_print_with_indent()
|