Searched defs:allowed (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/cron/
H A Dpermit.c72 allowed(user, allow, deny) function
/illumos-gate/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 ( function
179 allowed (item, allow, deny)
/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/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/uts/common/contract/
H A Dprocess.c197 * allowed to make critical but not fatal or if the PGRPONLY parameter
337 int allowed = local
340 tmpl->ctmpl_ev_info |= (tmpl->ctmpl_ev_crit & ~allowed);
341 tmpl->ctmpl_ev_crit &= allowed;
/illumos-gate/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c1490 * and integrity will be allowed.
1904 sasl_ssf_t need, allowed; local
1934 allowed = secprops->max_ssf - external;
1936 allowed = 0;
1949 if (allowed >= 56 && need <= 56 && (serverhas & 4)) {
1955 } else if (allowed >= 1 && need <= 1 && (serverhas & 2)) {
2186 * and integrity will be allowed.
/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/uts/common/nfs/
H A Drnode.h56 uint32_t allowed; member in struct:acache
H A Drnode4.h67 uint32_t allowed; member in struct:acache4
H A Dnfs4_kprot.h373 acemask4 allowed; member in struct:ace4vals
/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/libsldap/common/
H A Dns_internal.h192 "user is not allowed to change password"
465 ns_enum_map *allowed; /* allowed values */ member in struct:ns_default_config

Completed in 93 milliseconds