Searched refs:F_SETOWN (Results 1 – 16 of 16) sorted by relevance
| /openbsd/src/regress/sys/kern/signal/sigio/ |
| D | sigio_common.c | 40 assert(fcntl(fd, F_SETOWN, pgid) == -1); in test_common_badpgid() 49 assert(fcntl(fd, F_SETOWN, pgid) == -1); in test_common_badpgid() 73 assert(fcntl(fd, F_SETOWN, ppid) == -1); in test_common_badsession() 76 assert(fcntl(fd, F_SETOWN, -ppid) == -1); in test_common_badsession() 127 assert(fcntl(fds[0], F_SETOWN, ppid) == 0); in test_common_cansigio() 154 assert(fcntl(fd, F_SETOWN, pgid) == 0); in test_common_getown() 158 assert(fcntl(fd, F_SETOWN, pgid) == 0); in test_common_getown() 161 assert(fcntl(fd, F_SETOWN, 0) == 0); in test_common_getown() 201 assert(fcntl(fds[0], F_SETOWN, getpid()) == 0); in test_common_read() 233 assert(fcntl(fds[0], F_SETOWN, getpid()) == 0); in test_common_write()
|
| D | sigio_socket.c | 98 assert(fcntl(sock, F_SETOWN, getpid()) == 0); in test_socket_inherit()
|
| /openbsd/src/regress/sys/dev/wscons/ |
| D | sigio.c | 240 if (fcntl(fd, F_SETOWN, arg) == -1) in test_common_setown() 250 if (fcntl(fd, F_SETOWN, arg) == -1) in test_common_setown() 260 if (fcntl(fd, F_SETOWN, arg) != -1) in test_common_setown() 270 if (fcntl(fd, F_SETOWN, arg) != -1) in test_common_setown()
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | inflow.c | 49 #if defined (SIGIO) && defined (FASYNC) && defined (FD_SET) && defined (F_SETOWN) 633 #if defined (SIGIO) && defined (FASYNC) && defined (FD_SET) && defined (F_SETOWN) 664 fcntl (target_activity_fd, F_SETOWN, getpid ()); in set_sigio_trap()
|
| D | ChangeLog-1994 | 2265 * inflow.c: Add F_SETOWN to list of defines to check 2266 around code that uses F_SETOWN.
|
| D | ChangeLog-2001 | 4056 check for F_SETOWN if we had F_SETFL and FASYNC.
|
| /openbsd/src/lib/libc/sys/ |
| D | w_fcntl.c | 34 case F_SETOWN: in fcntl()
|
| /openbsd/src/sys/sys/ |
| D | fcntl.h | 150 #define F_SETOWN 6 /* set SIGIO/SIGURG proc/pgrp */ macro
|
| /openbsd/src/gnu/usr.bin/perl/ext/Fcntl/ |
| D | Makefile.PL | 21 F_SETOWN F_SETPIPE_SZ F_SETSIG F_SHARE F_SHLCK F_UNLCK F_UNSHARE
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/gdbserver/ |
| D | remote-utils.c | 179 #if defined (F_SETOWN) in remote_open() 180 fcntl (remote_desc, F_SETOWN, getpid ()); in remote_open()
|
| /openbsd/src/regress/usr.sbin/syslogd/ |
| D | ttylog.c | 108 if (fcntl(0, F_SETOWN, getpid()) == -1) in main()
|
| /openbsd/src/lib/libc/net/ |
| D | rcmd.c | 137 fcntl(s, F_SETOWN, pid); in rcmd_af()
|
| /openbsd/src/sys/kern/ |
| D | kern_pledge.c | 1583 if ((p->p_p->ps_pledge & PLEDGE_PROC) == 0 && cmd == F_SETOWN) in pledge_fcntl()
|
| D | kern_descrip.c | 498 case F_SETOWN: in sys_fcntl()
|
| /openbsd/src/libexec/ftpd/ |
| D | ftpd.c | 2808 if (fcntl(fileno(stdin), F_SETOWN, getpid()) == -1) in set_slave_signals()
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perl5004delta.pod | 921 F_GETOWN F_SETOWN
|