Home
last modified time | relevance | path

Searched refs:access (Results 101 – 125 of 601) sorted by relevance

12345678910>>...25

/illumos-gate/usr/src/common/acl/
H A Dacl_common.c382 uint32_t access = 0; in mode_to_ace_access() local
400 access = access_mask_set(haswriteperm, hasreadperm, isowner, isallow); in mode_to_ace_access()
403 access |= ACE_READ_ACL | ACE_READ_ATTRIBUTES; in mode_to_ace_access()
405 access |= ACE_WRITE_ACL; in mode_to_ace_access()
408 access |= ACE_WRITE_ACL; in mode_to_ace_access()
413 access |= ACE_READ_DATA; in mode_to_ace_access()
417 access |= ACE_WRITE_DATA | in mode_to_ace_access()
420 access |= ACE_DELETE_CHILD; in mode_to_ace_access()
424 access |= ACE_EXECUTE; in mode_to_ace_access()
427 return (access); in mode_to_ace_access()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/envmon/
H A Dpiclenvmon.c87 int type, int access, int size, const void *valbuf, picl_prophdl_t *prophp);
89 int type, int access, int size, ptree_vol_rdfunc_t rdfunc,
553 add_regular_prop(picl_nodehdl_t nodeh, const char *name, int type, int access, in add_regular_prop() argument
561 type, access, size, (char *)name, NULL, NULL); in add_regular_prop()
577 add_volatile_prop(picl_nodehdl_t nodeh, const char *name, int type, int access, in add_volatile_prop() argument
586 type, (access|PICL_VOLATILE), size, (char *)name, rdfunc, wrfunc); in add_volatile_prop()
1475 if (access(pname, R_OK) == 0) { in get_config_file()
1484 if (access(pname, R_OK) == 0) { in get_config_file()
1493 if (access(pname, R_OK) == 0) { in get_config_file()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Drmdir.c57 if (access(path, F_OK) < 0)
/illumos-gate/usr/src/uts/sparc/os/
H A Ddevice_policy3 # additional access controls in this file are enforced.
/illumos-gate/usr/src/uts/intel/os/
H A Ddevice_policy3 # additional access controls in this file are enforced.
/illumos-gate/usr/src/cmd/make/include/vroot/
H A Dargs.h48 } access; member
/illumos-gate/usr/src/uts/common/rpcsvc/
H A Dnlm_prot.x165 fsh_access access; member
293 fsh_access access; member
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_acache.c155 clstat4_debug.access.value.ui64++; in nfs4_access_cache()
204 clstat4_debug.access.value.ui64--; in nfs4_access_purge_rp()
H A Dnfs_acl_vnops.c309 args.access = ACCESS2_READ | ACCESS2_DELETE | ACCESS2_MODIFY | in acl_access2()
312 args.access = ACCESS2_READ | ACCESS2_MODIFY | ACCESS2_EXTEND | in acl_access2()
375 nfs_access_cache(rp, args.access, res.resok.access, cred); in acl_access2()
384 if ((acc & res.resok.access) != acc) { in acl_access2()
/illumos-gate/usr/src/cmd/lp/lib/
H A DMakefile34 access \
/illumos-gate/usr/src/tools/scripts/
H A Dits.reg94 # The database for this system is inside Sun's firewall, so the access URLs
145 # The database for this system is inside Sun's firewall, so the access URLs
147 # redacted access to the internal database through a controlled boundary
/illumos-gate/usr/src/cmd/ipf/examples/
H A Dnat-setup64 access list for inbound packets and translates addresses _AFTER_ it has
65 checked the access control lists for outbound packets.
/illumos-gate/usr/src/cmd/svr4pkg/pkgchk/
H A Dcheckmap.c319 if (access(buf, F_OK)) in selpkg()
342 if (access(buf, F_OK)) in selpkg()
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_service_stash.c68 if (access(file, F_OK) < 0) {
76 if (access(file, R_OK) < 0) {
/illumos-gate/usr/src/uts/common/io/vscan/
H A Dvscan_svc.c460 int access; in vscan_svc_scan_file() local
517 access = VS_ACCESS_ALLOW; in vscan_svc_scan_file()
519 access = VS_ACCESS_DENY; in vscan_svc_scan_file()
521 access = vscan_svc_nodes[req->vsr_idx].vsn_access; in vscan_svc_scan_file()
527 return ((access == VS_ACCESS_ALLOW) ? 0 : EACCES); in vscan_svc_scan_file()
/illumos-gate/usr/src/test/elf-tests/tests/resolution/mixed-hidden-comdat/
H A DMakefile19 DATAFILES = access.S hidden.s main.c visible.s Makefile.test README.md
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dsystrace.c51 if (access(buf, F_OK)) in systrace()
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/out/
H A Dt.2.x163 2 access:/dev/null:/dev/null 2
H A Dt.pat308 24noaccess:*:60002:60002:uid no access:/dev/null:/dev/null
309 24noaccess:*:60002:60002:uid no access:/dev/null:/dev/null
310 24noaccess:*:60002:60002:uid no access:/dev/null:/dev/null
405 24 noaccess * 60002 60002 uid no access /dev/null /dev/null
406 24 noaccess * 60002 60002 uid no access /dev/null /dev/null
407 24 noaccess * 60002 60002 uid no access /dev/null /dev/null
H A Dt.pp104 24noaccess:*:60002:60002:uid no access:/dev/null:/dev/null
125 24 noaccess * 60002 60002 uid no access /dev/null /dev/null
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dlddstub.c46 if (access(buffer, X_OK) == -1) in originlddstub()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_machoread.c151 Dwarf_Unsigned access,
774 Dwarf_Unsigned access, in _dwarf_macho_setup() argument
787 ftype,endian,offsetsize,filesize,access, in _dwarf_macho_setup()
831 UNUSEDARG Dwarf_Unsigned access, in _dwarf_macho_object_access_internals_init() argument
915 Dwarf_Unsigned access, in _dwarf_macho_object_access_init() argument
934 access, in _dwarf_macho_object_access_init()
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dsysfiles.c133 return (access(Systems[nsystems], R_OK)); in sysaccess()
135 return (access(Devices[ndevices], R_OK)); in sysaccess()
137 return (access(Dialers[ndialers], R_OK)); in sysaccess()
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dwbuf.S60 ! g5 = mmu trap type, g6 = tag access reg (g5 != T_ALIGNMENT) or
196 ! g5 = mmu trap type, g6 = tag access reg (g5 != T_ALIGNMENT) or
396 ! g5 = mmu trap type, g6 = tag access reg (g5 != T_ALIGNMENT) or
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddraw.c181 if ( gotdraw == FALSE && access(drawfile, 04) == 0 ) in getdraw()
608 if ( gotbaseline == FALSE && access(baselinefile, 04) == 0 ) in getbaseline()

12345678910>>...25