FreeBSD kernel kern code
futimes_args Struct Reference

Data Fields

int fd
 
struct timeval * tptr
 

Detailed Description

Definition at line 3324 of file vfs_syscalls.c.

Field Documentation

◆ fd

int futimes_args::fd

Definition at line 3325 of file vfs_syscalls.c.

Referenced by sys_futimes(), and systrace_args().

◆ tptr

struct timeval* futimes_args::tptr

Definition at line 3326 of file vfs_syscalls.c.

Referenced by sys_futimes(), and systrace_args().


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