FreeBSD kernel kern code
symlinkat_args Struct Reference

Data Fields

char * path
 
int fd
 
char * path2
 

Detailed Description

Definition at line 1703 of file vfs_syscalls.c.

Field Documentation

int symlinkat_args::fd

Definition at line 1705 of file vfs_syscalls.c.

Referenced by sys_symlinkat(), and systrace_args().

char* symlinkat_args::path

Definition at line 1704 of file vfs_syscalls.c.

char* symlinkat_args::path2

Definition at line 1706 of file vfs_syscalls.c.

Referenced by sys_symlinkat(), and systrace_args().


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