FreeBSD kernel kern code
unlinkat_args Struct Reference

Data Fields

int fd
 
char * path
 
int flag
 

Detailed Description

Definition at line 1871 of file vfs_syscalls.c.

Field Documentation

◆ fd

int unlinkat_args::fd

Definition at line 1872 of file vfs_syscalls.c.

Referenced by sys_unlinkat(), and systrace_args().

◆ flag

int unlinkat_args::flag

Definition at line 1874 of file vfs_syscalls.c.

Referenced by sys_unlinkat(), and systrace_args().

◆ path

char* unlinkat_args::path

Definition at line 1873 of file vfs_syscalls.c.

Referenced by sys_unlinkat(), and systrace_args().


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