Searched refs:F_SETOWN (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | fcntl.h | 239 #define F_SETOWN 6 /* set SIGIO/SIGURG proc/pgrp */ macro
|
| H A D | capsicum.h | 318 #define CAP_FCNTL_SETOWN (1 << F_SETOWN)
|
| /f-stack/freebsd/security/audit/ |
| H A D | bsm_fcntl.c | 92 { BSM_F_SETOWN, F_SETOWN },
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_process.c | 153 if (fcntl(ngx_processes[s].channel[0], F_SETOWN, ngx_pid) == -1) { in ngx_spawn_process()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_descrip.c | 582 case F_SETOWN: in kern_fcntl() 583 error = fget_fcntl(td, fd, &cap_fcntl_rights, F_SETOWN, &fp); in kern_fcntl()
|
| /f-stack/dpdk/drivers/net/tap/ |
| H A D | rte_eth_tap.c | 281 if (fcntl(fd, F_SETOWN, getpid()) < 0) { in tun_alloc()
|