Searched refs:F_SETOWN (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/external/bsd/ntp/dist/libntp/
H A Diosignal.c185 if (fcntl(rio->fd, F_SETOWN, getpid()) == -1)
187 msyslog(LOG_ERR, "fcntl(F_SETOWN) fails for clock I/O: %m");
274 # elif defined(F_SETOWN)
275 if (fcntl(fd, F_SETOWN, pgrp) == -1)
277 msyslog(LOG_ERR, "fcntl(F_SETOWN) fails: %m - EXITING");
/netbsd-current/tests/lib/librumpclient/
H A Dt_fd.c119 RL(rump_sys_fcntl(ls, F_SETOWN, rump_sys_getpid()));
/netbsd-current/libexec/lfs_cleanerd/
H A Dcleansrv.c213 fcntl(control_socket, F_SETOWN, getpid());
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dfcntl.c406 #ifdef F_SETOWN /* POSIX */
407 case F_SETOWN:
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dfcntl.c406 #ifdef F_SETOWN /* POSIX */
407 case F_SETOWN:
/netbsd-current/sys/sys/
H A Dfcntl.h187 #define F_SETOWN 6 /* set SIGIO/SIGURG proc/pgrp */ macro
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_windows.h239 #define F_SETOWN 6 /* Set owner (receiver of SIGIO). */ macro
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dremote-utils.cc131 #if defined (F_SETOWN)
132 fcntl (fd, F_SETOWN, getpid ());
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dremote-utils.cc135 #if defined (F_SETOWN)
136 fcntl (fd, F_SETOWN, getpid ());
/netbsd-current/usr.bin/rlogin/
H A Drlogin.c678 (void)fcntl(rem, F_SETOWN, pid);
/netbsd-current/sys/kern/
H A Dsys_descrip.c466 case F_SETOWN:
/netbsd-current/sys/arch/usermode/usermode/
H A Dthunk.c831 return fcntl(fd, F_SETOWN, getpid());
1375 error = fcntl(rfb->clientfd, F_SETOWN, getpid());
/netbsd-current/sys/compat/linux/common/
H A Dlinux_file.c397 cmd = cmd == LINUX_F_SETOWN ? F_SETOWN : F_GETOWN;
/netbsd-current/lib/libc/net/
H A Drcmd.c233 fcntl(s, F_SETOWN, pid);
/netbsd-current/usr.bin/kdump/
H A Dkdump.c567 CASERETURN(F_SETOWN);
/netbsd-current/libexec/ftpd/
H A Dftpd.c726 #ifdef F_SETOWN
727 if (fcntl(fileno(stdin), F_SETOWN, getpid()) == -1)
728 syslog(LOG_WARNING, "fcntl F_SETOWN: %m");
/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Diotrace.c1225 case F_SETOWN:

Completed in 512 milliseconds