Home
last modified time | relevance | path

Searched refs:open (Results 251 – 275 of 1566) sorted by relevance

1...<<11121314151617181920>>...63

/illumos-gate/usr/src/tools/findunref/
H A DMakefile35 EXCEPTION_SRC= common open
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf_open.c61 if ((fd = open(filename, O_RDWR | O_CREAT | O_TRUNC, 0644)) < 0) in mdb_ctf_write()
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dkvatoname.c19 fd = open(IPL_NAME, O_RDONLY);
H A Dnametokva.c18 fd = open(IPL_NAME, O_RDONLY);
H A Dcheckrev.c28 if ((vfd == -1) && ((vfd = open(ipfname, O_RDONLY)) == -1)) {
/illumos-gate/usr/src/common/ficl/softcore/
H A Dfileaccess.fr13 r/o bin open-file 0= if
/illumos-gate/usr/src/lib/libwrap/
H A Dshell_cmd.c88 if (open("/dev/null", 2) != 0) {
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dkrbfileio.c31 fd = open(pathname, open_flag | O_BINARY, 0600); in krb5_create_secure_file()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dreadlink.c48 if ((fd = open(path, O_RDONLY|O_cloexec)) < 0)
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vec/
H A Dvecfile.c48 if ((fd = open(file, O_RDONLY|O_cloexec)) >= 0) in vecfile()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/cpc/
H A Dtst.platformevent.ksh43 open CPUSTAT, '/usr/sbin/cpustat -h |'
/illumos-gate/usr/src/test/os-tests/tests/signalfd/
H A Dmultipoll.c37 int pfd = open("/dev/poll", O_RDWR); in main()
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_pickle.h66 bool_t open();
/illumos-gate/usr/src/contrib/ast/lib/package/
H A Dast-dss.pkg5 :LICENSE: *.(open|proprietary|special)
/illumos-gate/usr/src/uts/sparc/os/
H A Ddevice_policy7 # Default open privileges, must be first entry in the file.
/illumos-gate/usr/src/uts/intel/os/
H A Ddevice_policy7 # Default open privileges, must be first entry in the file.
/illumos-gate/usr/src/test/os-tests/tests/uccid/
H A Dpollin.c43 if ((fd = open(argv[1], O_RDWR)) < 0) { in main()
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dinuse_fs.c162 (void) open("/dev/null", O_WRONLY, mode); in has_fs()
163 (void) open("/dev/null", O_WRONLY, mode); in has_fs()
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_main.c139 daemon_lock_fd = open(daemon_lock_file, O_CREAT|O_RDWR, 0644); in enter_daemon_lock()
283 (void) open("/dev/null", O_RDWR, 0); in detachfromtty()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestStopLock.java46 consumer.open(); in main()
/illumos-gate/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A DInitialize.c66 g_scsi_vhci_fd = open("/devices/scsi_vhci:devctl", in Initialize()
/illumos-gate/usr/src/cmd/make/include/vroot/
H A Dargs.h72 } open; member
/illumos-gate/usr/src/cmd/hal/tools/sunos/
H A Dhal-system-lcd-get-brightness-sunos.c47 if ((fd = open(device_file, O_RDONLY | O_NONBLOCK)) < 0) { in main()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Ddaemon.c78 if ((fd = open("/dev/null", O_RDWR)) == -1) in daemon()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A Dpiclfrudr.c586 envmon_fd = open(sc_device_name, O_RDONLY); in read_vol_data()
642 int fd = open(led_path, O_RDWR); in solaris_setleds()
666 fd = open(SEATTLE_LED_DEV, O_RDWR); in seattle_setleds()
684 int fd = open(led_path, O_RDWR); in boston_set_frontleds()
721 int fd = open(led_path, O_RDWR); in boston_set_rearleds()
755 int fd = open(sc_device_name, O_RDONLY); in rmc_state_event()
2167 fd = open(sc_device_name, O_RDONLY); in opst_init()
2447 fd = open(V440_DISK_DEVCTL, O_RDONLY); in check_raid()
2451 fd = open(SEATTLE_DISK_DEVCTL, O_RDONLY); in check_raid()
2455 fd = open(BOSTON_DISK_DEVCTL_1068E, O_RDONLY); in check_raid()
[all …]

1...<<11121314151617181920>>...63