Searched refs:access (Results 276 - 300 of 409) sorted by relevance

<<11121314151617

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_prototype.h206 enum i40e_aq_resource_access_type access,
417 /* prototype for functions used for NVM access */
420 enum i40e_aq_resource_access_type access);
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h307 * This defines all valid access mask bits, as defined by RFC 3530. If
308 * any additional access mask bits are deemed part of the NFSv4 spec,
644 uint32_t access; member in struct:ACCESS4args
651 uint32_t access; member in struct:ACCESS4res
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgtrans.c358 if (access(ids_name, 0) == -1) {
1172 if (access(path, 0) == 0) {
1265 for (i = 2; (access(dstdir, 0) == 0); i++) {
H A Dverify.c618 if (access(p, 0) &&
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c1213 /* get the access handle */
1683 /* call access module with new section handle */
2023 if (access(pname, R_OK) == 0) {
2031 if (access(pname, R_OK) == 0) {
2039 if (access(pname, R_OK) == 0) {
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/snmp/
H A Dsnmpplugin.c264 int type, int access, int size, int (*rdfunc)(ptree_rarg_t *, void *),
1524 add_volatile_prop(picl_nodehdl_t node, char *name, int type, int access, argument
1533 type, (access|PICL_VOLATILE), size, name, rdfunc, wrfunc);
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptape.c1314 m = (access(tape, F_OK) == 0) ? 0 : O_CREAT;
1605 m = (access(tape, F_OK) == 0) ? 0 : O_CREAT;
2404 m = (access(tape, F_OK) == 0) ? 0 : O_CREAT;
/illumos-gate/usr/src/lib/libast/common/port/
H A Dastconf.c1419 if ((s = sfstruse(tmp)) && !access(s, F_OK))
1458 if ((s = sfstruse(tmp)) && !access(s, F_OK))
1530 else if (access(path, F_OK))
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c173 * thread bids for exclusive access to this monitor
374 * exclusive access, and we have the vnode locked;
1560 * Use rput_opt for optimized access to the SR_ flags except
3199 int access; local
3233 access = job_control_type(cmd);
3240 if ((access != -1) && ((error = i_straccess(stp, access)) != 0)) {
3528 access = job_control_type(strioc.ic_cmd);
3530 if ((access != -1) &&
3531 ((error = i_straccess(stp, access)) !
[all...]
/illumos-gate/usr/src/lib/print/libpapi-ipp/common/
H A Djob.c243 /* if we have files, validate access to them */
246 if (access(files[i], R_OK) < 0) {
255 "Cannot access file: %s:"
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-job.c521 (access(files[i], R_OK) < 0)) {
529 gettext("Cannot access file: %s: %s"),
/illumos-gate/usr/src/lib/libshell/misc/
H A Dbuildksh93.sh520 /opt/SUNWspro/bin/bcheck -q -access -o "${bc_logfile}" ${SHELL} ./src/cmd/ksh93/tests/shtests \
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dsetupterm.c294 if (access(TERMPATH, 0) == -1)
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_io.c435 if ((FMODE(stbuf) & 0222) == 0 || access((char *)file, 2) < 0) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddocmd.c606 if (access(name, 4) < 0 || stat(name, &stb) < 0) {
/illumos-gate/usr/src/cmd/csh/
H A Dsh.exp.c60 * If the requested access is permitted, a value of 0 is
83 if (access((char *)name, 010|(mode>>6)) == 0) {
/illumos-gate/usr/src/cmd/mailx/
H A Dlex.c90 int filethere = (access(name, 0) == 0);
/illumos-gate/usr/src/cmd/man/
H A Dmakewhatis.c279 if (access(path, F_OK) == 0) {
/illumos-gate/usr/src/cmd/ndmpadm/
H A Dndmpadm_print.c781 if ((access(dip->nd_name, F_OK) == -1) && (errno == ENOENT))
/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dcmd.c709 if (access(f_name, F_OK) != -1) {
/illumos-gate/usr/src/cmd/fs.d/nfs/rquotad/
H A Drpc.rquotad.c569 if (access(qfilename, F_OK) < 0)
/illumos-gate/usr/src/cmd/genmsg/
H A Dutil.c130 if (access(file, W_OK) == 0)
/illumos-gate/usr/src/cmd/sulogin/
H A Dsulogin.c559 * In this case, we just give access because this is similar
711 access("/dev/console", F_OK))
/illumos-gate/usr/src/cmd/krb5/kadmin/kdcmgr/
H A Dkdcmgr.sh119 printf "$(gettext "Could not access/execute %s").\n" $bin
/illumos-gate/usr/src/cmd/troff/
H A Dn1.c323 if (access(mfiles[idx], 4) == -1)

Completed in 104 milliseconds

<<11121314151617