Searched refs:F_SETOWN (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/lib/libast/common/uwin/ |
H A D | rcmd.c | 99 #ifdef F_SETOWN in rcmd() 116 #ifdef F_SETOWN in rcmd() 170 #ifdef F_SETOWN in rcmd() 171 fcntl(s, F_SETOWN, pid); in rcmd()
|
/titanic_41/usr/src/lib/libc/port/sys/ |
H A D | fcntl.c | 81 case F_SETOWN: in __fcntl()
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | fcntlcom.h | 128 #define F_SETOWN 6 /* Set owner - for ASYNC */ macro
|
/titanic_41/usr/src/ucbhead/sys/ |
H A D | fcntl.h | 119 #define F_SETOWN 24 /* Set owner */ macro
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | fcntl.h | 137 #define F_SETOWN 24 /* Set owner (socket emulation) */ macro
|
/titanic_41/usr/src/lib/libbc/libc/sys/sys5/ |
H A D | fcntl.c | 91 if ((cmd == F_SETOWN) || (cmd == F_GETOWN)) {
|
/titanic_41/usr/src/lib/libbc/libc/sys/4.2/ |
H A D | fcntl.c | 94 if ((cmd == F_SETOWN) || (cmd == F_GETOWN)) {
|
/titanic_41/usr/src/cmd/backup/lib/ |
H A D | myrcmd.c | 175 (void) fcntl(s, F_SETOWN, pid); in myrcmd()
|
/titanic_41/usr/src/lib/libbc/libc/net/ |
H A D | rcmd.c | 65 fcntl(s, F_SETOWN, pid); in rcmd()
|
/titanic_41/usr/src/cmd/rexd/ |
H A D | on.c | 537 (void) fcntl(InOut, F_SETOWN, getpid()); in main()
|
H A D | rpc.rexd.c | 1019 (void) fcntl(fd0, F_SETOWN, getpid());
|
/titanic_41/usr/src/lib/libsocket/inet/ |
H A D | rcmd.c | 217 (void) fcntl(s, F_SETOWN, pid); in rcmd_af()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rlogin.c | 1255 if (fcntl(rem, F_SETOWN, pid) == -1) in reader()
|