MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ff_sys_ioctl

Function ff_sys_ioctl

adapter/syscall/ff_socket_ops.c:270–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270static int
271ff_sys_ioctl(struct ff_ioctl_args *args)
272{
273 return ff_ioctl(args->fd, args->com, args->data);
274}
275
276static int
277ff_sys_fcntl(struct ff_fcntl_args *args)

Callers 1

ff_so_handlerFunction · 0.85

Calls 1

ff_ioctlFunction · 0.85

Tested by

no test coverage detected