Searched refs:access (Results 476 - 500 of 504) sorted by relevance

<<11121314151617181920>>

/opensolaris-onvv-gate/usr/src/tools/scripts/
H A Dwx.sh1007 $ME access shorthand for "$ME ws access_control"
4627 if workspace access $2 >/dev/null; then
5052 access) cat $wsdata/access_control;;
/opensolaris-onvv-gate/usr/src/uts/common/fs/
H A Dfem.c90 _FEMOPDEF(ACCESS, access),
144 _FEMGUARD(ACCESS, access),
2862 * To keep the unaugmented vnode access path lock free, we spin
H A Dvnode.c1414 * it is being open with write access &&
3373 VOPSTATS_UPDATE(vp, access);
3393 * If this file system doesn't support case-insensitive access
3394 * and said access is requested, fail quickly. It is required
3441 * If this file system doesn't support case-insensitive access
3442 * and said access is requested, fail quickly.
3474 * If this file system doesn't support case-insensitive access
3475 * and said access is requested, fail quickly.
3501 * If the target file system doesn't support case-insensitive access
3502 * and said access i
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vnops.c880 * If the file has a delegation, then do an access check up
881 * front. This avoids having to an access check later after
1043 * must fail due to an access failure
1251 * we are root (no root net access). If the real uid
2987 * In the event that we got an access error while
3922 * Purge the access cache and ACL cache if changing either the
3924 * change the access permissions of the file, so purge old
4119 * This way, if we access it, then we bring it
4356 /* access */
4358 argop[1].nfs_argop4_u.opaccess.access
[all...]
H A Dnfs4_xdr.c2533 return (xdr_u_int(xdrs, &objp->access));
4152 &objp->nfs_argop4_u.opaccess.access));
/opensolaris-onvv-gate/usr/src/uts/sun4u/ml/
H A Dtrap_table.s1018 * operation based on whether the ctx from the tag access register matches
1023 * g2 = tag access register
1077 ldxa [%g6]ASI_DMMU, %g2 /* g2 = tag access */ ;\
1114 ldxa [%g6]ASI_DMMU, %g2 /* g2 = tag access */ ;\
1170 ldxa [%g6]ASI_IMMU, %g2 /* g2 = tag access */ ;\
1207 ldxa [%g6]ASI_IMMU, %g2 /* g2 = tag access */ ;\
1251 * g2 = tag access register ;\
1283 * g2 = tag access register (in)
1298 stxa %g2, [%g3 + TRAP_ENT_SP]%asi /* tag access */ ;\
1366 IMMU_EXCEPTION; /* 008 instruction access exceptio
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun4v/ml/
H A Dtrap_table.s939 * synthesize for miss handler: pseudo-tag access in %g2 (with context "type"
1021 * g2 = pseudo-tag access register (ctx type rather than ctx ID) ;\
1042 * g2 = tag access register (in)
1057 stna %g2, [%g3 + TRAP_ENT_SP]%asi /* tag access */ ;\
1136 IMMU_EXCEPTION; /* 008 instruction access exception */
1137 ITSB_MISS; /* 009 instruction access MMU miss */
1153 DMMU_EXCEPTION; /* 030 data access exception */
1154 DTSB_MISS; /* 031 data access MMU miss */
1156 NOT; /* 033 data access protection */
1185 ITLB_MISS(tt0); /* 064 instruction access MM
[all...]
/opensolaris-onvv-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c469 * to access files (ex. .mkisofsrc) or stat paths that might be on NFS
2601 if (access(path, F_OK) < 0) {
2929 if (access(MKISOFS_PATH, X_OK) == 0)
2944 if (access(bootblk, R_OK) == 1) {
/opensolaris-onvv-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c239 * private interface used by Live Upgrade extensions to access zone
356 err = access(path, W_OK);
1480 * Special case: if access(2) fails with ENOENT, then try again using
1483 * the user will need access to the directory so use that as a heuristic.
1493 if (access(path, amode) == 0)
1499 if (access(path, amode) == 0)
4594 * access the system's resource pools configuration, or the specified pool
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd.c626 "refused connect from %s (access denied)",
2389 ret = access(path, R_OK);
2394 error_msg(gettext("Failed to access configuration "
/opensolaris-onvv-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_api.c466 if (access(buf, F_OK) == 0)
/opensolaris-onvv-gate/usr/src/cmd/fs.d/cachefs/common/
H A Dstats_log.c92 exists = access(path, F_OK);
/opensolaris-onvv-gate/usr/src/cmd/init/
H A Dinit.c2629 * Check you can access utmpx (As / may be read-only and
2636 utmpx_ok = (access(UTMPX, R_OK|W_OK) == 0);
3055 * EACCES - backend access denied
/opensolaris-onvv-gate/usr/src/cmd/lvm/rpc.mdcommd/
H A Dmdmn_commd_server.c171 * So we must protect access to it with a global lock
446 if ((access(dirname(tmp_dir), X_OK|W_OK)) ||
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm837 references used as hash table keys. If you later wish to access the
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm3457 ## open file handles. The user can access the files using the hash
3559 ## open file handles. The user can access the files using the hash
4452 the param() method instead to access CGI variables by name.
4502 If you need access to the parameter list in a way that isn't covered
4706 B<submit()> and the like. (If you need direct access to the CGI
7406 Returns the method used to access your script, usually
/opensolaris-onvv-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c3649 if (access(filename, R_OK | F_OK) == -1) {
/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Dca.c845 /* outdir is a directory spec, but access() for VMS demands a
848 will catch an error if there is no write access.
852 that to access(). However, time's too short to do that just
855 if (access(outdir,R_OK|W_OK|X_OK) != 0)
857 BIO_printf(bio_err,"I am unable to access the %s directory\n",outdir);
/opensolaris-onvv-gate/usr/src/lib/libpkg/common/
H A Dpkgweb.c3074 if (access(RANDOM, R_OK) == 0) {
/opensolaris-onvv-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common_asm.s726 ! Putting an ASI access in the delay slot may
1194 * Cheetah provides error checking for all memory access paths between
1250 * in the high level trap handler since we don't have access to detailed
1489 * the smallest possible line size since access to the cpu_nodes may
1612 * handler since we don't have access to detailed logout information
1812 * since we don't have access to detailed logout information in cases
/opensolaris-onvv-gate/usr/src/cmd/cpio/
H A Dcpio.c6075 * of the file. In addition, where appropriate, set the access or modification
6431 case 'a': /* reset access time */
6655 else if (access(*largv, 2) < 0 && (errno != EACCES))
6661 * access. Writing to a read only directory
6665 "Error during access() of \"%s\"", *largv);
6734 * set_tym: Set the access and/or modification times for a file.
6750 "Unable to reset access time for \"%s%s%s\"",
7687 if (access(Gen.g_nam_p, W_OK) != 0) {
/opensolaris-onvv-gate/usr/src/uts/common/
H A DMakefile.files89 access.o \
/opensolaris-onvv-gate/usr/src/cmd/cron/
H A Dcron.c120 #define BADSTAT "can't access your crontab or at-job file. Resubmit it."
683 if (access(FIFO, R_OK) == -1) {
694 crabort("cannot access fifo queue",
2413 * check user and initialize the supplementary group access list.
/opensolaris-onvv-gate/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh474 and modify the necessary access controls for the client
487 and to modify access controls for the client to update
499 access controls for allowing the client to update shadow(4) data
2537 ${ECHO} " ERROR: Allow ${LDAP_ADMINDN} read/write access to shadow data failed!"
2544 MSG="Give ${LDAP_ADMINDN} read/write access to shadow data."
3234 acl "Anonymous access";
4498 # Add an ACI to deny non-admin access to shadow data when
4556 # Display message that the non-admin access to shadow data is denied.
4557 MSG="Non-Admin access to shadow data denied."
4567 # Add an ACI to deny non-host access t
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/vm/
H A Dvm_as.c939 tnf_seg_access, access, rw);

Completed in 460 milliseconds

<<11121314151617181920>>