HomeSort by relevance Sort by last modified time
    Searched refs:access (Results 1 - 25 of 514) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/lib/libc/common/sys/
access.s 30 .file "access.s"
32 /* C library -- access */
33 /* int access(char *path, int amode) */
37 ANSI_PRAGMA_WEAK(access,function)
41 SYSCALL_RVAL1(access)
43 SET_SIZE(access)
  /onnv/onnv-gate/usr/src/cmd/agents/snmp/snmpdemod/
snmpdemo.acl 34 # access control #
37 # The list of community names needed for read/write access
40 # and its access type is read-only
45 access = read-write
  /onnv/onnv-gate/usr/src/cmd/agents/snmp/snmprelayd/
snmpdx.acl 34 # access control #
37 # The list of community names needed for read/write access
40 # and its access type is read-only
45 access = read-write
relay.conf 34 # access control #
37 # The list of community names needed for read/write access
40 # and its access type is read-only
45 access = read-write
50 access = read-only
  /onnv/onnv-gate/usr/src/cmd/nscd/
nscd_access.c 35 * Access control structure for a piece of nscd data. This structure
37 * be used to allocate memory that requires access control or usage
38 * count control, will initialize this access control structure at the
59 if (access->data != data) \
63 access = (nscd_access_t *) \
71 * Decrements the usage count maintained in the access data
79 nscd_access_t *access; local
88 (me, "data = %p, access->data = %p, "
90 data, access->data, access->seq_num, access->nUse)
134 nscd_access_t *access; local
163 nscd_access_t *access; local
255 nscd_access_t *access; local
288 nscd_access_t *access; local
319 nscd_access_t *access; local
349 nscd_access_t *access; local
373 nscd_access_t *access; local
405 nscd_access_t *access; local
433 nscd_access_t *access; local
462 nscd_access_t *access; local
496 nscd_access_t *access; local
567 nscd_access_t *access; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mail/
legal.c 61 if (access(file, A_EXIST) == A_OK) {
62 if (access(file, A_WRITE) == A_OK)
76 if (access(dfile, A_WRITE) == CERROR)
stamp.c 37 if ((access(mailfile, A_EXIST) == A_OK) && (utimep->modtime != -1))
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
issecure.c 42 securestate = (access(PWDADJ, F_OK) == 0);
  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/sys5/
access.c 34 access(char *path, int mode) function
  /onnv/onnv-gate/usr/src/lib/libgen/common/
eaccess.c 45 return (access(path, 010|amode));
  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/4.2/
access.c 35 access(char *path, int mode) function
  /onnv/onnv-gate/usr/src/tools/cscope-fast/
vpaccess.c 33 /* vpaccess - view path version of the access system call */
47 if ((returncode = access(path, amode)) == -1 && path[0] != '/') {
51 if ((returncode = access(buf, amode)) != -1) {
  /onnv/onnv-gate/usr/src/lib/libbc/libc/stdio/common/
tempnam.c 39 extern int access();
63 if(x > 0 && access(pcopy(p, tdir), 3) == 0)
65 if(y > 0 && access(pcopy(p, dir), 3) == 0)
67 if(access(pcopy(p, P_tmpdir), 3) == 0)
69 if(access(pcopy(p, "/tmp"), 3) != 0)
  /onnv/onnv-gate/usr/src/lib/libast/common/string/
strtape.c 76 if (!access("/dev/rmt/.", F_OK))
84 if (!access(tapefile, F_OK)) return(tapefile);
88 if (!access(tapefile, F_OK)) return(tapefile);
93 else if (!access("/dev/nst0", F_OK))
101 else if (!access("/dev/nrmt0", F_OK))
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/common/
tempnam.c 43 if (access(tnm, 7) == -1)
48 if (access(tnm, 7) == -1)
  /onnv/onnv-gate/usr/src/lib/mms/mgmt/common/
mgmt_media.h 42 time_t access; member in struct:__anon4391
  /onnv/onnv-gate/usr/src/lib/libpkg/common/
ckvolseq.c 66 if (access(path, 0)) {
92 if (access(path, 0) == 0)
95 if (access(path, 0) == 0)
100 if (access(path, 0) == 0)
fmkdir.c 54 if (access(a_path, F_OK) == 0) {
  /onnv/onnv-gate/usr/src/cmd/fs.d/nfs/exportfs/
exportfs.sh 44 do case $i in *access=* ) eval $i ;; esac ; done
45 if [ ! "$access" ] ; then return ; fi
52 ro | rw ) OPTS="${OPTS}$i=$access," ; ropt="true" ;;
53 access=* ) ;;
57 if [ ! "$ropt" ] ; then OPTS="ro=$access,$OPTS" ; fi
  /onnv/onnv-gate/usr/src/cmd/oamuser/user/
movedir.c 44 extern int access(), rm_files();
65 if (access(from, F_OK) == 0) { /* home dir exists */
  /onnv/onnv-gate/usr/src/uts/intel/os/
bootenv.rc 37 setprop lba-access-ok 1
  /onnv/onnv-gate/usr/src/uts/common/fs/nfs/
nfs_auth.c 150 * have a limited access to this vnode even if the security flavor
156 int access; local
158 access = nfsauth_access(exi, req);
169 * would get a limited view with RO access on /export to see
170 * "home" only because the client is allowed to access
173 if (access & NFSAUTH_DENIED || access & NFSAUTH_WRONGSEC) {
182 return (access);
202 * Get the access information from the cache or callup to the mountd
203 * to get and cache the access information in the kernel
212 int access; local
508 int access; local
533 int access, mapaccess; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/port/stdio/
tempnam.c 71 if (x > 0 && access(pcopy(p, tdir), (W_OK | X_OK)) == 0)
73 if (y > 0 && access(pcopy(p, dir), (W_OK | X_OK)) == 0)
75 if (access(pcopy(p, P_tmpdir), (W_OK | X_OK)) == 0)
77 if (access(pcopy(p, "/tmp"), (W_OK | X_OK)) != 0) {
  /onnv/onnv-gate/usr/src/cmd/picl/plugins/common/frutree/
piclfrutree.c 93 if (access(pname, R_OK) == 0) {
102 if (access(pname, R_OK) == 0) {
111 if (access(pname, R_OK) == 0) {
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
paths.c 209 if (access(filepath, R_OK) == 0) {
218 if (access(filepath, R_OK) == 0)
224 if (access(filepath, R_OK) == 0)
230 if (access(filepath, R_OK) == 0)
236 if (access(filepath, R_OK) == 0)

Completed in 10229 milliseconds

1 2 3 4 5 6 7 8 91011>>