Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
270
static int
271
ff_sys_ioctl(struct ff_ioctl_args *args)
272
{
273
return ff_ioctl(args->fd, args->com, args->data);
274
}
275
276
static int
277
ff_sys_fcntl(struct ff_fcntl_args *args)
Callers
1
ff_so_handler
Function · 0.85
Calls
1
ff_ioctl
Function · 0.85
Tested by
no test coverage detected