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

<<11121314151617181920>>

/opensolaris-onvv-gate/usr/src/grub/grub-0.97/docs/
H A Dhelp2man466 should give you access to the complete manual.
/opensolaris-onvv-gate/usr/src/head/
H A Dunistd.h41 /* Symbolic constants for the "access" routine: */
242 extern int access(const char *, int);
580 extern int access();
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Derrlist120 83 Can not access a needed shared library
/opensolaris-onvv-gate/usr/src/lib/libdhcpsvc/modules/binfiles/
H A Ddhcptab.c643 if (access(location, F_OK|R_OK) == -1) {
657 if (access(dtpath, F_OK|R_OK) == -1) {
/opensolaris-onvv-gate/usr/src/lib/libshell/common/bltins/
H A Dtest.c549 * This version of access checks against effective uid/gid
560 /* can't use access function for execute permission with root */
564 return(access(name,mode));
566 /* swap the real uid to effective, check access then restore */
573 mode = access(name,mode);
/opensolaris-onvv-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Dcapacity.notes.txt34 case that a drive supports LBA access and therefore the BIOS's geometry
/opensolaris-onvv-gate/usr/src/cmd/backup/dump/
H A Ddumpitime.c110 if (uflag && access(increm, W_OK) < 0) {
111 msg(gettext("Cannot access dump record file `%s' for update\n"),
/opensolaris-onvv-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Dcreate.c462 if (access(filename, R_OK) == 0) {
/opensolaris-onvv-gate/usr/src/cmd/lms/
H A DProtocol.cpp1411 PRINT("Remote access is disabled - AMT is not configured [%x]\n", status);
1440 bool access = false; local
1446 access = true;
1455 if (access) {
1476 AMT_STATUS status = _cfg.SendEnterpriseAccess(access, localIp);
1482 PRINT("Remote access is allowed.\n");
1485 PRINT("Remote access is denied because AMT is directly connected "
1489 PRINT("Remote access is disabled.\n");
1492 PRINT("Remote access is disabled.\n");
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A Dpostprint.c303 if (access(tmp, R_OK) == 0)
/opensolaris-onvv-gate/usr/src/cmd/mail/
H A Dprintmail.c99 if (access(mailfile, A_EXIST) == A_OK) {
117 * stat succeeded, but we cannot access the mailfile
127 * using an alternate mailfile, but we failed on access
134 * we failed to access OR the file is empty
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DB.pm368 which can then be followed with the other access methods.
516 class hierarchy and the C<B> module gives access to them via a true
524 Note that all access is read-only. You cannot modify the internals by
558 Access methods correspond to the underlying C macros for field access,
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/PPPort/
H A DPPPort.pm56 The file written by this module, typically C<ppport.h>, provides access
58 even if available, access to a fixed interface):
633 * access MY_CXT.
670 /* This macro must be used to access members of the my_cxt_t structure.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DStd.pm57 in the script, C<--help> will also show how to access the documentation.
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/lw8/fruaccess/
H A Dlibfruaccess.c97 if ((frufd = open(FRU_PSEUDO_DEV, O_RDWR, access)) == -1) {
/opensolaris-onvv-gate/usr/src/cmd/rmformat/
H A Drmf_misc.c620 * need to access the backup slice.
1342 * safe to try to open the file without checking access.
1459 if ((access(tmpstr, F_OK) == 0) && vol_running)
1468 if (access(tmpstr, F_OK) < 0) {
1476 if ((access(tmpstr, F_OK) == 0) && vol_running)
1578 if (access(found, F_OK) >= 0)
/opensolaris-onvv-gate/usr/src/cmd/sh/
H A Dhashserv.c471 if(access((char *)name, 010|(mode>>6)) == 0) {
/opensolaris-onvv-gate/usr/src/cmd/ttymon/
H A Dsttydefs.c394 if (access(tname, 0) != -1) {
/opensolaris-onvv-gate/usr/src/head/rpcsvc/
H A Dnfs_prot.x102 * File access handle
132 nfstime atime; /* time of last access */
145 nfstime atime; /* time of last access */
445 * File access handle
649 * ACCESS: Check access permission
660 uint32 access;
665 uint32 access;
/opensolaris-onvv-gate/usr/src/lib/krb5/plugins/kdb/db2/
H A Dadb_openclose.c169 * and access it via different handles. If the handles use
317 /* write access to */
336 if (access(db->lock->filename, F_OK) < 0) {
/opensolaris-onvv-gate/usr/src/lib/libbsm/common/
H A Daudit_cron.c462 if (access(anc_name, F_OK) != 0) {
/opensolaris-onvv-gate/usr/src/lib/libpkg/common/
H A Druncmd.c352 if (access(a_cmd, F_OK|X_OK) != 0) {
/opensolaris-onvv-gate/usr/src/lib/libshell/common/sh/
H A Dexpand.c56 # define sh_access access
H A Dsuid_exec.c172 if(access(p,X_OK) < 0)
177 /* have to check access on each component */
290 * This version of access checks against effective uid and effective gid
/opensolaris-onvv-gate/usr/src/cmd/fs.d/cachefs/fsck/
H A Dfsck.c229 if (access(cachedirp, F_OK) != 0) {
1462 if (access(buf, F_OK)) {
1476 if (access(buf, F_OK)) {

Completed in 288 milliseconds

<<11121314151617181920>>