Home
last modified time | relevance | path

Searched refs:allowed (Results 1 – 25 of 122) sorted by relevance

12345

/titanic_52/usr/src/cmd/lp/lib/access/
H A Dallowed.c89 return (allowed(user, allow, deny));
164 return (allowed(form, allow, deny));
168 ** allowed() - GENERAL ROUTINE TO CHECK ALLOW/DENY LISTS
173 allowed ( in allowed() function
179 allowed (item, allow, deny) in allowed()
H A DMakefile33 OBJECTS = allowed.o \
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_user/misc/
H A Dzfs_unallow_001_neg.ksh54 log_mustnot $ZFS unallow everyone $TESTPOOL/$TESTFS/allowed
57 OUTPUT=$($ZFS allow $TESTPOOL/$TESTFS/allowed | $GREP "Local+Descendent" )
61 $TESTPOOL/$TESTFS/allowed"
H A Dsetup.ksh111 log_must $ZFS create -o version=1 $TESTPOOL/$TESTFS/allowed
112 log_must $ZFS allow everyone create $TESTPOOL/$TESTFS/allowed
/titanic_52/usr/src/uts/common/fs/nfs/
H A Dnfs4_acache.c87 if ((ap->allowed & acc) == acc) in nfs4_access_check()
128 nap->allowed = resacc; in nfs4_access_cache()
142 ap->allowed &= ~acc; in nfs4_access_cache()
143 ap->allowed |= resacc; in nfs4_access_cache()
/titanic_52/usr/src/cmd/zonecfg/
H A Dzonecfg_lex.l227 <TSTATE>allowed-address { return ALLOWED_ADDRESS; }
228 <CSTATE>allowed-address { return ALLOWED_ADDRESS; }
308 <TSTATE>fs-allowed { return FS_ALLOWED; }
309 <CSTATE>fs-allowed { return FS_ALLOWED; }
/titanic_52/usr/src/cmd/lp/lib/papi/
H A Dlpsched-printers.c141 char **allowed = NULL, **denied = NULL; in lpsched_printer_configuration_to_attributes() local
247 load_userprinter_access(dest, &allowed, &denied); in lpsched_printer_configuration_to_attributes()
249 "requesting-user-name-allowed", allowed); in lpsched_printer_configuration_to_attributes()
253 freelist(allowed); in lpsched_printer_configuration_to_attributes()
262 * All forms allowed case in lpsched_printer_configuration_to_attributes()
263 * When all forms are allowed forms.allow does not get created but in lpsched_printer_configuration_to_attributes()
/titanic_52/usr/src/cmd/lp/include/
H A Daccess.h48 int allowed ( char *, char **, char ** );
/titanic_52/usr/src/test/util-tests/tests/dladm/
H A DMakefile20 PROG = allowed-ips set-linkprop
/titanic_52/usr/src/lib/libc/port/gen/
H A Dcrypt.c208 * either still allowed or not deprecated.
442 boolean_t allowed = B_FALSE; in alg_valid() local
454 allowed = B_FALSE; in alg_valid()
457 allowed = B_TRUE; in alg_valid()
467 return (allowed); in alg_valid()
471 return (!allowed); in alg_valid()
/titanic_52/usr/src/uts/common/io/usb/usba/
H A DREADME34 NOTE:- Queuing of control requests are allowed at USBA level.
75 (Not allowed)
86 NOTE:- Queuing of control requests are allowed at USBA level.
132 NOTE:- Queuing of bulk requests are allowed at USBA level.
/titanic_52/usr/src/cmd/cron/
H A Dcron.h94 extern int allowed(char *, char *, char *);
H A Dpermit.c72 allowed(user, allow, deny) in allowed() function
/titanic_52/usr/src/uts/common/sys/
H A Dsunpm.h69 int allowed; /* normalized max cycles allowed */ member
/titanic_52/usr/src/common/crypto/aes/amd64/
H A DTHIRDPARTYLICENSE.gladman6 The free distribution and use of this software is allowed (with or without
/titanic_52/exception_lists/
H A Dcheck_rtime63 # Objects that are allowed to have executable data segments
72 # Objects that are allowed to have an executable stack
79 # Directories and files that are allowed to have no direct bound symbols
92 # Files that are allowed undefined references
95 # Objects allowed to have unused dependencies
/titanic_52/usr/src/cmd/login/
H A Dlogin.dfl86 # allowed before login exits. Default is 5 and maximum is 15.
94 # login attempts will be allowed by the system before a failed login
/titanic_52/usr/src/lib/libunistat/common/rdc/
H A Drdc.err50 UPDATE = Update sync %s:%s ==> %s:%s only allowed for an rdc device set
53 MASTER = Changing the primary SNDR device %s:%s to become secondary and the secondary SNDR device %s:%s to become primary is not allowed in advanced configs
85 QWRONGMODE = Disk queue operations on synchronous sets not allowed
/titanic_52/usr/src/cmd/lp/cmd/lpsched/
H A Dvalidate.c145 * see if the user is allowed to use it. in _validate()
151 if (lp_or_root || allowed(prs->secure->user, in _validate()
214 * This macro checks that the user is allowed to use the in _validate()
220 || allowed( \ in _validate()
228 * This macro checks that the form is allowed on the printer, in _validate()
240 || allowed( \ in _validate()
299 * is allowed on the form. in _validate()
708 * Adjust the priority to lie within the limits allowed in _validate()
888 if (allowed(paper,pc->pps->paper_allowed,NULL)) { in _chkopts()
/titanic_52/usr/src/lib/libadt_jni/
H A Dauditxml_jni628 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";
/titanic_52/usr/src/common/acl/
H A Dacl_common.c133 uint32_t allowed; member
775 vals->allowed = ACE_MASK_UNDEFINED; in acevals_init()
1054 if (vals->allowed != (vals->denied ^ flips)) { in acevals_to_aent()
1063 error = ace_allow_to_mode(vals->allowed, &dest->a_perm, isdir); in acevals_to_aent()
1186 error = ace_mask_to_mode(list->group_obj.allowed, in ace_list_to_aent()
1403 /* no more than one allowed per aclent_t */ in ln_ace_to_aent()
1404 if (vals->allowed != ACE_MASK_UNDEFINED) { in ln_ace_to_aent()
1408 vals->allowed = acep->a_access_mask; in ln_ace_to_aent()
/titanic_52/usr/src/test/util-tests/runfiles/
H A Ddefault.run27 [/opt/util-tests/tests/allowed-ips]
/titanic_52/usr/src/cmd/sendmail/cf/feature/
H A Dcompat_check.m428 # it must be one of the following... anything else will be allowed..
/titanic_52/usr/src/cmd/mdb/common/modules/conf/
H A Dmapfile43 # Modules aren't allowed to export any symbols
/titanic_52/usr/src/cmd/ypcmd/net_files/
H A Dpublickey27 # Non root users are not allowed to change their key-pair in this file.

12345