Searched refs:open (Results 76 - 100 of 1624) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_fcntl.h132 #undef open macro
133 #define open open64 macro
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_fcntl.h111 #undef open macro
112 #define open open64 macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_fcntl.h132 #undef open macro
133 #define open open64 macro
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_fcntl.h111 #undef open macro
112 #define open open64 macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_fcntl.h132 #undef open macro
133 #define open open64 macro
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_fcntl.h111 #undef open macro
112 #define open open64 macro
/illumos-gate/usr/src/cmd/sh/
H A Dexpand.c78 BOOL open; local
81 open = 0;
99 open = 0;
103 open++;
107 if (open == 0)
/illumos-gate/usr/src/lib/efcode/efdaemon/
H A Defdaemon.c79 * Ensure we can open /dev/fcode
81 if ((fd = open(dev_fcode_file, O_RDONLY)) < 0) {
88 syslog(LOG_ERR, "Can't open %s: %s\n", dev_fcode_file,
120 (void) open("/dev/null", O_RDWR);
125 while ((fd = open(dev_fcode_file, O_RDONLY)) < 0) {
128 syslog(LOG_ERR, "Can't open %s: %s\n",
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestEnable.java51 consumer.open();
117 consumer2.open();
138 consumer.open();
/illumos-gate/usr/src/cmd/avs/sdbc/
H A Dsdbc_ioctl.c56 fd = open("/dev/nsctl", O_RDONLY);
60 fd = open(__sdbc_dev, O_RDONLY);
77 fd = open(SV_DEVICE, O_RDONLY);
119 * These ioctls work on open cache descriptors. The sv_list() function
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dinuse_dump.c68 * We only want to open /dev/dump once instead of for every
69 * slice so we cache the open file descriptor. The ioctl
75 if ((dump_fd = open("/dev/dump", O_RDONLY)) >= 0)
/illumos-gate/usr/src/lib/libdtrace_jni/java/docs/examples/
H A DTestAPI.java53 consumer.open();
/illumos-gate/usr/src/lib/libwanbootutil/common/
H A Dwbio.c83 if ((fd = open("/dev/urandom", O_RDONLY)) == -1) {
/illumos-gate/usr/src/lib/libwrap/
H A Dshell_cmd.c90 if (open("/dev/null", 2) != 0) {
91 error = "open /dev/null: %m";
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgexecv.c86 * because open files are passed across to certain commands using
89 * represent open file descriptors passed through this interface!
171 * adjust interrupts and open files as a prelude to a
354 n = open(filein, O_RDONLY);
364 n = open(filein, O_RDONLY);
389 n = open(fileout, O_WRONLY);
409 n = open(fileout, O_WRONLY|O_CREAT|O_APPEND, 0666);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Ddaemon.c77 if ((fd = open("/dev/null", O_RDWR)) == -1)
H A Dtruncate.c82 * even though it calls open() and close().
85 if ((fd = open(path, O_WRONLY)) == -1 || ftruncate(fd, len) == -1)
/illumos-gate/usr/src/cmd/print/selector/
H A Ddesktop-print-management-applet36 open($FH, "$SVCPROP -C -p $property $fmri 2>/dev/null |");
H A Dprint-service91 open($FH, "$SVCPROP -C -p $property $fmri 2>/dev/null |");
102 open($FH, "$SVCCFG -s $fmri \"$operation\" 2>/dev/null |");
157 open($FH, ">$path");
158 open($DFH, "$LPSTAT -v|");
164 open($EFH, "$LPSTAT -p $1 -l |");
191 open($FH, "<$path");
/illumos-gate/usr/src/cmd/bnu/
H A Dshio.c70 if (open(fi, 0) != 0)
/illumos-gate/usr/src/cmd/hal/tools/sunos/
H A Dhal-system-lcd-get-brightness-sunos.c49 if ((fd = open(device_file, O_RDONLY | O_NONBLOCK)) < 0) {
50 fprintf(stderr, "Cannot open %s: %s", device_file,
H A Dhal-system-lcd-set-brightness-sunos.c50 if ((fd = open(device_file, O_RDONLY | O_NONBLOCK)) < 0) {
51 fprintf(stderr, "Cannot open %s: %s", device_file,
/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dremove_hash.c26 hashfd = open(IPLOOKUP_NAME, O_RDWR);
H A Dremove_pool.c26 poolfd = open(IPLOOKUP_NAME, O_RDWR);
/illumos-gate/usr/src/cmd/sgs/packages/common/
H A Dreadme_revision101 open(FILE, $readme) || die "$script: Unable to open $readme\n";

Completed in 124 milliseconds

1234567891011>>