FreeBSD kernel kern code
symlink_args Struct Reference

Data Fields

char * path
 
char * link
 

Detailed Description

Definition at line 1693 of file vfs_syscalls.c.

Field Documentation

◆ link

char* symlink_args::link

Definition at line 1695 of file vfs_syscalls.c.

Referenced by sys_symlink(), and systrace_args().

◆ path

char* symlink_args::path

Definition at line 1694 of file vfs_syscalls.c.

Referenced by sys_symlink(), and systrace_args().


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