Searched refs:access (Results 426 - 450 of 504) sorted by relevance

<<11121314151617181920>>

/opensolaris-onvv-gate/usr/src/tools/codereview/
H A Dlwlp.c447 if (access(argv[j], R_OK) == -1 && !(iscodereview &&
449 fatal("cannot access %s", argv[j]);
/opensolaris-onvv-gate/usr/src/uts/common/nfs/
H A Dnfs4.h526 * oo_sw - used to serialize access to the open seqid/reply handling
558 * open_access - how did the openowner OPEN the file (access)
560 * share_access - what share reservation is on the file (access)
698 * share_access - union of all access modes on file
699 * access_read - count of read access
700 * access_write - count of write access
1056 * Define the value for the access field of the compound_state structure
1057 * based on the result of nfsauth access checking.
1075 uint_t access; /* access per member in struct:compound_state
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun4u/ml/
H A Dmach_locore.s60 ! REGOFF must add up to allow double word access to r_tstate.
1184 * In order to access the ptl1_state structure without causing traps, physical
1236 wr %g0, ASI_MEM, %asi ! physical address access
/opensolaris-onvv-gate/usr/src/uts/sun4v/ml/
H A Dmach_locore.s60 ! REGOFF must add up to allow double word access to r_tstate.
1296 * In order to access the ptl1_state structure without causing traps, physical
1323 wr %g0, ASI_MEM, %asi ! physical address access
/opensolaris-onvv-gate/usr/src/uts/common/io/rsm/
H A Drsm.c49 * device access. This includes the open and close entry points. The
2690 * Verify access list
2729 * translate access list
2793 * First, we check if local/remote host has access rights.
2794 * Second, we check if the user has access rights.
2800 * Check host access list
2877 * Get per node access list
3098 * This function modifies the access control list of an already published
3178 * layer makes use of the access list
3225 * ACL but not in the new ACL is 0 ie no access
6093 rsm_permission_t access; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dnfs4_xdr.c990 if (!xdr_uint32_t(xdrs, &objp->access))
1001 if (!xdr_uint32_t(xdrs, &objp->access))
/opensolaris-onvv-gate/usr/src/cmd/logadm/
H A Dtester291 apache -C 24 -a '/usr/apache/bin/apachectl graceful' -p 1m -t '/var/apache/old-logs/$basename.%Y-%m' '/var/apache/logs/*{access,error}_log'
825 apache -C 24 -a '/usr/apache/bin/apachectl graceful' -p 1m -t '/var/apache/old-logs/$basename.%Y-%m' '/var/apache/logs/*{access,error}_log'
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.xs1803 access(filename, mode)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DTemp.pm1612 exits. No access to the filename is provided.
1709 have access to the filehandle).
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c851 retval = access(devpath, R_OK);
857 retval = access(devpath, R_OK);
/opensolaris-onvv-gate/usr/src/cmd/rcm_daemon/common/
H A Dip_rcm.c2757 if (access(cfgfile, W_OK|F_OK) == 0)
2761 if (access(cfgfile, W_OK|F_OK) == 0)
/opensolaris-onvv-gate/usr/src/cmd/zic/
H A Dzic.c630 if (result != 0 && access(fromname, F_OK) == 0 &&
719 accres = access(myname, F_OK);
/opensolaris-onvv-gate/usr/src/lib/libc/i386/
H A DMakefile.com813 access.o \
/opensolaris-onvv-gate/usr/src/lib/libc/sparc/
H A DMakefile.com846 access.o \
/opensolaris-onvv-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com794 access.o \
/opensolaris-onvv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_xdr.c1182 return (xdr_u_int(xdrs, &objp->access));
1200 return (xdr_u_int(xdrs, &resokp->access));
/opensolaris-onvv-gate/usr/src/cmd/allocate/
H A Dallocate3.c217 if ((status = access(*file, F_OK)) == -1) {
218 dprintf("Unable to access file %s\n", *file);
/opensolaris-onvv-gate/usr/src/cmd/bnu/
H A Duustat.c782 if ((access(fullname, 02) != 0)
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_persist.c447 if (access(IPADM_VOL_DB_FILE, F_OK) != 0) {
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_hc.c246 access(hc_info->hci_test, X_OK) == -1)) {
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rshd.c113 * 2) Check authorization via the access-control files:
817 "must be used to access this host.\n");
819 " mechanism must be used to access"
833 if (pwd->pw_uid && !access("/etc/nologin", F_OK)) {
840 /* Log access to account */
1073 * Initialize the supplementary group access list.
/opensolaris-onvv-gate/usr/src/cmd/fdformat/
H A Dfdformat.c347 if (access(real_name, R_OK|W_OK) < 0) {
377 /* Set to user access permissions to open file */
1479 /* switch to user to access the boot file */
/opensolaris-onvv-gate/usr/src/cmd/mv/
H A Dmv.c852 gettext("%s: cannot access %s\n"),
1003 gettext("%s: cannot access %s\n"), cmd, source);
1103 * If the user does not have access to
1110 * there's no write access, and the file isn't a
1128 override = !cpy && (access(target, 2) < 0) &&
1240 * mod and access times can be reserved during "cp -p"
1333 * Try to preserve modification and access time.
/opensolaris-onvv-gate/usr/src/cmd/passwd/
H A Dpasswd.c615 if (access(response, X_OK) < 0)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
H A DPeek.pm138 (default with Perl's malloc()), Devel::Peek provides an access to this API.
144 Three additional functions allow access to this statistic from Perl.

Completed in 200 milliseconds

<<11121314151617181920>>