Home
last modified time | relevance | path

Searched refs:ff_ioctl (Results 1 – 8 of 8) sorted by relevance

/f-stack/lib/
H A Dff_api.symlist6 ff_ioctl
H A Dff_api.h65 int ff_ioctl(int fd, unsigned long request, ...);
H A Dff_syscall_wrapper.c629 ff_ioctl(int fd, unsigned long request, ...) in ff_ioctl() function
/f-stack/example/
H A Dmain_epoll.c116 ff_ioctl(sockfd, FIONBIO, &on); in main()
/f-stack/app/micro_thread/
H A Dff_hook.cpp127 return ff_ioctl(fd, cmd, arg); in ff_hook_ioctl()
/f-stack/doc/
H A DF-Stack_API_Reference.md45 #### ff_ioctl subsubsection
47 int ff_ioctl(int fd, unsigned long request, ...);
/f-stack/app/redis-5.0.5/src/
H A Danet_ff.c376 return ff_ioctl(sockfd, request, p); in ioctl()
/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_ff_module.c509 return ff_ioctl(sockfd, request, p); in ioctl()