/illumos-gate/usr/src/lib/libbc/libc/gen/sys5/ |
H A D | nlist.c | 41 fd = open(name, O_RDONLY, 0);
|
/illumos-gate/usr/src/lib/libbc/libc/gen/4.2/ |
H A D | nlist.c | 42 fd = open(name, O_RDONLY, 0);
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | opendir.c | 55 O_RDONLY | O_NDELAY | O_LARGEFILE, 0)) < 0)
|
H A D | attropen.c | 60 if ((fd = open64(file, O_RDONLY|O_NONBLOCK)) == -1) { 91 if ((fd = open(file, O_RDONLY|O_NONBLOCK)) == -1) {
|
/illumos-gate/usr/src/cmd/vt/ |
H A D | vtinfo.c | 45 if ((fd = open("/dev/vt/0", O_RDONLY)) < 0)
|
/illumos-gate/usr/src/lib/libbc/csu/common/ |
H A D | alloc_pbuf.c | 38 if((fd = open("/dev/zero",O_RDONLY)) == -1 ) {
|
/illumos-gate/usr/src/boot/lib/libstand/ |
H A D | stat.c | 46 fd = open(str, O_RDONLY);
|
/illumos-gate/usr/src/cmd/mt/ |
H A D | mt.c | 62 { "fsf", MTFSF, O_RDONLY, 1 }, 63 { "bsf", MTBSF, O_RDONLY, 1 }, 64 { "asf", MTASF, O_RDONLY, 1 }, 65 { "fsr", MTFSR, O_RDONLY, 1 }, 66 { "bsr", MTBSR, O_RDONLY, 1 }, 67 { "rewind", MTREW, O_RDONLY, 0 }, 68 { "offline", MTOFFL, O_RDONLY, 0 }, 69 { "rewoffl", MTOFFL, O_RDONLY, 0 }, 70 { "status", MTNOP, O_RDONLY, 0 }, 71 { "retension", MTRETEN, O_RDONLY, [all...] |
/illumos-gate/usr/src/lib/libsqlite/tool/ |
H A D | diffdb.c | 27 db1 = open(argv[1], O_RDONLY); 32 db2 = open(argv[2], O_RDONLY);
|
/illumos-gate/usr/src/lib/libast/common/comp/ |
H A D | setsid.c | 63 if ((fd = open("/dev/tty", O_RDONLY)) >= 0)
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | typeahead.c | 104 * open(tty, O_RDONLY | O_NDELAY) : -1; 107 if ((cur_term->_check_fd = open("/dev/tty", O_RDONLY |
|
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | proc.c | 48 fd = open("/proc/self/psinfo", O_RDONLY);
|
/illumos-gate/usr/src/test/zfs-tests/cmd/dir_rd_update/ |
H A D | dir_rd_update.c | 77 testdd = open(dirpath, O_RDONLY|O_RSYNC|O_SYNC|O_DSYNC); 79 (void) printf("%s: open(<%s>, O_RDONLY|O_RSYNC|O_SYNC|O_DSYNC)" 87 int fd = open(dirpath, O_RDONLY|O_RSYNC|O_SYNC|O_DSYNC); 101 int fd = open(dirpath, O_RDONLY);
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | proc_get_info.c | 64 if ((fd = open(fname, O_RDONLY)) >= 0) { 84 if ((fd = open(fname, O_RDONLY)) >= 0) { 112 if ((fd = open(fname, O_RDONLY)) >= 0) { 142 if ((fd = open(fname, O_RDONLY)) < 0) 173 if ((fd = open(fname, O_RDONLY)) >= 0) { 190 if ((fd = open(fname, O_RDONLY)) >= 0) { 213 if ((fd = open(fname, O_RDONLY)) >= 0) {
|
/illumos-gate/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/ |
H A D | cmd_ecache.c | 77 if ((fd = open(path, O_RDONLY)) < 0) 133 if ((fd = open(cmd.cmd_ecache_dev, O_RDONLY)) < 0) { 142 (fd = open(cmd.cmd_ecache_dev, O_RDONLY)) < 0)
|
/illumos-gate/usr/src/lib/mpapi/libmpscsi_vhci/common/ |
H A D | Initialize.c | 67 O_NDELAY | O_RDONLY);
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | can_use_af.c | 50 if ((fd = open("/dev/udp", O_RDONLY)) < 0)
|
/illumos-gate/usr/src/cmd/rcap/common/ |
H A D | rcapd_stat.c | 47 if ((fd = open(file, O_RDONLY)) < 0)
|
/illumos-gate/usr/src/cmd/ipf/lib/common/ |
H A D | checkrev.c | 28 if ((vfd == -1) && ((vfd = open(ipfname, O_RDONLY)) == -1)) {
|
H A D | kvatoname.c | 19 fd = open(IPL_NAME, O_RDONLY);
|
H A D | nametokva.c | 18 fd = open(IPL_NAME, O_RDONLY);
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/exec/ |
H A D | mmap_exec.c | 55 if ((fd = open(argv[1], O_RDONLY)) < 0) {
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/libzfs/ |
H A D | many_fds.c | 56 int fd = open("/dev/null", O_RDONLY);
|
/illumos-gate/usr/src/lib/libast/common/vec/ |
H A D | vecfile.c | 48 if ((fd = open(file, O_RDONLY)) >= 0)
|
/illumos-gate/usr/src/lib/libc/port/sys/ |
H A D | signalfd.c | 28 int oflags = O_RDONLY;
|