Searched defs:allowed (Results 1 - 12 of 12) sorted by relevance
/illumos-gate/usr/src/cmd/cron/ |
H A D | permit.c | 72 allowed(user, allow, deny) function
|
/illumos-gate/usr/src/cmd/lp/lib/access/ |
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)
|
/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/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/uts/common/contract/ |
H A D | process.c | 197 * 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 D | gssapi.c | 1490 * 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 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/uts/common/nfs/ |
H A D | rnode.h | 56 uint32_t allowed; member in struct:acache
|
H A D | rnode4.h | 67 uint32_t allowed; member in struct:acache4
|
H A D | nfs4_kprot.h | 373 acemask4 allowed; member in struct:ace4vals
|
/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/libsldap/common/ |
H A D | ns_internal.h | 192 "user is not allowed to change password" 465 ns_enum_map *allowed; /* allowed values */ member in struct:ns_default_config
|
Completed in 73 milliseconds