Searched refs:access (Results 51 - 75 of 409) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/lms/
H A DConfigConnection.cpp158 AMT_STATUS ConfigConnection::SendEnterpriseAccess(bool access, ATAddress &localIp) argument
178 ((access) ? 1 : 0));
/illumos-gate/usr/src/cmd/tic/
H A Dtic_main.c188 if (access(destination, 7) < 0) {
206 * Check for access rights to the destination directory.
224 } else if (access(dir, 7) < 0) {
/illumos-gate/usr/src/lib/print/libpapi-dynamic/common/
H A Dpsm.c60 if ((access(path, F_OK) < 0) && (errno == ENOENT))
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dcrashtest1.c39 if( access("./test.db-journal",0)==0 ){
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dunistd.h88 * lseek & access args
107 extern int access(char *, int);
/illumos-gate/usr/src/cmd/refer/
H A Dhunt8.c76 return (access(fnam, 04) != -1);
/illumos-gate/usr/src/cmd/mail/
H A Dcreatemf.c45 if (access(file, A_EXIST) == CERROR) {
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Dcolor.c153 if ( gotcolor == FALSE && access(colorfile, 04) == 0 )
/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dokprinter.c132 return ((access(path, R_OK) < 0) ? 0 : 1);
/illumos-gate/usr/src/cmd/make/lib/vroot/
H A DMakefile16 OBJECTS = access.o \
/illumos-gate/usr/src/cmd/ypcmd/yppasswd/
H A Dyppasswdd.c161 if (access("/usr/ccs/bin/make", X_OK) < 0)
242 if (access(shadow_file, F_OK) == 0) {
251 if (access(adjunct_file, F_OK) != 0) {
285 if (access(passwd_file, W_OK) < 0) {
286 fprintf(stderr, "rpc.yppasswdd: can't access %s\n",
290 if (access(shadow_file, W_OK) == 0) {
295 fprintf(stderr, "rpc.yppasswdd: can't access %s\n",
300 if (access(adjunct_file, W_OK) == 0) {
321 * N2L mode does not access the DBM files, will be unused.
643 if (access(vali
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Docfile.c76 #define ERR_ACCESS_CONT "unable to access contents file <%s>: %s"
87 #define MSG_XWTING "NOTE: Waiting for exclusive access to the package " \
149 if (access(tmpcf, F_OK) == 0) {
169 if (access(realcf, F_OK) != 0) {
222 /* Lock the file for exclusive access */
386 * Lock the database for exclusive access, but don't make a fuss if
567 if (access(lockpath, F_OK) == -1) {
653 return (access(contents, F_OK) == 0 ? 1 : 0);
716 if (access(contents, F_OK) == 0) {
721 * access() faile
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_acl_xdr.c332 if (!xdr_uint32(xdrs, &objp->access))
352 objp->access = ntohl(objp->access);
366 if (!xdr_uint32(xdrs, &objp->access))
377 objp->access = ntohl(objp->access);
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dexportent.c58 if (access(TABFILE, F_OK) < 0) {
62 if (access(TABFILE, W_OK) == 0) {
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Dpiclenvsetup.c301 add_regular_prop(picl_nodehdl_t nodeh, char *name, int type, int access, argument
309 type, access, size, name, NULL, NULL);
324 add_volatile_prop(picl_nodehdl_t nodeh, char *name, int type, int access, argument
333 type, (access|PICL_VOLATILE), size, name, rdfunc, wrfunc);
816 if (access(pname, R_OK) == 0) {
895 if (access(pname, R_OK) == 0) {
904 if (access(pname, R_OK) == 0) {
913 if (access(pname, R_OK) == 0) {
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvsetup.c311 add_regular_prop(picl_nodehdl_t nodeh, char *name, int type, int access, argument
319 type, access, size, name, NULL, NULL);
334 add_volatile_prop(picl_nodehdl_t nodeh, char *name, int type, int access, argument
343 type, (access|PICL_VOLATILE), size, name, rdfunc, wrfunc);
816 if (access(pname, R_OK) == 0) {
891 if (access(pname, R_OK) == 0) {
900 if (access(pname, R_OK) == 0) {
909 if (access(pname, R_OK) == 0) {
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvsetup.c243 add_regular_prop(picl_nodehdl_t nodeh, char *name, int type, int access, argument
251 type, access, size, name, NULL, NULL);
266 add_volatile_prop(picl_nodehdl_t nodeh, char *name, int type, int access, argument
275 type, (access|PICL_VOLATILE), size, name, rdfunc, wrfunc);
599 if (access(pname, R_OK) == 0) {
674 if (access(pname, R_OK) == 0) {
683 if (access(pname, R_OK) == 0) {
692 if (access(pname, R_OK) == 0) {
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_shell.c88 if (access(mdb.m_shell, X_OK) == -1)
89 yyperror("cannot access %s", mdb.m_shell);
171 if (access(mdb.m_shell, X_OK) == -1)
172 yyperror("cannot access %s", mdb.m_shell);
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmutil.c70 if (access(device, 0) == 0) {
110 if (access(tp, 0) == 0) {
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dopen.c68 if ((op & O_EXCL) && !access(path, F_OK))
/illumos-gate/usr/src/cmd/localedef/
H A Dlocaledef.c137 rv = access(srcpath, R_OK);
142 rv = access(srcpath, R_OK);
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dports.c196 if ((device == NULL) || (access(device, F_OK) < 0))
205 * just because we can't get read access.
209 if (access(device, R_OK) == 0)
/illumos-gate/usr/src/lib/libgen/common/
H A Dmkdirp.c85 if (access(str, F_OK) == 0)
/illumos-gate/usr/src/lib/libc/port/gen/
H A Disaexec.c119 if (access(pathname, X_OK) == 0) {
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs_acl.x162 uint32 access;
166 * The following access permissions may be requested:
178 uint32 access;

Completed in 86 milliseconds

1234567891011>>