Home
last modified time | relevance | path

Searched refs:F_SETOWN (Results 1 – 18 of 18) sorted by relevance

/netbsd/src/external/bsd/ntp/dist/libntp/
Diosignal.c185 if (fcntl(rio->fd, F_SETOWN, getpid()) == -1) in init_clock_sig()
274 # elif defined(F_SETOWN) in init_socket_sig()
275 if (fcntl(fd, F_SETOWN, pgrp) == -1) in init_socket_sig()
/netbsd/src/tests/lib/librumpclient/
Dt_fd.c119 RL(rump_sys_fcntl(ls, F_SETOWN, rump_sys_getpid())); in ATF_TC_BODY()
/netbsd/src/libexec/lfs_cleanerd/
Dcleansrv.c213 fcntl(control_socket, F_SETOWN, getpid()); in try_to_become_master()
/netbsd/src/sys/sys/
Dfcntl.h187 #define F_SETOWN 6 /* set SIGIO/SIGURG proc/pgrp */ macro
/netbsd/src/external/bsd/libarchive/dist/libarchive/
Darchive_windows.h239 #define F_SETOWN 6 /* Set owner (receiver of SIGIO). */ macro
/netbsd/src/sys/arch/usermode/usermode/
Dthunk.c831 return fcntl(fd, F_SETOWN, getpid()); in thunk_setown()
1375 error = fcntl(rfb->clientfd, F_SETOWN, getpid()); in thunk_rfb_poll()
/netbsd/src/sys/kern/
Dsys_descrip.c466 case F_SETOWN: in sys_fcntl()
/netbsd/src/usr.bin/rlogin/
Drlogin.c678 (void)fcntl(rem, F_SETOWN, pid); in reader()
/netbsd/src/lib/libc/net/
Drcmd.c233 fcntl(s, F_SETOWN, pid); in resrcmd()
/netbsd/src/sys/compat/linux/common/
Dlinux_file.c411 cmd = cmd == LINUX_F_SETOWN ? F_SETOWN : F_GETOWN; in linux_sys_fcntl()
/netbsd/src/usr.bin/kdump/
Dkdump.c567 CASERETURN(F_SETOWN); in fcntlname()
/netbsd/src/libexec/ftpd/
Dftpd.c726 #ifdef F_SETOWN in main()
727 if (fcntl(fileno(stdin), F_SETOWN, getpid()) == -1) in main()
/netbsd/src/external/bsd/ntp/dist/
Dconfigure.ac1284 [if we need a ctty for F_SETOWN],
1294 # NetBSD versions prior to 3.99.8 require a CTTY for F_SETOWN,
DCommitLog-4.1.0137 for F_SETOWN, too.
3505 F_SETOWN is needed for NetBSD
DChangeLog4533 * [Bug 1160] MacOS X is like BSD regarding F_SETOWN
DCommitLog187373 [Bug 1160] Mac OS X is like BSD regarding F_SETOWN
187376 [Bug 1160] Mac OS X is like BSD regarding F_SETOWN
187387 [Bug 1160] MacOS X is like BSD regarding F_SETOWN
187390 [Bug 1160] MacOS X is like BSD regarding F_SETOWN
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-19942265 * inflow.c: Add F_SETOWN to list of defines to check
2266 around code that uses F_SETOWN.
DChangeLog-20014056 check for F_SETOWN if we had F_SETFL and FASYNC.