FreeBSD kernel kern code
futimesat_args Struct Reference

Data Fields

int fd
 
const char * path
 
const struct timeval * times
 

Detailed Description

Definition at line 3249 of file vfs_syscalls.c.

Field Documentation

◆ fd

int futimesat_args::fd

Definition at line 3250 of file vfs_syscalls.c.

Referenced by sys_futimesat(), and systrace_args().

◆ path

const char* futimesat_args::path

Definition at line 3251 of file vfs_syscalls.c.

Referenced by sys_futimesat(), and systrace_args().

◆ times

const struct timeval* futimesat_args::times

Definition at line 3252 of file vfs_syscalls.c.

Referenced by sys_futimesat(), and systrace_args().


The documentation for this struct was generated from the following file: