Searched refs:inheritable (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_prop.c80 boolean_t inheritable; local
91 inheritable = (prop == ZPROP_INVAL || zfs_prop_inheritable(prop));
101 if (!inheritable)
164 boolean_t inheritable; local
168 inheritable = (prop == ZPROP_INVAL || zfs_prop_inheritable(prop));
189 if (inheritable) {
356 * properties. The fact that these properties are non-inheritable greatly
1001 /* Skip non-inheritable properties. */
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dprivlib.c77 static const char *inheritable = PRIV_INHERITABLE; variable
543 ret = setppriv(PRIV_SET, inheritable, nset);
656 (void) getppriv(inheritable, tmpset);
658 /* And stir in the inheritable privileges */
/illumos-gate/usr/src/uts/common/os/
H A Dpriv_defs305 effective, permitted and inheritable sets; the limit set must

Completed in 67 milliseconds