Home
last modified time | relevance | path

Searched refs:FIONBIO (Results 1 – 25 of 28) sorted by relevance

12

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_socket.c33 return ioctl(s, FIONBIO, &nb); in ngx_nonblocking()
44 return ioctl(s, FIONBIO, &nb); in ngx_blocking()
/f-stack/freebsd/sys/
H A Dfilio.h50 #define FIONBIO _IOW('f', 126, int) /* set/clear non-blocking i/o */ macro
/f-stack/app/micro_thread/
H A Decho.cpp11 return ioctl(fd, FIONBIO, &nonblock); in set_fd_nonblock()
H A Dmt_sys_hook.cpp112 if (cmd == FIONBIO) in ioctl()
142 ff_hook_ioctl(fd, FIONBIO, &nb); in socket()
H A Dmt_connection.cpp87 if (ioctl(_osfd, FIONBIO, &flags) < 0) in CreateSocket()
262 if (ioctl(_osfd, FIONBIO, &flags) < 0) in CreateSocket()
H A Dmt_notify.cpp85 if (ioctl(osfd, FIONBIO, &flags) < 0) in CreateSocket()
H A Dmt_api.cpp49 if ((sock < 0) || (ioctl(sock, FIONBIO, &flags) < 0)) in mt_udpsendrcv()
H A Dmt_net.cpp856 if (ioctl(_fd, FIONBIO, &flags) < 0) in CreateSock()
/f-stack/example/
H A Dmain_epoll.c116 ff_ioctl(sockfd, FIONBIO, &on); in main()
/f-stack/freebsd/kern/
H A Dsubr_log.c266 case FIONBIO: in logioctl()
H A Dsys_eventfd.c321 case FIONBIO: in eventfd_ioctl()
H A Duipc_syscalls.c167 (void) fo_ioctl(fp, FIONBIO, &fflag, td->td_ucred, td); in kern_socket()
387 (void) fo_ioctl(nfp, FIONBIO, &tmp, td->td_ucred, td); in kern_accept4()
635 (void) fo_ioctl(fp1, FIONBIO, &fflag, td->td_ucred, td); in kern_socketpair()
636 (void) fo_ioctl(fp2, FIONBIO, &fflag, td->td_ucred, td); in kern_socketpair()
H A Dtty_pts.c272 case FIONBIO: in ptsdev_ioctl()
H A Dsys_socket.c169 case FIONBIO: in soo_ioctl()
H A Dsys_pipe.c1362 case FIONBIO: in pipe_ioctl()
H A Dsys_generic.c787 case FIONBIO: in kern_ioctl()
H A Duipc_shm.c492 case FIONBIO: in shm_ioctl()
H A Dtty.c1670 case FIONBIO: in tty_generic_ioctl()
H A Dkern_descrip.c555 error = fo_ioctl(fp, FIONBIO, &tmp, td->td_ucred, td); in kern_fcntl()
568 (void)fo_ioctl(fp, FIONBIO, &tmp, td->td_ucred, td); in kern_fcntl()
/f-stack/app/nginx-1.16.1/auto/
H A Dunix934 ngx_feature="ioctl(FIONBIO)"
942 ngx_feature_test="int i = FIONBIO; printf(\"%d\", i)"
/f-stack/app/redis-5.0.5/src/
H A Danet.c64 if (ioctl(fd, FIONBIO, &non_block) == -1) { in anetSetBlock()
/f-stack/freebsd/security/audit/
H A Daudit_pipe.c711 case FIONBIO: in audit_pipe_ioctl()
/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_epoll_module.c272 if (ioctl(ngx_eventfd, FIONBIO, &n) == -1) { in ngx_epoll_aio_init()
/f-stack/lib/
H A Dff_syscall_wrapper.c257 return FIONBIO; in linux2freebsd_ioctl()
/f-stack/freebsd/net/
H A Dif_tuntap.c1624 case FIONBIO: in tunioctl()

12