FreeBSD kernel kern code
funlinkat_args Struct Reference

Data Fields

int dfd
 
const char * path
 
int fd
 
int flag
 

Detailed Description

Definition at line 1886 of file vfs_syscalls.c.

Field Documentation

◆ dfd

int funlinkat_args::dfd

Definition at line 1887 of file vfs_syscalls.c.

Referenced by sys_funlinkat(), and systrace_args().

◆ fd

int funlinkat_args::fd

Definition at line 1889 of file vfs_syscalls.c.

Referenced by sys_funlinkat(), and systrace_args().

◆ flag

int funlinkat_args::flag

Definition at line 1890 of file vfs_syscalls.c.

Referenced by sys_funlinkat(), and systrace_args().

◆ path

const char* funlinkat_args::path

Definition at line 1888 of file vfs_syscalls.c.

Referenced by sys_funlinkat(), and systrace_args().


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