FreeBSD kernel kern code
unlinkat_args Struct Reference

Data Fields

int fd
 
char * path
 
int flag
 

Detailed Description

Definition at line 1865 of file vfs_syscalls.c.

Field Documentation

int unlinkat_args::fd

Definition at line 1866 of file vfs_syscalls.c.

Referenced by sys_unlinkat(), and systrace_args().

int unlinkat_args::flag

Definition at line 1868 of file vfs_syscalls.c.

Referenced by sys_unlinkat(), and systrace_args().

char* unlinkat_args::path

Definition at line 1867 of file vfs_syscalls.c.

Referenced by sys_unlinkat(), and systrace_args().


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