Home
last modified time | relevance | path

Searched refs:access (Results 1 – 25 of 601) sorted by path

12345678910>>...25

/illumos-gate/usr/src/boot/
H A DREADME.loader109 file exists. Note that the loader only has access to the
/illumos-gate/usr/src/boot/efi/loader/arch/arm/
H A Dldscript.arm39 can access them all, and initialized data all before uninitialized, so
/illumos-gate/usr/src/boot/forth/
H A Dloader.4th630 ; immediate \ interpret immediately for access to `source' (aka tib)
/illumos-gate/usr/src/boot/include/
H A Dunistd.h322 int access(const char *, int);
/illumos-gate/usr/src/cmd/Adm/sun/
H A Dftpusers2 # List of users denied access to the FTP server, see ftpusers(5).
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Dnew_table.txt37 Add table access macro(s) of the form ACPI_xxxx_OFFSET
/illumos-gate/usr/src/cmd/allocate/
H A Dallocate3.c217 if ((status = access(*file, F_OK)) == -1) { in check_devs()
/illumos-gate/usr/src/cmd/audio/audioconvert/
H A Dmain.cc302 if (access(realfile, W_OK)) { in main()
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioFile.cc101 (access(path, W_OK) < 0)) { in SetTempPath()
/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt205 # header,163,2,access(2),,Wed Apr 25 13:52:49 2001, + 750000733 msec
206 # path,/export/home/testsuites/CC_final/icenine/arv/access/obj_succ
212 # header,163,2,access(2),,Wed Apr 25 13:53:02 2001, + 490000427 msec
213 # path,/export/home/testsuites/CC_final/icenine/arv/access/obj_fail
219 # header,135,2,access(2),,Wed Apr 25 13:53:15 2001, + 10000329 msec
220 # path,/export/home/testsuites/CC_final/icenine/arv/access/obj_fail2
781 see=access(2)
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpitime.c114 if (uflag && access(increm, W_OK) < 0) { in inititimes()
H A Ddumptape.c1240 m = (access(tape, F_OK) == 0) ? 0 : O_CREAT; in changevol()
1532 m = (access(tape, F_OK) == 0) ? 0 : O_CREAT; in otape()
2310 m = (access(tape, F_OK) == 0) ? 0 : O_CREAT; in positiontape()
/illumos-gate/usr/src/cmd/bhyve/
H A Dtask_switch.c144 seg_desc.access |= usd->sd_xx << 12; in usd_to_seg_desc()
146 seg_desc.access |= usd->sd_gran << 15; in usd_to_seg_desc()
190 uint32_t limit, access; in desc_table_limit_check() local
198 if (SEG_DESC_UNUSABLE(access) || !SEG_DESC_PRESENT(access)) in desc_table_limit_check()
223 uint32_t limit, access; in desc_table_rw() local
870 uint32_t eip, ot_lim, access; in vmexit_task_switch() local
905 nt_type = SEG_DESC_TYPE(nt.access); in vmexit_task_switch()
913 if (!SEG_DESC_PRESENT(nt.access)) { in vmexit_task_switch()
971 &access); in vmexit_task_switch()
973 assert(!SEG_DESC_UNUSABLE(access) && SEG_DESC_PRESENT(access)); in vmexit_task_switch()
[all …]
/illumos-gate/usr/src/cmd/bnu/
H A Dgnxseq.c43 if (access(SQFILE, 0) != 0) in gnxseq()
114 if ((ret = access(SQTMP, 0)) != 0) { in cmtseq()
H A Dgtcfile.c203 ASSERT(access(cmitfile, 0) != 0, Fl_EXISTS, cmitfile, 0);
H A Dsysfiles.c131 return(access(Systems[nsystems], R_OK));
133 return(access(Devices[ndevices], R_OK));
135 return(access(Dialers[ndialers], R_OK));
H A Duucico.c965 if (versys(Rmtname) && (access(NOSTRANGERS, 1) == 0)) { in checkrmt()
H A Duucp.c522 (access(file2, W_OK) == -1)) {
627 if (access(file1, R_OK) != 0) {
683 ASSERT(access(file, 0) != 0, Fl_EXISTS, file, errno);
H A Duustat.c780 if ((access(fullname, 02) != 0)
H A Duux.c387 ASSERT(access(cfile, 0) != 0, Fl_EXISTS, cfile, errno);
404 ASSERT(access(rxfile, 0) != 0, Fl_EXISTS, rxfile, errno);
456 ASSERT(access(dfile, 0) != 0, Fl_EXISTS, dfile, errno);
744 ASSERT(access(tfile, 0) != 0,
821 ASSERT(access(tfile, 0) != 0,
837 ASSERT(access(t2file, 0)!=0, Fl_EXISTS, t2file, errno);
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c2968 if (access(path, F_OK) < 0) { in check4stale()
3356 if (access(MKISOFS_PATH, X_OK) != 0) { in use_mkisofs()
3412 if (access(bootblk, R_OK) == 1) { in create_sparc_archive()
/illumos-gate/usr/src/cmd/cdrw/
H A Ddevice.c428 if (access(found, F_OK) >= 0) in vol_name_to_dev_node()
491 if (access(tmpstr, F_OK) < 0) { in lookup_device()
/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Dcreate.c462 if (access(filename, R_OK) == 0) { in kc_create()
H A Ddelete.c109 if (access(filename, W_OK) < 0) { in kc_delete()
H A Dlist.c290 if (access(filename, R_OK) < 0) { in kc_list()

12345678910>>...25