Home
last modified time | relevance | path

Searched refs:access (Results 51 – 75 of 601) sorted by relevance

12345678910>>...25

/illumos-gate/usr/src/cmd/tic/
H A Dtic_main.c186 if (access(destination, 7) < 0) { in init()
222 } else if (access(dir, 7) < 0) { in check_dir()
/illumos-gate/usr/src/uts/common/os/
H A Dpriv_defs57 Allow a process to access per-CPU hardware performance counters.
132 only for the file owner: modify that file's access and
261 Allows a process to have direct access to the network layer.
296 Allows a process to access physical memory information.
376 access.
398 appropriate access to the device being mounted (read-write for
402 access to the mount point.
473 Allows a process to access the Sun private SMB kernel module.
520 access control list.
556 allow access to the frame buffer, or the frame buffer must be
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Deaccess.c47 return access(path, flags|EFF_ONLY_OK);
70 return access(path, flags);
/illumos-gate/usr/src/cmd/fs.d/nfs/dtrace/
H A Dnfs-trace.d64 nfsv3:::op-access-start,
98 nfsv3:::op-access-done,
131 nfsv4:::op-access-start,
194 nfsv4:::op-access-done,
/illumos-gate/usr/src/cmd/sendmail/cf/m4/
H A Dproto.m4202 # possible values for TLS_connection in access map
1674 ### $* $=m or the access database.
1782 dnl generic error from access map
1939 R<$={Accept}> $* $# $1 accept from access map
1947 dnl generic error from access map
1948 R<$+> $* $#error $: $1 error from access db',
2114 dnl generic error from access map
2115 R<$+> $* $#error $: $1 error from access db
2289 R<?> $* $: <$(access Connect:$1 $: ? $)> <$1>
2790 dnl some other value in access map: accept
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dgetconf.c293 if ((cmd = oargv[0]) && *cmd == '/' && !access(cmd, X_OK)) in b_getconf()
360 if (!access(buf, X_OK)) in b_getconf()
378 if (!access(buf, X_OK)) in b_getconf()
/illumos-gate/usr/src/lib/abi/apptrace/common/
H A Dabienv.c143 if (access(name, R_OK)) { in appendlist()
316 if (access(buf, R_OK) != 0 && strncmp(buf, "/usr/", 5) != 0) in build_interceptor_path()
320 if (access(buf, R_OK) != 0 && strncmp(buf, "/usr/", 5) != 0) in build_interceptor_path()
/illumos-gate/usr/src/uts/sun4v/io/iospc/
H A Diospc.c481 if ((rval = grp_p->access(iospc_p, ksinfo_p->arg, IOSPC_REG_READ, in iospc_perfcnt_program()
510 if ((rval = grp_p->access(iospc_p, ksinfo_p->arg, in iospc_perfcnt_program()
521 if ((rval = grp_p->access(iospc_p, ksinfo_p->arg, in iospc_perfcnt_program()
577 if (grp_p->access(iospc_p, ksinfop->arg, IOSPC_REG_READ, in iospc_kstat_update()
589 if (grp_p->access(iospc_p, ksinfop->arg, IOSPC_REG_READ, in iospc_kstat_update()
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dfixpath.c552 if (access(p, F_OK) == 0) { in mkpath()
563 if ((access(p, F_OK) != 0) && (mkdir(p, 0755) != 0)) { in mkpath()
590 if (access(basedir, F_OK) == 0) { in mkbasedir()
620 if (access(basedir, F_OK) == 0 || mkpath(basedir)) { in mkbasedir()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library-libpcsc.p5m18 set name=pkg.summary value="PC/SC compatible library for Smart Card access"
19 set name=pkg.description value="PC/SC compatible library for Smart Card access"
H A Dsystem-fru-id-platform.p5m29 set name=pkg.description value="FRU ID platform data module and access library"
39 desc="FRU ID platform data module and access library" \
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elfread.c163 Dwarf_Unsigned access,
589 Dwarf_Unsigned access, in _dwarf_elf_nlsetup() argument
602 ftype,endian,offsetsize,filesize,access, in _dwarf_elf_nlsetup()
647 UNUSEDARG Dwarf_Unsigned access, in _dwarf_elf_object_access_internals_init() argument
772 Dwarf_Unsigned access, in _dwarf_elf_object_access_init() argument
791 access, in _dwarf_elf_object_access_init()
/illumos-gate/usr/src/cmd/bnu/
H A Duux.c387 ASSERT(access(cfile, 0) != 0, Fl_EXISTS, cfile, errno);
404 ASSERT(access(rxfile, 0) != 0, Fl_EXISTS, rxfile, errno);
456 ASSERT(access(dfile, 0) != 0, Fl_EXISTS, dfile, errno);
744 ASSERT(access(tfile, 0) != 0,
821 ASSERT(access(tfile, 0) != 0,
837 ASSERT(access(t2file, 0)!=0, Fl_EXISTS, t2file, errno);
/illumos-gate/usr/src/cmd/mkmsgs/
H A Dmkmsgs.c203 if (access(pathoutp, 0) == 0) {
211 if (access(ofilep, 0) == 0) {
392 if (access(path, 3) == 0)
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_main.c866 if (tgt_argc == 1 && access(tgt_argv[0], F_OK) == -1 && in main()
880 if (access(tgt_argv[0], F_OK) == -1 && in main()
881 access(tgt_argv[1], F_OK) != -1) { in main()
888 } else if (access(tgt_argv[0], F_OK) == -1 && in main()
889 access(tgt_argv[1], F_OK) == -1) { in main()
892 if (access(tgt_argv[1], F_OK) == 0) { in main()
983 if (access(tgt_argv[1], F_OK) == -1) in main()
H A Dmdb_shell.c86 if (access(mdb.m_shell, X_OK) == -1) in mdb_shell_exec()
169 if (access(mdb.m_shell, X_OK) == -1) in mdb_shell_pipe()
/illumos-gate/usr/src/cmd/sendmail/cf/feature/
H A Daccess_db.m443 Kaccess ifelse(defn(`_ARG_'), `', DATABASE_MAP_TYPE -T`'_ATMPF_ MAIL_SETTINGS_DIR`access',
44 …TACluster=${sendmailMTACluster})(sendmailMTAHost=$j))(sendmailMTAMapName=access)(sendmailMTAKey=%0…
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfpopen.c58 { if(access(interp,X_OK) == 0)
110 { if(access(cmd,X_OK) != 0)
117 if(access(s,X_OK) == 0)
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_init.c161 if (access(cfgfile, R_OK) != 0) { in _nscd_init()
212 if (access(cfgfile, R_OK) != 0) { in _nscd_refresh()
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmutil.c67 if (access(device, 0) == 0) { in check_device()
106 if (access(tp, 0) == 0) { in check_cmd()
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/out/
H A Dt.481 24noaccess:*:60002:60002:uid no access:/dev/null:/dev/null
89 24 noaccess * 60002 60002 uid no access /dev/null /dev/null
/illumos-gate/usr/src/test/elf-tests/tests/resolution/mixed-hidden-comdat/
H A DREADME.md21 - `access.S`
22 provides access to our data using relocations we control,
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv.c769 cs->access = CS_ACCESS_DENIED; in rfs4_init_compound_state()
1286 int access, flavor, perm; in do_rfs4_op_secinfo() local
1540 resp->access = 0; in rfs4_op_access()
1569 resp->access |= ACCESS4_READ; in rfs4_op_access()
1585 resp->access |= in rfs4_op_access()
2265 cs->access = CS_ACCESS_OK; in call_checkauth4()
7131 sp->rs_open_access |= access; in rfs4_do_open()
7144 fp->rf_share_access |= access; in rfs4_do_open()
8083 if ((access & sp->rs_open_access) != access || in rfs4_op_open_downgrade()
8085 (access & in rfs4_op_open_downgrade()
[all …]
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dports.c205 if ((device == NULL) || (access(device, F_OK) < 0)) in open_direct()
218 if (access(device, R_OK) == 0) in open_direct()
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs_acl.x158 uint32 access; member
174 uint32 access; member

12345678910>>...25