FreeBSD kernel kern code
readlinkat_args Struct Reference

Data Fields

int fd
 
char * path
 
char * buf
 
size_t bufsize
 

Detailed Description

Definition at line 2635 of file vfs_syscalls.c.

Field Documentation

◆ buf

char* readlinkat_args::buf

Definition at line 2638 of file vfs_syscalls.c.

Referenced by sys_readlinkat(), and systrace_args().

◆ bufsize

size_t readlinkat_args::bufsize

Definition at line 2639 of file vfs_syscalls.c.

Referenced by sys_readlinkat(), and systrace_args().

◆ fd

int readlinkat_args::fd

Definition at line 2636 of file vfs_syscalls.c.

Referenced by sys_readlinkat(), and systrace_args().

◆ path

char* readlinkat_args::path

Definition at line 2637 of file vfs_syscalls.c.

Referenced by sys_readlinkat(), and systrace_args().


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