FreeBSD kernel kern code
readlink_args Struct Reference

Data Fields

char * path
 
char * buf
 
size_t count
 

Detailed Description

Definition at line 2621 of file vfs_syscalls.c.

Field Documentation

◆ buf

char* readlink_args::buf

Definition at line 2623 of file vfs_syscalls.c.

Referenced by sys_readlink(), and systrace_args().

◆ count

size_t readlink_args::count

Definition at line 2624 of file vfs_syscalls.c.

Referenced by sys_readlink(), and systrace_args().

◆ path

char* readlink_args::path

Definition at line 2622 of file vfs_syscalls.c.

Referenced by sys_readlink(), and systrace_args().


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