Searched refs:F_GETFD (Results 1 – 10 of 10) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | pages.c | 447 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC); in os_overcommits_proc() 458 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC); in os_overcommits_proc() 467 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC); in os_overcommits_proc()
|
| H A D | prof.c | 1418 fcntl(mfd, F_SETFD, fcntl(mfd, F_GETFD) | FD_CLOEXEC); in prof_open_maps()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/ |
| H A D | zed_file.c | 207 flags = fcntl(fd, F_GETFD); in zed_file_close_on_exec()
|
| /f-stack/freebsd/sys/ |
| H A D | fcntl.h | 233 #define F_GETFD 1 /* get file descriptor flags */ macro
|
| /f-stack/freebsd/security/audit/ |
| H A D | bsm_fcntl.c | 51 { BSM_F_GETFD, F_GETFD },
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/randombytes/sysrandom/ |
| H A D | randombytes_sysrandom.c | 191 (void) fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC); in randombytes_sysrandom_random_dev_open()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/randombytes/salsa20/ |
| H A D | randombytes_salsa20_random.c | 232 (void) fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC); in randombytes_salsa20_random_random_dev_open()
|
| /f-stack/dpdk/drivers/net/virtio/virtio_user/ |
| H A D | vhost_user.c | 465 flag = fcntl(fd, F_GETFD); in vhost_user_setup()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | server.c | 1787 if (fcntl(j,F_GETFD) != -1) close(j); in restartServer()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_descrip.c | 513 case F_GETFD: in kern_fcntl()
|