FreeBSD kernel kern code
|
Data Fields | |
int | fd |
const char * | path |
const struct timeval * | times |
Definition at line 3294 of file vfs_syscalls.c.
int futimesat_args::fd |
Definition at line 3295 of file vfs_syscalls.c.
Referenced by sys_futimesat(), and systrace_args().
const char* futimesat_args::path |
Definition at line 3296 of file vfs_syscalls.c.
Referenced by sys_futimesat(), and systrace_args().
const struct timeval* futimesat_args::times |
Definition at line 3297 of file vfs_syscalls.c.
Referenced by sys_futimesat(), and systrace_args().