FreeBSD kernel kern code
fstatat_args Struct Reference

Data Fields

int fd
 
char * path
 
struct stat * buf
 
int flag
 

Detailed Description

Definition at line 2412 of file vfs_syscalls.c.

Field Documentation

◆ buf

struct stat* fstatat_args::buf

Definition at line 2415 of file vfs_syscalls.c.

Referenced by systrace_args().

◆ fd

int fstatat_args::fd

Definition at line 2413 of file vfs_syscalls.c.

Referenced by systrace_args().

◆ flag

int fstatat_args::flag

Definition at line 2416 of file vfs_syscalls.c.

Referenced by systrace_args().

◆ path

char* fstatat_args::path

Definition at line 2414 of file vfs_syscalls.c.

Referenced by systrace_args().


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