Home
last modified time | relevance | path

Searched refs:F_GETFD (Results 1 – 10 of 10) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dpages.c447 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 Dprof.c1418 fcntl(mfd, F_SETFD, fcntl(mfd, F_GETFD) | FD_CLOEXEC); in prof_open_maps()
/f-stack/freebsd/contrib/openzfs/cmd/zed/
H A Dzed_file.c207 flags = fcntl(fd, F_GETFD); in zed_file_close_on_exec()
/f-stack/freebsd/sys/
H A Dfcntl.h233 #define F_GETFD 1 /* get file descriptor flags */ macro
/f-stack/freebsd/security/audit/
H A Dbsm_fcntl.c51 { BSM_F_GETFD, F_GETFD },
/f-stack/freebsd/contrib/libsodium/src/libsodium/randombytes/sysrandom/
H A Drandombytes_sysrandom.c191 (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 Drandombytes_salsa20_random.c232 (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 Dvhost_user.c465 flag = fcntl(fd, F_GETFD); in vhost_user_setup()
/f-stack/app/redis-5.0.5/src/
H A Dserver.c1787 if (fcntl(j,F_GETFD) != -1) close(j); in restartServer()
/f-stack/freebsd/kern/
H A Dkern_descrip.c513 case F_GETFD: in kern_fcntl()