Searched refs:allowed (Results 1 - 25 of 48) sorted by relevance

12

/illumos-gate/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
/illumos-gate/usr/src/cmd/lp/lib/access/
H A Dllib-llpacc38 int allowed ( char *, char **, char ** );
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 ( function
179 allowed (item, allow, deny)
H A DMakefile33 OBJECTS = allowed.o \
/illumos-gate/usr/src/cmd/lp/include/
H A Daccess.h48 int allowed ( char *, char **, char ** );
/illumos-gate/usr/src/test/util-tests/tests/dladm/
H A DMakefile20 PROG = allowed-ips
H A Dallowed-ips.ksh43 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 Dcron.h94 extern int allowed(char *, char *, char *);
H A Dpermit.c72 allowed(user, allow, deny) function
H A Datrm.c100 if (!allowed(login, ATALLOW, ATDENY))
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_acache.c87 if ((ap->allowed & acc) == acc)
128 nap->allowed = resacc;
142 ap->allowed &= ~acc;
143 ap->allowed |= resacc;
H A Dnfs4_acl.c337 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 Dsunpm.h69 int allowed; /* normalized max cycles allowed */ member in struct:pm_smart_count
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg_lex.l229 <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 Dlpsched-printers.c141 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 Dplatsvcd.conf39 * is allowed to lock out the platform services daemon
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dcrypt.c208 * 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 Dvalidate.c145 * 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 Dplatsvcd.conf38 * is allowed to lock out the platform services daemon
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/sebring/conf/
H A Dplatsvcd.conf38 * is allowed to lock out the platform services daemon
/illumos-gate/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";
/illumos-gate/usr/src/common/acl/
H A Dacl_common.c133 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 DAttributeVerifier.java383 // 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 Drnode.h56 uint32_t allowed; member in struct:acache

Completed in 183 milliseconds

12