FreeBSD kernel kern code
symlinkat_args Struct Reference

Data Fields

char * path
 
int fd
 
char * path2
 

Detailed Description

Definition at line 1707 of file vfs_syscalls.c.

Field Documentation

◆ fd

int symlinkat_args::fd

Definition at line 1709 of file vfs_syscalls.c.

Referenced by sys_symlinkat(), and systrace_args().

◆ path

char* symlinkat_args::path

Definition at line 1708 of file vfs_syscalls.c.

◆ path2

char* symlinkat_args::path2

Definition at line 1710 of file vfs_syscalls.c.

Referenced by sys_symlinkat(), and systrace_args().


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