Searched refs:access (Results 251 - 275 of 504) sorted by relevance

<<11121314151617181920>>

/opensolaris-onvv-gate/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h227 * direct access to sh is obsolete, use sh_getinterp() instead
241 # define access(a,b) sh_access(a,b) macro
/opensolaris-onvv-gate/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h227 * direct access to sh is obsolete, use sh_getinterp() instead
241 # define access(a,b) sh_access(a,b) macro
/opensolaris-onvv-gate/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h227 * direct access to sh is obsolete, use sh_getinterp() instead
241 # define access(a,b) sh_access(a,b) macro
/opensolaris-onvv-gate/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h227 * direct access to sh is obsolete, use sh_getinterp() instead
241 # define access(a,b) sh_access(a,b) macro
/opensolaris-onvv-gate/usr/src/lib/libtecla/common/
H A Dpathutil.c35 * If file-system access is to be excluded, this module has no function,
430 access(pathname, X_OK) == 0;
/opensolaris-onvv-gate/usr/src/lib/print/libipp-listener/common/
H A Dcommon.c268 if (access(path, F_OK) == 0)
/opensolaris-onvv-gate/usr/src/ucbcmd/test/
H A Dtest.c234 if (access(a, f) == 0)
/opensolaris-onvv-gate/usr/src/ucbcmd/touch/
H A Dtouch.c243 * regard to access permission, enforce BSD semantics here
246 nowrite = access(filename, R_OK|W_OK);
/opensolaris-onvv-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_asm.s30 * Assembly language support for physical big/little endian access of pcitool
61 ! data access exception being delivered while the trap level > 0.
/opensolaris-onvv-gate/usr/src/uts/sun4u/io/px/
H A Dpx_asm_4u.s63 ! data access exception being delivered while the trap level > 0.
/opensolaris-onvv-gate/usr/src/uts/sun4u/serengeti/ml/
H A Dsbdp.il.cpp116 wrpr %g0, %o4, %pstate ! clear AM to access 64 bit physaddr
/opensolaris-onvv-gate/usr/src/uts/sun4u/starfire/ml/
H A Ddrmach.il.cpp112 wrpr %g0, %o4, %pstate ! clear AM to access 64 bit physaddr
/opensolaris-onvv-gate/usr/src/lib/libbsm/
H A Daudit_event.txt80 14:AUE_ACCESS:access(2):fa
383 6158:AUE_rshd:rsh access:lo
390 6165:AUE_ftpd:ftp access:lo
495 6275:AUE_smf_read_prop:read restricted access property value:as
550 6410:AUE_tpm_forceclear:perform TPM clear operation under physical access:as
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dpppoec.c1076 char *access; local
1115 * Walk through the PADS message to get the access server name
1117 * tag, then take the last access server and the first
1120 access = "";
1130 access = (char *)POET_DATA(tagp);
1146 remove_eol(access, acc_len);
1165 (void) fprintf(fp, "%.*s\n", acc_len, access);
/opensolaris-onvv-gate/usr/src/cmd/modload/
H A Ddrvsubr.c1013 access(device_policy, F_OK) == 0) {
1020 access(extra_privs, F_OK) == 0) {
1036 * files for access permissions
1043 if (access(minor_perm, R_OK | W_OK)) {
1053 if (access(driver_aliases, R_OK | W_OK)) {
1069 if (access(name_to_major, mode)) {
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/
H A Dpsvcplugin.c187 uint32_t access; member in struct:propinfo
1716 common[j].access & PICL_READ ?
1718 common[j].access & PICL_WRITE ?
1721 common[j].access, common[j].name, 0);
1740 cp->props[j].access, cp->props[j].name, 0);
/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/pkgadm/
H A Dlock.c313 if (access(optarg, F_OK) != 0) {
326 if (access(p, F_OK) != 0) {
338 if (access(p, F_OK) != 0) {
1178 if (access(lockpath, F_OK) != 0) {
1204 /* failed - exit loop if due to access (permissions) failure */
1885 if (access(path, F_OK) == 0) {
/opensolaris-onvv-gate/usr/src/lib/libsqlite/src/
H A Dos.c141 ** that we cannot use POSIX locks to synchronize file access among
143 ** to synchronize access for threads in separate processes, but not
411 return access(zFilename, 0)==0;
417 return access(zFilename, 0)==0;
579 ** Attempt to open a new file for exclusive access by this process.
595 if( access(zFilename, 0)==0 ){
677 ** Attempt to open a new file for read-only access.
816 if( access(azDirs[i], 07) ) continue;
828 }while( access(zBuf,0)==0 );
1129 ** SQLite to access th
[all...]
/opensolaris-onvv-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_share.c279 * Get a handle and exclusive access to the libshare API.
303 * Release exclusive access to the libshare API.
611 * o host access
620 uint32_t access, flag; local
670 access = (new_si->shr_flags & SMB_SHRF_ACC_ALL);
672 si->shr_flags |= access;
674 if (access & SMB_SHRF_ACC_NONE)
678 if (access & SMB_SHRF_ACC_RO)
682 if (access & SMB_SHRF_ACC_RW)
730 * information about access base
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cdrw/
H A Ddevice.c123 * safe to try to open the file without checking access.
384 * Loop over the returned UDIs to access the raw
428 if (access(found, F_OK) >= 0)
464 * Hal only allows access to a device when the user is
491 if (access(tmpstr, F_OK) < 0) {
794 "Please start volume manager or run cdrw as root to access all devices.\n"));
/opensolaris-onvv-gate/usr/src/cmd/fs.d/cachefs/mdbug/
H A Ddbug.c1143 * of checking the file for write access with the real user id,
1147 * create access to the named file. Returns FALSE otherwise.
1479 return (access(pathname, F_OK) == 0);
1484 return (access(pathname, W_OK) == 0);
/opensolaris-onvv-gate/usr/src/cmd/saf/
H A Dsac.c193 if (access("_sacpipe", 0) != 0) {
388 if (access(Scratch, 0) != 0) {
/opensolaris-onvv-gate/usr/src/cmd/svc/startd/
H A Dfork.c839 if (access(EMI_MFST, F_OK)) {
962 if (access(SVCCFG_PATH, F_OK)) {
/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/libinst/
H A Ddryrun.c686 if (access(targ_file, W_OK) == 0) {
754 if (access(continue_bin, W_OK) != 0) {
H A Dpkgops.c488 if ((access(savePath, F_OK) == 0) && remove(savePath)) {
681 if ((access(savePath, F_OK) == 0) && remove(savePath)) {

Completed in 404 milliseconds

<<11121314151617181920>>