| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_socket.h | 33 #define ngx_nonblocking(s) fcntl(s, F_SETFL, fcntl(s, F_GETFL) | O_NONBLOCK) 36 #define ngx_blocking(s) fcntl(s, F_SETFL, fcntl(s, F_GETFL) & ~O_NONBLOCK)
|
| H A D | ngx_files.c | 842 return fcntl(fd, F_SETFL, flags | O_DIRECT); in ngx_directio_on() 857 return fcntl(fd, F_SETFL, flags & ~O_DIRECT); in ngx_directio_off()
|
| /f-stack/dpdk/drivers/net/mlx4/ |
| H A D | mlx4_utils.c | 36 if (ret != -1 && !fcntl(fd, F_SETFL, ret | O_NONBLOCK)) in mlx4_fd_set_non_blocking()
|
| /f-stack/freebsd/sys/ |
| H A D | fcntl.h | 236 #define F_SETFL 4 /* set file status flags */ macro
|
| H A D | capsicum.h | 316 #define CAP_FCNTL_SETFL (1 << F_SETFL)
|
| /f-stack/dpdk/drivers/net/virtio/virtio_user/ |
| H A D | vhost_kernel_tap.c | 131 if (fcntl(tapfd, F_SETFL, O_NONBLOCK) < 0) { in vhost_kernel_open_tap()
|
| H A D | vhost_user.c | 437 if (fcntl(fd, F_SETFL, flag | O_NONBLOCK) < 0) { in virtio_user_start_server()
|
| /f-stack/dpdk/lib/librte_power/ |
| H A D | guest_channel.c | 92 if (fcntl(fd, F_SETFL, flags) < 0) { in guest_channel_host_connect()
|
| /f-stack/dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_socket.c | 181 ret = fcntl(server_socket, F_SETFL, flags | O_NONBLOCK); in mlx5_pmd_socket_init()
|
| H A D | mlx5_os.c | 88 return fcntl(fd, F_SETFL, flags | O_NONBLOCK); in mlx5_os_set_nonblock_channel_fd() 2347 F_SETFL, flags | O_NONBLOCK); in mlx5_os_dev_shared_handler_install() 2371 ret = fcntl(devx_comp->fd, F_SETFL, flags | O_NONBLOCK); in mlx5_os_dev_shared_handler_install()
|
| /f-stack/freebsd/security/audit/ |
| H A D | bsm_fcntl.c | 54 { BSM_F_SETFL, F_SETFL },
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/ |
| H A D | zed_disk_event.c | 372 (void) fcntl(fd, F_SETFL, fflags & ~O_NONBLOCK); in zed_disk_event_init()
|
| /f-stack/dpdk/drivers/vdpa/mlx5/ |
| H A D | mlx5_vdpa_event.c | 75 ret = fcntl(priv->eventc->fd, F_SETFL, flags | O_NONBLOCK); in mlx5_vdpa_event_qp_global_prepare() 467 ret = fcntl(priv->err_chnl->fd, F_SETFL, flags | O_NONBLOCK); in mlx5_vdpa_err_event_setup()
|
| /f-stack/app/micro_thread/ |
| H A D | mt_sys_hook.cpp | 321 if (cmd == F_SETFL) in fcntl()
|
| H A D | mt_api.cpp | 110 if (fcntl(fd, F_SETFL, flag | O_NONBLOCK | O_NDELAY) == -1) in mt_tcp_create_sock()
|
| /f-stack/dpdk/drivers/net/virtio/ |
| H A D | virtio_user_ethdev.c | 222 if (fcntl(dev->vhostfd, F_SETFL, in virtio_user_read_dev_config() 243 if (fcntl(dev->vhostfd, F_SETFL, in virtio_user_read_dev_config()
|
| /f-stack/dpdk/lib/librte_vhost/ |
| H A D | socket.c | 347 if (!vsocket->is_server && fcntl(fd, F_SETFL, O_NONBLOCK)) { in create_unix_socket() 442 if ((flags & O_NONBLOCK) && fcntl(fd, F_SETFL, flags & ~O_NONBLOCK)) { in vhost_user_connect_nonblock()
|
| /f-stack/dpdk/examples/vm_power_manager/ |
| H A D | channel_manager.c | 249 if (fcntl(info->fd, F_SETFL, flags) < 0) { in open_non_blocking_channel() 307 if (fcntl(info->fd, F_SETFL, flags) < 0) { in open_host_channel()
|
| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | net.c | 119 if (fcntl(c->fd, F_SETFL, flags) == -1) { in redisSetBlocking()
|
| /f-stack/dpdk/drivers/net/failsafe/ |
| H A D | failsafe_args.c | 170 if (fcntl(fd, F_SETFL, oflags | O_NONBLOCK) == -1) in fs_read_fd()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | anet.c | 85 if (fcntl(fd, F_SETFL, flags) == -1) { in anetSetBlock()
|
| /f-stack/dpdk/drivers/net/vdev_netvsc/ |
| H A D | vdev_netvsc.c | 592 fcntl(ctx->pipe[i], F_SETFL, flf | O_NONBLOCK) != -1) in vdev_netvsc_netvsc_probe()
|
| /f-stack/dpdk/drivers/net/tap/ |
| H A D | rte_eth_tap.c | 216 if (fcntl(fd, F_SETFL, flags) < 0) { in tun_alloc() 275 if (fcntl(fd, F_SETFL, flags | O_ASYNC) < 0) { in tun_alloc()
|
| /f-stack/app/nginx-1.16.1/auto/ |
| H A D | unix | 204 ngx_feature_test="fcntl(0, F_SETFL, O_DIRECT);"
|
| /f-stack/freebsd/kern/ |
| H A D | kern_descrip.c | 545 case F_SETFL: in kern_fcntl() 546 error = fget_fcntl(td, fd, &cap_fcntl_rights, F_SETFL, &fp); in kern_fcntl()
|