Home
last modified time | relevance | path

Searched refs:fcntl (Results 226 – 250 of 320) sorted by relevance

12345678910>>...13

/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DMakefile125 creat64.c fcntl.c open.c \
198 aso.c asolock.c asometh.c asorelax.c aso-sem.c aso-fcntl.c \
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg717 @ MSG_SYS_FCNTL "[ fcntl ]" # 62
718 @ MSG_SYS_FCNTL_ALT "fcntl"
/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmalloc.c1334 (void) fcntl(ctlfd, F_SETFD, 1); in init_watch()
1386 (void) fcntl(ctlfd, F_SETFD, 1); in nowatch()
/illumos-gate/usr/src/cmd/bhyve/
H A Dgdb.c1978 flags = fcntl(s, F_GETFL); in init_gdb()
1979 if (fcntl(s, F_SETFL, flags | O_NONBLOCK) == -1) in init_gdb()
H A Dpci_virtio_console.c355 if (fcntl(s, F_SETFL, O_NONBLOCK) < 0) { in pci_vtcon_sock_add()
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/with_structs/
H A Dimplicit_dependencies_verbose2122 {'call': 'fcntl',
2315 {'call': 'fcntl',
2562 {'call': 'fcntl',
2670 'fcntl': [{'call': 'syncfs',
2765 {'call': 'fcntl',
2935 {'call': 'fcntl',
3485 {'call': 'fcntl',
7713 {'call': 'fcntl',
8839 {'call': 'fcntl',
9038 {'call': 'fcntl',
[all …]
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_name_service.c664 retval = fcntl(fd, F_SETFL, O_NONBLOCK); in dapls_ns_resolve_addr()
/illumos-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_subr.c830 (void) fcntl(fd, F_SETFD, FD_CLOEXEC); in __nis_clnt_create()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dio.d.in144 * To test the open mode, you write code similar to that used with the fcntl(2)
H A Ddt_open.c937 (void) fcntl(dtfd, F_SETFD, FD_CLOEXEC); in dt_vopen()
938 (void) fcntl(ftfd, F_SETFD, FD_CLOEXEC); in dt_vopen()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c4035 inmode = fcntl(inchfd, F_GETFL, 0); in setup_smtpd_io()
4044 outmode = fcntl(outchfd, F_GETFL, 0); in setup_smtpd_io()
4055 fcntl(inchfd, F_SETFL, inmode | O_NONBLOCK) == -1) in setup_smtpd_io()
4057 outmode = fcntl(outchfd, F_GETFL, 0); in setup_smtpd_io()
4069 (void) fcntl(inchfd, F_SETFL, inmode); in setup_smtpd_io()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c1376 (void) fcntl(pm_fd, F_SETFD, FD_CLOEXEC); in envd_open_pm()
1424 (void) fcntl(fd, F_SETFD, FD_CLOEXEC); in envd_setup_fans()
1675 (void) fcntl(sensorp->fd, F_SETFD, FD_CLOEXEC); in envd_setup_sensors()
/illumos-gate/usr/src/cmd/cdrw/
H A Dbstream.c366 if ((mode = fcntl(0, F_GETFD, NULL)) < 0) { in open_stdin_read_stream()
/illumos-gate/usr/src/cmd/listen/
H A Dlisten.c228 if ((ret = fcntl(i, F_DUPFD, 5)) != 5) in main()
374 fcntl(i, F_SETFD, 1); /* set close on exec flag*/ in main()
/illumos-gate/usr/src/lib/libsocket/inet/
H A Drcmd.c217 (void) fcntl(s, F_SETOWN, pid); in rcmd_af()
/illumos-gate/usr/src/lib/libthread/common/
H A Dmapfile-vers144 fcntl { TYPE = FUNCTION };
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgserv.c681 (void) fcntl(fd, F_SETFD, FD_CLOEXEC); in pkgopenfilter()
/illumos-gate/usr/src/lib/c_synonyms/
H A Dsyn_common282 fcntl
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dsys54 header fcntl.h
/illumos-gate/usr/src/cmd/svc/lsvcrun/
H A Dlsvcrun.c912 (void) fcntl(pipefds[1], F_SETFD, FD_CLOEXEC); in main()
/illumos-gate/usr/src/cmd/make/bin/
H A Dar.cc282 (void) fcntl(fileno(arp->fd), F_SETFD, 1); in open_archive()
/illumos-gate/usr/src/lib/libsysevent/
H A Dlibevchannel.c176 (void) fcntl(EV_FD(scp), F_SETFD, FD_CLOEXEC); in sysevent_evc_bind()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_generic.c760 if ((nfd = fcntl(fd, F_DUPFD, RPC_MINFD)) == -1) in __rpc_raise_fd()
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfslog_config.c269 if (fcntl(fileno(fp), F_SETLKW, &flock) == -1) { in getconfiglist()
/illumos-gate/usr/src/cmd/consadm/
H A Dconsadm.c955 return (fcntl(fd, F_SETLKW, &fl)); in lckfunc()

12345678910>>...13