Home
last modified time | relevance | path

Searched refs:inherit (Results 1 – 25 of 63) sorted by relevance

123

/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_inherit_002_neg.ksh99 typeset inherit=$1
150 if [[ $inherit == "restricted" ]]; then
155 case $inherit in
197 log_fail "$inherit $i #$count" \
208 "$node, $inherit ($str)"
218 "$node, $inherit ($str)"
236 log_fail "Unexpected ACE: $node, $inherit ($str)"
248 for inherit in "${aclinherit_flag[@]}"; do
249 log_must zfs set aclinherit=$inherit $TESTPOOL/$TESTFS
290 log_note "verify_inherit $inherit $obj $str"
[all …]
H A Dzfs_acl_chmod_inherit_002_pos.ksh111 typeset inherit=$1
177 case $inherit in
243 log_fail "$inherit $i #$count " \
268 log_fail "Unexpect acl: $node, $inherit ($str)"
288 for inherit in "${aclinherit_flag[@]}"; do
294 log_must zfs set aclinherit=$inherit $TESTPOOL/$TESTFS
349 verify_inherit $inherit $obj $str
H A Dzfs_acl_chmod_inherit_003_pos.ksh98 typeset inherit=$1
143 case $inherit in
195 log_fail "$inherit $i #$count" \
215 "$inherit ($str)"
228 for inherit in "${aclinherit_flag[@]}"; do
229 log_must zfs set aclinherit=$inherit $TESTPOOL/$TESTFS
270 verify_inherit $inherit $obj $str
/illumos-gate/usr/src/test/zfs-tests/tests/functional/inheritance/
H A Dstate023.cfg33 # Verify that executing 'zfs inherit' at the top level in the hierarchy
37 # Executing 'zfs inherit' at the middle level results in it inheriting
40 # Executing 'zfs inherit' at the bottom level results in it inheriting
46 TESTPOOL:inherit
53 TESTPOOL/TESTCTR:inherit
60 TESTPOOL/TESTCTR/TESTFS1:inherit
H A Dstate015.cfg33 # Verify that executing 'zfs inherit' at the top level in the hierarchy
38 # Executing 'zfs inherit' at the middle level results in the middle level
42 # Executing 'zfs inherit' at the bottom level is somewhat redundant but
48 TESTPOOL:inherit
55 TESTPOOL/TESTCTR:inherit
62 TESTPOOL/TESTCTR/TESTFS1:inherit
H A Dstate017.cfg33 # Verify that executing 'zfs inherit' at the top level in the hierarchy
39 # Executing 'zfs inherit' at the middle level results in the middle level
43 # Executing 'zfs inherit' at the bottom level is somewhat redundant but
49 TESTPOOL:inherit
56 TESTPOOL/TESTCTR:inherit
63 TESTPOOL/TESTCTR/TESTFS1:inherit
H A Dstate012.cfg33 # Verify that running 'zfs inherit -r' at each level of the data hierarchy
38 # Executing inherit -r at the middle level and bottom levels after
45 TESTPOOL:inherit -r
51 TESTPOOL/TESTCTR:inherit -r
57 TESTPOOL/TESTCTR/TESTFS1:inherit -r
H A Dstate019.cfg33 # Verify that executing 'zfs inherit' at the top level in the hierarchy
39 # Executing 'zfs inherit' at the middle and bottom levels is somewhat
44 TESTPOOL:inherit
51 TESTPOOL/TESTCTR:inherit
58 TESTPOOL/TESTCTR/TESTFS1:inherit
H A Dstate020.cfg33 # Verify that executing 'zfs inherit -r' at the top level in the hierarchy
39 # Executing 'zfs inherit -r' at the middle and bottom levels is somewhat
45 TESTPOOL:inherit -r
52 TESTPOOL/TESTCTR:inherit -r
59 TESTPOOL/TESTCTR/TESTFS1:inherit -r
H A Dstate021.cfg33 # Verify that executing 'zfs inherit' at the top level in the hierarchy
39 # Executing 'zfs inherit' at the bottom level results in it inheriting
45 TESTPOOL:inherit
52 TESTPOOL/TESTCTR:inherit
59 TESTPOOL/TESTCTR/TESTFS1:inherit
H A Dstate024.cfg33 # Verify that executing 'zfs inherit -r' at the top level in the hierarchy
38 # Executing 'zfs inherit -r' at the middle and bottom levels after doing so
44 TESTPOOL:inherit -r
51 TESTPOOL/TESTCTR:inherit
58 TESTPOOL/TESTCTR/TESTFS1:inherit
H A Dstate014.cfg33 # Verify that running 'zfs inherit -r' at each level of the data hierarchy
38 # Note : executing inherit -r at the middle level and bottom levels after
45 TESTPOOL:inherit -r
51 TESTPOOL/TESTCTR:inherit -r
57 TESTPOOL/TESTCTR/TESTFS1:inherit -r
H A Dstate016.cfg33 # Verify that executing 'zfs inherit -r' at the top level in the hierarchy
39 # Executing 'zfs inherit -r' at the bottom and middle levels after executing
45 TESTPOOL:inherit -r
51 TESTPOOL/TESTCTR:inherit -r
57 TESTPOOL/TESTCTR/TESTFS1:inherit -r
H A Dstate018.cfg33 # Verify that executing 'zfs inherit -r' at the top level in the hierarchy
40 # Executing 'zfs inherit -r' at the middle and bottom levels after executing
46 TESTPOOL:inherit -r
53 TESTPOOL/TESTCTR:inherit -r
60 TESTPOOL/TESTCTR/TESTFS1:inherit
H A Dstate022.cfg33 # Verify that executing 'zfs inherit -r' at the top level in the hierarchy
39 # Executing 'zfs inherit -r' at the middle and bottom levels is somewhat
44 TESTPOOL:inherit -r
51 TESTPOOL/TESTCTR:inherit -r
58 TESTPOOL/TESTCTR/TESTFS1:inherit -r
H A Dstate009.cfg33 # Verify that executing 'zfs inherit' at different levels of a
40 TESTPOOL:inherit
46 TESTPOOL/TESTCTR:inherit
52 TESTPOOL/TESTCTR/TESTFS1:inherit
H A Dstate010.cfg33 # Verify that executing 'zfs inherit -r' at different levels of a
39 TESTPOOL:inherit -r
45 TESTPOOL/TESTCTR:inherit -r
51 TESTPOOL/TESTCTR/TESTFS1:inherit -r
H A Dstate011.cfg33 # Verify that running 'zfs inherit' at each level of the data hierarchy
41 TESTPOOL:inherit
47 TESTPOOL/TESTCTR:inherit
53 TESTPOOL/TESTCTR/TESTFS1:inherit
H A Dstate013.cfg33 # Verify that executing 'zfs inherit' on each level when the middle
39 TESTPOOL:inherit
45 TESTPOOL/TESTCTR:inherit
51 TESTPOOL/TESTCTR/TESTFS1:inherit
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dpthr_attr.c308 pthread_attr_setinheritsched(pthread_attr_t *attr, int inherit) in pthread_attr_setinheritsched() argument
313 (inherit == PTHREAD_EXPLICIT_SCHED || in pthread_attr_setinheritsched()
314 inherit == PTHREAD_INHERIT_SCHED)) { in pthread_attr_setinheritsched()
315 ap->inherit = inherit; in pthread_attr_setinheritsched()
326 pthread_attr_getinheritsched(const pthread_attr_t *attr, int *inherit) in pthread_attr_getinheritsched() argument
331 inherit != NULL) { in pthread_attr_getinheritsched()
332 *inherit = ap->inherit; in pthread_attr_getinheritsched()
602 ap->inherit = target->ul_ptinherit; in pthread_attr_get_np()
H A Dpthread.c50 _thr_setinherit(pthread_t tid, int inherit) in _thr_setinherit() argument
58 ulwp->ul_ptinherit = inherit; in _thr_setinherit()
123 if (ap->inherit == PTHREAD_EXPLICIT_SCHED && in pthread_create()
138 (void) _thr_setinherit(tid, ap->inherit); in pthread_create()
140 if (ap->inherit == PTHREAD_EXPLICIT_SCHED && in pthread_create()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/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/tools/scripts/
H A Dinterface_cmp.pl351 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/test/zfs-tests/tests/functional/rsend/
H A Drsend_012_pos.ksh55 typeset props=$(zfs inherit 2>&1 | \
99 log_must zfs inherit $prop $POOL
100 log_must zfs inherit $prop $POOL2
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dshiocmd_solaris.c667 bool inherit = false; in b_tmpfile() local
673 inherit = true; in b_tmpfile()
676 inherit = false; in b_tmpfile()
699 if(!inherit) in b_tmpfile()
743 bool inherit = false; in b_dup() local
748 inherit = true; in b_dup()
751 inherit = false; in b_dup()
774 if(!inherit) in b_dup()

123