Home
last modified time | relevance | path

Searched refs:ff_hook_ioctl (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/micro_thread/
H A Dmt_sys_hook.cpp109 return ff_hook_ioctl(fd, cmd, arg); in ioctl()
120 return ff_hook_ioctl(fd, cmd, arg); in ioctl()
142 ff_hook_ioctl(fd, FIONBIO, &nb); in socket()
H A Dff_hook.h38 int ff_hook_ioctl(int fd, int cmd, void *arg);
H A Dff_hook.cpp124 int ff_hook_ioctl(int fd, int cmd, void *arg) in ff_hook_ioctl() function