/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/misc/ |
H A D | zfs_unallow_001_neg.ksh | 54 log_mustnot zfs unallow everyone $TESTPOOL/$TESTFS/allowed 57 OUTPUT=$(zfs allow $TESTPOOL/$TESTFS/allowed | grep "Local+Descendent" ) 61 $TESTPOOL/$TESTFS/allowed"
|
H A D | setup.ksh | 111 log_must zfs create -o version=1 $TESTPOOL/$TESTFS/allowed 112 log_must zfs allow everyone create $TESTPOOL/$TESTFS/allowed
|
/illumos-gate/usr/src/cmd/lp/lib/access/ |
H A D | llib-llpacc | 38 int allowed ( char *, char **, char ** );
|
H A D | allowed.c | 89 return (allowed(user, allow, deny)); 164 return (allowed(form, allow, deny)); 168 ** allowed() - GENERAL ROUTINE TO CHECK ALLOW/DENY LISTS 173 allowed ( function 179 allowed (item, allow, deny)
|
H A D | Makefile | 33 OBJECTS = allowed.o \
|
/illumos-gate/usr/src/cmd/lp/include/ |
H A D | access.h | 48 int allowed ( char *, char **, char ** );
|
/illumos-gate/usr/src/test/util-tests/tests/dladm/ |
H A D | Makefile | 20 PROG = allowed-ips
|
H A D | allowed-ips.ksh | 43 dladm set-linkprop -p allowed-ips="$@" $ai_vnic 2>/dev/null 48 runtest $* || fatal "allowed-ips=$* failed, expected success\n" 53 runtest $* && fatal "allowed-ips=$* succeeded, expected failure\n"
|
/illumos-gate/usr/src/cmd/cron/ |
H A D | cron.h | 94 extern int allowed(char *, char *, char *);
|
H A D | permit.c | 72 allowed(user, allow, deny) function
|
H A D | atrm.c | 100 if (!allowed(login, ATALLOW, ATDENY))
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_acache.c | 87 if ((ap->allowed & acc) == acc) 128 nap->allowed = resacc; 142 ap->allowed &= ~acc; 143 ap->allowed |= resacc;
|
H A D | nfs4_acl.c | 337 vals->allowed = ACE4_MASK_UNDEFINED; 634 "not allowed in the ACL")); 651 "not allowed in the ACL")); 1200 if (vals->allowed != (vals->denied ^ flips)) { 1203 vals->allowed, vals->denied)); 1214 error = ace4_allow_to_mode(vals->allowed, &dest->a_perm, isdir); 1343 error = ace4_mask_to_mode(list->group_obj.allowed, 1516 /* no more than one allowed per aclent_t */ 1517 if (vals->allowed != ACE4_MASK_UNDEFINED) { 1524 vals->allowed [all...] |
/illumos-gate/usr/src/uts/common/sys/ |
H A D | sunpm.h | 69 int allowed; /* normalized max cycles allowed */ member in struct:pm_smart_count
|
/illumos-gate/usr/src/cmd/zonecfg/ |
H A D | zonecfg_lex.l | 229 <TSTATE>allowed-address { return ALLOWED_ADDRESS; } 230 <CSTATE>allowed-address { return ALLOWED_ADDRESS; } 310 <TSTATE>fs-allowed { return FS_ALLOWED; } 311 <CSTATE>fs-allowed { return FS_ALLOWED; }
|
/illumos-gate/usr/src/cmd/lp/lib/papi/ |
H A D | lpsched-printers.c | 141 char **allowed = NULL, **denied = NULL; local 247 load_userprinter_access(dest, &allowed, &denied); 249 "requesting-user-name-allowed", allowed); 253 freelist(allowed); 262 * All forms allowed case 263 * When all forms are allowed forms.allow does not get created but
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/conf/ |
H A D | platsvcd.conf | 39 * is allowed to lock out the platform services daemon
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | crypt.c | 208 * either still allowed or not deprecated. 442 boolean_t allowed = B_FALSE; local 454 allowed = B_FALSE; 457 allowed = B_TRUE; 467 return (allowed); 471 return (!allowed);
|
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
H A D | validate.c | 145 * see if the user is allowed to use it. 151 if (lp_or_root || allowed(prs->secure->user, 214 * This macro checks that the user is allowed to use the 220 || allowed( \ 228 * This macro checks that the form is allowed on the printer, 240 || allowed( \ 299 * is allowed on the form. 708 * Adjust the priority to lie within the limits allowed 888 if (allowed(paper,pc->pps->paper_allowed,NULL)) {
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/conf/ |
H A D | platsvcd.conf | 38 * is allowed to lock out the platform services daemon
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/sebring/conf/ |
H A D | platsvcd.conf | 38 * is allowed to lock out the platform services daemon
|
/illumos-gate/usr/src/lib/libadt_jni/ |
H A D | auditxml_jni | 628 my @allowed = @$allowedIds; 629 if (@allowed) { 633 for ($i = 0; $i <= $#allowed; $i++) { 634 my $idNo = $externalIdNo{$allowed[$i]}; 635 $allowed[$i] =~ s/AUE_/ADT_/; 636 print Sfile "\tstatic final int $allowed[$i] = ", 642 print STDERR "Generic event with no allowed instances: $eventId\n";
|
/illumos-gate/usr/src/common/acl/ |
H A D | acl_common.c | 133 uint32_t allowed; member in struct:acevals 775 vals->allowed = ACE_MASK_UNDEFINED; 1054 if (vals->allowed != (vals->denied ^ flips)) { 1063 error = ace_allow_to_mode(vals->allowed, &dest->a_perm, isdir); 1186 error = ace_mask_to_mode(list->group_obj.allowed, 1403 /* no more than one allowed per aclent_t */ 1404 if (vals->allowed != ACE_MASK_UNDEFINED) { 1408 vals->allowed = acep->a_access_mask;
|
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | AttributeVerifier.java | 383 // Get allowed values. 409 // type. Also, if any allowed values, that attribute values 1453 // If this is a keyword attribute, set the allowed 1484 // Parse allowed values. 1575 Vector allowed = new Vector(); 1578 // First, collect the allowed values. 1594 allowed.addElement(allval); 1597 // Now compare the allowed with the initial. 1599 if (allowed.size() > 0) { 1601 // Error if allowed i [all...] |
/illumos-gate/usr/src/uts/common/nfs/ |
H A D | rnode.h | 56 uint32_t allowed; member in struct:acache
|