OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unsup_feat
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfeature.c
175
nvlist_t *
unsup_feat
, nvlist_t *enabled_feat)
200
if (NULL !=
unsup_feat
) {
208
VERIFY(nvlist_add_string(
unsup_feat
, za.za_name,
spa.c
2446
nvlist_t *
unsup_feat
;
local
2448
VERIFY(nvlist_alloc(&
unsup_feat
, NV_UNIQUE_NAME, KM_SLEEP) ==
2455
VERIFY(nvlist_add_string(
unsup_feat
,
2460
if (!nvlist_empty(
unsup_feat
)) {
2462
ZPOOL_CONFIG_UNSUP_FEAT,
unsup_feat
) == 0);
2463
nvlist_free(
unsup_feat
);
2468
nvlist_free(
unsup_feat
);
2513
nvlist_t *
unsup_feat
, *enabled_feat;
local
2531
unsup_feat
= fnvlist_alloc();
2534
unsup_feat
, enabled_feat)
[
all
...]
/src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_pool.c
1622
nvlist_t *nvinfo, *
unsup_feat
;
local
1627
&
unsup_feat
) == 0);
1629
for (nvpair_t *nvp = nvlist_next_nvpair(
unsup_feat
, NULL); nvp != NULL;
1630
nvp = nvlist_next_nvpair(
unsup_feat
, nvp)) {
Completed in 36 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026