OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:zplprops
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_dataset.c
1915
nvlist_t *
zplprops
= NULL;
local
2050
if (zcmd_read_dst_nvlist(zhp->zfs_hdl, &zc, &
zplprops
) != 0 ||
2051
nvlist_lookup_uint64(
zplprops
, zfs_prop_to_name(prop),
2056
nvlist_free(
zplprops
);
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_ioctl.c
1551
nvlist_t *
zplprops
= NULL;
local
1584
VERIFY(nvlist_alloc(&
zplprops
, NV_UNIQUE_NAME, KM_SLEEP) == 0);
1586
zplprops
, NULL);
1591
error = spa_create(zc->zc_name, config, props,
zplprops
);
1602
nvlist_free(
zplprops
);
3115
*
zplprops
values for the
zplprops
we attach to the master node object
3130
nvlist_t *
zplprops
, boolean_t *is_ci)
3136
ASSERT(
zplprops
!= NULL);
3173
* Put the version in the
zplprops
[
all
...]
Completed in 93 milliseconds
Indexes created Sun Mar 15 00:25:29 UTC 2026