Home
last modified time | relevance | path

Searched refs:open (Results 126 – 150 of 1565) sorted by relevance

12345678910>>...63

/illumos-gate/usr/src/ucblib/libtermcap/
H A Dtermcap.c88 tf = open(cp, 0); in tgetent()
100 tf = open(E_TERMCAP, 0); in tgetent()
102 tf = open(E_TERMCAP, 0); in tgetent()
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dcontext.c188 int *open /* True if the context is established */) in __dh_gss_inquire_context() argument
245 if (open) in __dh_gss_inquire_context()
246 *open = (cntx->state == ESTABLISHED); in __dh_gss_inquire_context()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestFunctionLookup.java50 consumer.open(); in main()
86 consumer.open(); in main()
/illumos-gate/usr/src/test/libc-tests/tests/select/
H A Dselect_test.c86 if ((null = open("/dev/null", O_RDONLY)) == -1) in main()
93 if ((zero = open("/dev/zero", O_RDWR)) == -1) in main()
/illumos-gate/usr/src/cmd/svc/profile/
H A DMakefile77 $(CHECK_OPEN) := PROFILES_CHECKED = open
80 $(CHECK_LMTD) := PROFILES_COVERING = open
/illumos-gate/usr/src/cmd/luxadm/
H A Dqlgcupdate.c169 if ((fcode_fd = open(file, O_RDONLY)) < 0) { in q_qlgc_update()
279 if ((fd = open(&pcibus_list[i][0], O_RDWR)) < 0) { in q_qlgc_update()
410 if ((fd = open(&pcibus_list[index][0], O_RDWR)) < 0) { in q_findversion()
459 if ((fd = open(&pcibus_list[index][0], O_RDWR)) < 0) { in q_findversion()
643 if ((testopen = open(devpath, O_RDONLY)) >= 0) { in q_getdevctlpath()
826 if ((dev_fd = open(device, O_RDWR|O_EXCL)) < 0) { in q_load_file()
1013 if ((dev_fd = open(device, O_RDWR|O_EXCL)) < 0) { in fcode_load_file()
1070 if ((fcode_fd = open(file, O_RDONLY)) < 0) { in emulex_update()
1216 if ((fd = open(phys_path, O_RDWR)) < 0) { in emulex_update()
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Diod_cl.c97 fd = open(path, O_RDONLY, 0); in smb_iod_open_door()
138 fd = open(svc_door, O_RDONLY, 0); in start_iod()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/slpd/
H A Dslpd.c145 (void) open("/dev/null", O_RDONLY); in detachfromtty()
146 (void) open("/dev/null", O_WRONLY); in detachfromtty()
/illumos-gate/usr/src/lib/libpkg/common/
H A Druncmd.c147 i = open(errfile, O_WRONLY|O_CREAT|O_TRUNC, 0666); in esystem()
337 stdinfile = open(a_inputFile, O_RDONLY); in e_ExecCmdArray()
339 stdinfile = open("/dev/null", O_RDONLY); /* stdin = /dev/null */ in e_ExecCmdArray()
/illumos-gate/usr/src/cmd/tip/
H A Dremcap.c150 tf = open(E_TERMCAP, O_RDONLY); in getent()
156 tf = open(RM = cp, O_RDONLY); in getent()
162 tf = open(E_TERMCAP, O_RDONLY); in getent()
/illumos-gate/usr/src/cmd/xhci/
H A Dxhci_portsc.c163 fd = open(path, O_RDWR); in xp_dump()
189 fd = open(path, O_RDWR); in xp_set_pls()
219 fd = open(path, O_RDWR); in xp_clear_change()
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/without_structs/
H A Dimplicit_dependencies.pretty13 'open',
71 'open',
869 'open',
962 'open',
1196 'open',
2678 'open',
3597 'open',
4876 'open',
5250 'open',
5477 'open',
[all …]
/illumos-gate/usr/src/lib/libvolmgt/common/
H A Dvolmgt_on_private.c95 if ((fd = open(cn, O_RDONLY|O_NDELAY)) < 0) { in _dev_mounted()
304 if ((fd = open(cn, O_RDONLY|O_NDELAY)) < 0) { in vol_getmntdev()
434 if ((fd = open(cn, O_RDONLY|O_NDELAY)) < 0) { in get_media_info()
593 if ((xfd = open(NULL_PATH, O_RDWR)) >= 0) { in call_unmount_prog()
/illumos-gate/usr/src/cmd/dtrace/test/cmd/baddof/
H A Dbaddof.c101 new = open("/devices/pseudo/dtrace@0:dtrace", O_RDWR); in corrupt()
196 fd = open("/devices/pseudo/dtrace@0:dtrace", O_RDWR); in main()
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A DREADME.txt21 open-vm-tools which can be obtained from:
23 https://github.com/vmware/open-vm-tools
/illumos-gate/usr/src/lib/fm/libdiagcode/common/tests/
H A DBADNAME.dict28 # to open the filename ("BADNAME") does not match the name contained
40 #TEST:open:EINVAL
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/features/
H A Dpoll81 open("/dev/null", O_RDONLY);
82 if ((n = open("/dev/fd/0", O_RDONLY)) < 0)
92 if ((n = open("/dev/fd/0", O_RDONLY)) < 0)
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_print.c58 struct open_param *op = &sr->arg.open; in smb_pre_open_print_file()
67 bzero(op, sizeof (sr->arg.open)); in smb_pre_open_print_file()
109 struct open_param *op = &sr->arg.open; in smb_com_open_print_file()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtvtouch.c150 if ((fd = open(path, O_WRONLY|O_CREAT|O_TRUNC|O_cloexec, mode)) < 0) in tvtouch()
254 if ((fd = open(path, O_RDWR|O_cloexec)) >= 0) in tvtouch()
274 if ((fd = open(path, O_WRONLY|O_CREAT|O_TRUNC|O_cloexec, mode)) < 0) in tvtouch()
/illumos-gate/usr/src/lib/libsasl/
H A DREADME10 libsasl and its plugins is based on the Project Cyrus open source libsasl
14 the Project Cyrus open source libsasl. Inevitibly, these code bases will
36 in this code. This is due to the open source roots of the code. This is
/illumos-gate/usr/src/cmd/dispadmin/
H A Ddispadmin.c305 if ((fd = open(CONFIGPATH, O_RDONLY, CONFIGPERM)) == -1) { in set_scheduler()
335 if ((fd = open(CONFIGPATH, O_RDWR | O_CREAT, CONFIGPERM)) == -1) in set_scheduler()
377 if ((fd = open(CONFIGPATH, O_RDONLY, CONFIGPERM)) == -1) { in set_default_class()
/illumos-gate/usr/src/cmd/sgs/libcrle/common/
H A Ddump.c215 if ((fd = open(MSG_ORIG(MSG_PTH_PROCSTATUS), O_RDONLY)) == -1) { in filladdr()
246 if ((fd = open(MSG_ORIG(MSG_PTH_PROCRMAP), O_RDONLY)) == -1) { in filladdr()
283 if ((fd = open(MSG_ORIG(MSG_PTH_DEVNULL), O_RDONLY)) == -1) { in filladdr()
/illumos-gate/usr/src/cmd/vt/
H A Dvtdaemon.c292 if ((fd = open("/dev/console", O_RDONLY)) < 0) in vt_is_tipline()
315 if ((fd = open(VT_DAEMON_CONSOLE_FILE, O_WRONLY)) < 0) in validate_target_vt()
891 if ((fd = open(VT_DAEMON_CONSOLE_FILE, O_RDONLY)) < 0) in vt_get_active_disp_info()
901 if ((fd = open(vtname, O_RDONLY)) < 0) in vt_get_active_disp_info()
1130 if ((doorfd = open(vt_door_path, O_CREAT|O_RDWR, in make_daemon_exclusive()
1275 if ((daemonfd = open(VT_DAEMON_CONSOLE_FILE, O_RDWR)) < 0) { in main()
1362 if ((fd = open(VT_DAEMON_CONSOLE_FILE, O_WRONLY)) < 0) in vt_check_source_audit()
/illumos-gate/usr/src/cmd/tcopy/
H A Dtcopy.c79 if ((inp = open(inf, O_RDONLY, 0666)) < 0) { in main()
84 if ((outp = open(outf, O_WRONLY, 0666)) < 0) { in main()
/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd.c252 (void) open("/dev/null", O_RDONLY); in detachfromtty()
253 (void) open("/dev/null", O_WRONLY); in detachfromtty()

12345678910>>...63