| /onnv/onnv-gate/usr/src/cmd/lp/lib/access/ |
| 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)
|
| /onnv/onnv-gate/usr/src/cmd/cron/ |
| permit.c | 72 allowed(user, allow, deny) function
|
| /onnv/onnv-gate/usr/src/cmd/ssh/libssh/common/ |
| readpass.c | 143 int allowed = 0; local 158 allowed = 1; 162 return (allowed);
|
| /onnv/onnv-gate/usr/src/cmd/lp/lib/papi/ |
| lpsched-printers.c | 123 char **allowed = NULL, **denied = NULL; local 229 load_userprinter_access(dest, &allowed, &denied); 231 "requesting-user-name-allowed", allowed); 235 freelist(allowed); 244 * All forms allowed case 245 * When all forms are allowed forms.allow does not get created but
|
| /onnv/onnv-gate/usr/src/cmd/ssh/sshd/ |
| auth-rsa.c | 151 * return key if login is allowed, NULL otherwise 158 int allowed = 0; local 196 /* Flag indicating whether the key is allowed. */ 197 allowed = 0; 262 /* break out, this key is allowed */ 263 allowed = 1; 274 /* return key if allowed */ 275 if (allowed && rkey != NULL) 279 return (allowed);
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| sunpm.h | 67 int allowed; /* normalized max cycles allowed */ member in struct:pm_smart_count
|
| /onnv/onnv-gate/usr/src/uts/common/contract/ |
| 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; [all...] |
| /onnv/onnv-gate/usr/src/lib/libc/port/gen/ |
| crypt.c | 210 * either still allowed or not deprecated. 444 boolean_t allowed = B_FALSE; local 456 allowed = B_FALSE; 459 allowed = B_TRUE; 469 return (allowed); 473 return (!allowed);
|
| /onnv/onnv-gate/usr/src/lib/sasl_plugins/gssapi/ |
| gssapi.c | 1910 sasl_ssf_t need, allowed; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
| AttributeVerifier.java | 383 // Get allowed values. 409 // type. Also, if any allowed values, that attribute values 1575 Vector allowed = new Vector(); local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/nfs/ |
| rnode.h | 56 uint32_t allowed; member in struct:acache
|
| rnode4.h | 66 uint32_t allowed; member in struct:acache4
|
| nfs4_kprot.h | 355 acemask4 allowed; member in struct:ace4vals [all...] |
| /onnv/onnv-gate/usr/src/common/acl/ |
| acl_common.c | 132 uint32_t allowed; member in struct:acevals 934 vals->allowed = ACE_MASK_UNDEFINED; 1213 if (vals->allowed != (vals->denied ^ flips)) { 1222 error = ace_allow_to_mode(vals->allowed, &dest->a_perm, isdir); 1345 error = ace_mask_to_mode(list->group_obj.allowed, [all...] |
| /onnv/onnv-gate/usr/src/lib/libsldap/common/ |
| ns_internal.h | 193 "user is not allowed to change password" 466 ns_enum_map *allowed; /* allowed values */ member in struct:ns_default_config
|