FreeBSD kernel kern code
rename_args Struct Reference

Data Fields

char * from
 
char * to
 

Detailed Description

Definition at line 3605 of file vfs_syscalls.c.

Field Documentation

◆ from

char* rename_args::from

Definition at line 3606 of file vfs_syscalls.c.

Referenced by sys_rename(), and systrace_args().

◆ to

char* rename_args::to

Definition at line 3607 of file vfs_syscalls.c.

Referenced by sys_rename(), and systrace_args().


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