Searched refs:access (Results 76 - 100 of 409) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpassprompt.c34 if (promptprog[0] == 0 || access(promptprog, X_OK) < 0)
/illumos-gate/usr/src/cmd/devmgmt/cmds/
H A Dputdev.c320 if (access(p, R_OK) == 0)
421 if (access(p, R_OK) == 0)
516 if (access(p, R_OK) == 0)
598 if (access(p, R_OK) == 0)
/illumos-gate/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_ecache.c38 * for driver access - we have to hunt around for one. Furthermore, the minor
112 if (access(dir, R_OK) != 0)
/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Ddelete.c110 /* Check the access permission of the policy DB */
111 if (access(filename, W_OK) < 0) {
114 gettext("Cannot access \"%s\" for delete - %s\n"),
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Dkdb5_destroy.c155 if (!access(global_params.stash_file, F_OK))
/illumos-gate/usr/src/cmd/streams/log/
H A Dstrclean.c107 if (access(logname, ACCESS) < 0) {
108 fprintf(stderr, "strclean: cannot access directory %s\n",
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dpkgenv.c45 #define ERR_PKGINFO "unable to access pkginfo file <%s>"
46 #define ERR_PKGMAP "unable to access pkgmap file <%s>"
71 if (access(p_pkgmap, 0)) {
H A Dquit.c344 if (pkgloc_sav[0] && !access(pkgloc_sav, F_OK)) {
345 if (pkgloc[0] && !access(pkgloc, F_OK))
353 if (pkgloc_sav[0] && !access(pkgloc_sav, F_OK)) {
H A Dreqexec.c247 if (access(script, F_OK) != 0 || respfile_ro)
262 if ((access(resppath, F_OK) == 0) && unlink(resppath)) {
294 if ((access(resppath, F_OK) != 0)) {
H A Dmain.c293 /* tell spmi zones interface how to access package output functions */
1418 * Be sure request script has access to PKG_INSTALL_ROOT if there is
1579 if (access(script, F_OK) != 0) {
1610 /* access returned error */
1694 if (!access(get_PKGADM(), F_OK)) {
1942 if (access(ilockfile, F_OK) == 0) {
1997 if (access(altscript, F_OK) != 0) {
2001 } else if (access(script, F_OK) != 0) {
2044 if (access(script, F_OK) == 0) {
2099 script ? access(scrip
[all...]
/illumos-gate/usr/src/ucbcmd/ln/
H A Dln.c106 else if (access(from, 0) < 0)
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dspawnveg.c72 if (!access(path, X_OK))
171 if (access(path, X_OK))
/illumos-gate/usr/src/uts/sun4v/io/iospc/
H A Diospc.h75 * Counter description, including its access logistics and how to zero it.
125 int (*access)(iospc_t *iospc_p, void *, int op, int regid, member in struct:iospc_grp
H A Diospc.c481 if ((rval = grp_p->access(iospc_p, ksinfo_p->arg, IOSPC_REG_READ,
510 if ((rval = grp_p->access(iospc_p, ksinfo_p->arg,
521 if ((rval = grp_p->access(iospc_p, ksinfo_p->arg,
577 if (grp_p->access(iospc_p, ksinfop->arg, IOSPC_REG_READ,
589 if (grp_p->access(iospc_p, ksinfop->arg, IOSPC_REG_READ,
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A DMakefile54 LDLIBS += -L$(SRC)/cmd/lp/lib/access -llpacc
/illumos-gate/usr/src/cmd/lp/model/netpr/
H A Dmisc.c51 if (access(filename, R_OK) < 0)
/illumos-gate/usr/src/boot/sys/boot/userboot/
H A Duserboot.h212 u_int limit, u_int access);
/illumos-gate/usr/src/lib/libcmd/common/
H A Dgetconf.c284 if ((cmd = oargv[0]) && *cmd == '/' && !access(cmd, X_OK))
351 if (!access(buf, X_OK))
369 if (!access(buf, X_OK))
/illumos-gate/usr/src/lib/abi/apptrace/common/
H A Dabienv.c145 if (access(name, R_OK)) {
318 if (access(buf, R_OK) != 0 && strncmp(buf, "/usr/", 5) != 0)
322 if (access(buf, R_OK) != 0 && strncmp(buf, "/usr/", 5) != 0)
/illumos-gate/usr/src/cmd/mkmsgs/
H A Dmkmsgs.c206 if (access(pathoutp, 0) == 0) {
214 if (access(ofilep, 0) == 0) {
395 if (access(path, 3) == 0)
/illumos-gate/usr/src/lib/libast/common/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/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvsetup.c49 * access any volatile sensor/fan property, and held as a writer lock
374 add_regular_prop(picl_nodehdl_t nodeh, char *name, int type, int access, argument
382 type, access, size, name, NULL, NULL);
397 add_volatile_prop(picl_nodehdl_t nodeh, char *name, int type, int access, argument
406 type, (access|PICL_VOLATILE), size, name, rdfunc, wrfunc);
793 if (access(pname, R_OK) == 0) {
802 if (access(pname, R_OK) == 0) {
811 if (access(pname, R_OK) == 0) {
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvsetup.c351 add_regular_prop(picl_nodehdl_t nodeh, char *name, int type, int access, argument
359 type, access, size, name, NULL, NULL);
374 add_volatile_prop(picl_nodehdl_t nodeh, char *name, int type, int access, argument
383 type, (access|PICL_VOLATILE), size, name, rdfunc, wrfunc);
755 if (access(pname, R_OK) == 0) {
764 if (access(pname, R_OK) == 0) {
773 if (access(pname, R_OK) == 0) {
/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);
636 * check access to local file
726 * necessitates local access to SPOOL/syspart, which
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/pwconv/
H A Dpwconv.c186 if (access(SHADOW, F_OK) == 0) {
400 if (unlink(OPASSWD) && (access(OPASSWD, F_OK) == 0)) {
423 if (unlink(OSHADOW) && (access(OSHADOW, R_OK) == 0)) {

Completed in 820 milliseconds

1234567891011>>