FreeBSD kernel kern code
readlinkat_args Struct Reference

Data Fields

int fd
 
char * path
 
char * buf
 
size_t bufsize
 

Detailed Description

Definition at line 2655 of file vfs_syscalls.c.

Field Documentation

char* readlinkat_args::buf

Definition at line 2658 of file vfs_syscalls.c.

Referenced by sys_readlinkat(), and systrace_args().

size_t readlinkat_args::bufsize

Definition at line 2659 of file vfs_syscalls.c.

Referenced by sys_readlinkat(), and systrace_args().

int readlinkat_args::fd

Definition at line 2656 of file vfs_syscalls.c.

Referenced by sys_readlinkat(), and systrace_args().

char* readlinkat_args::path

Definition at line 2657 of file vfs_syscalls.c.

Referenced by sys_readlinkat(), and systrace_args().


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