Searched refs:inherit (Results 1 - 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/lib/efcode/fcdriver/
H A Dproperty.c43 getproplen(common_data_t *cdp, fc_phandle_t node, char *propname, int inherit) argument
49 service = inherit ? FC_GET_IN_PROPLEN : FC_GET_PKG_PROPLEN;
61 int inherit)
67 service = inherit ? FC_GET_IN_PROP : FC_GET_PKG_PROP;
79 int inherit, char **buf, int *len)
84 i = getproplen(cdp, node, name, inherit);
97 j = getprop(cdp, node, name, bp, inherit);
116 os_get_prop(fcode_env_t *env, int inherit, device_t *dev) argument
136 } else if (os_get_prop_common(pd->common, node, name, inherit, &prop,
60 getprop(common_data_t *cdp, fc_phandle_t node, char *propname, char *buf, int inherit) argument
78 os_get_prop_common(common_data_t *cdp, fc_phandle_t node, char *name, int inherit, char **buf, int *len) argument
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/misc/
H A Dzfs_inherit_001_neg.ksh38 # zfs inherit returns an error when run as a user
42 # 1. Verify that we can't inherit a property when running as a user
46 log_assert "zfs inherit returns an error when run as a user"
47 log_mustnot zfs inherit snapdir $TESTPOOL/$TESTFS/$TESTFS2
56 log_pass "zfs inherit returns an error when run as a user"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_inherit_002_neg.ksh43 # different inherit options to basedir:
71 log_assert "Verify different inherit options combined with different" \
75 # Define inherit flag
97 # Define the nodes which will be affected by inherit.
99 typeset inherit=$1
109 # isinherit: indicate if the current target is in the inherit list.
115 # Get the inherit type/object_flag and non-inherited nodes.
150 if [[ $inherit == "restricted" ]]; then
155 case $inherit in
197 log_fail "$inherit
[all...]
H A Dzfs_acl_chmod_inherit_002_pos.ksh85 # Define inherit flag
109 # Define the nodes which will be affected by inherit.
111 typeset inherit=$1
121 # isinherit: indicate if the current target is in the inherit list.
161 # inherit all inheritable ACL entries without any
171 # only inherit inheritable ACE that specify "deny" permissions
174 # will not inherit any ACL entries
177 case $inherit in
243 log_fail "$inherit $i #$count " \
268 log_fail "Unexpect acl: $node, $inherit (
[all...]
H A Dzfs_acl_chmod_inherit_003_pos.ksh72 # Define inherit flag
95 # Define the nodes which will be affected by inherit.
97 typeset inherit=$1
134 # If current node isn't in inherit list, there's
142 case $inherit in
144 # Do not inherit any ACEs
149 # Only inherit inheritable ACEs that specify
194 log_fail "$inherit $i #$count" \
214 "$inherit ($str)"
227 for inherit i
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_inherit/
H A Dzfs_inherit_001_neg.ksh36 # 'zfs inherit' should return an error when attempting to inherit
41 # 2. For each property in the array, execute 'zfs inherit'
60 log_assert "'zfs inherit' should return an error when attempting to inherit" \
69 log_mustnot zfs inherit ${prop[i]} $obj
81 log_pass "'zfs inherit' failed as expected when attempting to inherit" \
H A Dzfs_inherit_003_pos.ksh37 # 'zfs inherit' should return an error with bad parameters in one command.
40 # 1. Set an array of bad options and invlid properties to 'zfs inherit'
41 # 2. Execute 'zfs inherit' with bad options and passing invlid properties
57 log_assert "'zfs inherit' should inherit user property."
78 log_must zfs inherit $prop_name $ds@$TESTSNAP
90 log_pass "'zfs inherit' inherit user property."
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dspawnveg.c117 struct inheritance inherit;
119 inherit.flags = 0;
122 inherit.flags |= SPAWN_SETGROUP;
123 inherit.pgroup = (pgid > 1) ? pgid : SPAWN_NEWPGROUP;
125 return spawn(path, 0, (int*)0, &inherit, (const char**)argv, (const char**)envv);
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dpthr_attr.c50 PTHREAD_INHERIT_SCHED, /* inherit */
305 pthread_attr_setinheritsched(pthread_attr_t *attr, int inherit) argument
310 (inherit == PTHREAD_EXPLICIT_SCHED ||
311 inherit == PTHREAD_INHERIT_SCHED)) {
312 ap->inherit = inherit;
323 pthread_attr_getinheritsched(const pthread_attr_t *attr, int *inherit) argument
328 inherit != NULL) {
329 *inherit = ap->inherit;
[all...]
H A Dpthread.c50 _thr_setinherit(pthread_t tid, int inherit) argument
58 ulwp->ul_ptinherit = inherit;
123 if (ap->inherit == PTHREAD_EXPLICIT_SCHED &&
138 (void) _thr_setinherit(tid, ap->inherit);
140 if (ap->inherit == PTHREAD_EXPLICIT_SCHED &&
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_share/
H A Dzfs_share_003_pos.ksh58 log_must zfs inherit -r sharenfs ${fs[((i + 1))]}
/illumos-gate/usr/src/test/zfs-tests/tests/functional/grow_pool/
H A Dgrow_pool_001_pos.ksh73 log_must zfs inherit compression $TESTPOOL/$TESTFS
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/
H A Drsend_011_pos.ksh36 # Changes made by 'zfs inherit' can be properly received.
57 log_assert "Verify changes made by 'zfs inherit' can be properly received."
73 zfs inherit $prop $ds
75 log_fail "zfs inherit $prop $ds"
81 zfs inherit $prop $POOL/$FS/vol
83 log_fail "zfs inherit $prop $POOL/$FS/vol"
123 log_pass "Changes made by 'zfs inherit' can be properly received."
H A Drsend_012_pos.ksh65 typeset props=$(zfs inherit 2>&1 | \
109 log_must zfs inherit $prop $POOL
110 log_must zfs inherit $prop $POOL2
H A Drsend.kshlib344 fs_prop=$(zfs inherit 2>&1 | \
350 fs_prop=$(zfs inherit 2>&1 | \
/illumos-gate/usr/src/tools/scripts/
H A Dinterface_cmp.pl211 # the versions they inherit. Processing the list in reverse order
351 my ($top, $name, $inherit) = ($2, $3, $5);
355 my @inheritarr = defined($inherit) ?
356 split /[,{\s]+/, $inherit : ();
435 my $inherit = (scalar(@$inheritarr) > 0) ?
438 print "${top}VERSION\t$name$inherit\n";
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dshiocmd_solaris.c450 "[i:inherit?Open without the close-on-exec bit set.]"
648 "[i:inherit?Open without the close-on-exec bit set.]"
667 bool inherit = false; local
673 inherit = true;
676 inherit = false;
699 if(!inherit)
724 "[i:inherit?Open without the close-on-exec bit set.]"
743 bool inherit = false; local
748 inherit = true;
751 inherit
[all...]
/illumos-gate/usr/src/lib/brand/solaris10/zone/
H A Dattach.ksh191 zfs inherit mountpoint $ACTIVE_DS >/dev/null 2>&1
192 zfs inherit zoned $ACTIVE_DS >/dev/null 2>&1
H A Dcommon.ksh84 # Files from SUNWcsr and SUNWcsu that are in sparse inherit-pkg-dirs.
241 zfs inherit mountpoint $ACTIVE_DS >/dev/null 2>&1
242 zfs inherit zoned $ACTIVE_DS >/dev/null 2>&1
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dzfs_set_common.kshlib120 zfs inherit $prop $dt
121 (($? != 0)) && log_must zfs inherit $prop $dt
/illumos-gate/usr/src/test/zfs-tests/tests/functional/inheritance/
H A DMakefile48 inherit.kshlib \
H A Dinherit_001_pos.ksh32 . $STF_SUITE/tests/functional/inheritance/inherit.kshlib
37 # 'zfs inherit' and 'zfs inherit -r'.
/illumos-gate/usr/src/uts/common/vm/
H A Dseg.h144 int (*inherit)(struct seg *, caddr_t, size_t, uint_t); member in struct:seg_ops
241 #define SEGOP_INHERIT(s, a, l, b) (*(s)->s_ops->inherit)((s), (a), (l), (b))
/illumos-gate/usr/src/uts/common/os/
H A Dcontract.c498 int inherit = 0; local
514 inherit = 1;
519 if (inherit)
548 if (inherit) {
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dnvtype.c825 int i,j,k,m,n,nd=0,nref=0,iref=0,inherit=0; local
958 if(inherit)
1021 inherit=1;

Completed in 114 milliseconds

12