FreeBSD kernel kern code
renameat_args Struct Reference

Data Fields

int oldfd
 
char * old
 
int newfd
 
char * new
 

Detailed Description

Definition at line 3626 of file vfs_syscalls.c.

Field Documentation

char* renameat_args::new

Definition at line 3630 of file vfs_syscalls.c.

Referenced by sys_renameat(), and systrace_args().

int renameat_args::newfd

Definition at line 3629 of file vfs_syscalls.c.

Referenced by sys_renameat(), and systrace_args().

char* renameat_args::old

Definition at line 3628 of file vfs_syscalls.c.

Referenced by sys_renameat(), and systrace_args().

int renameat_args::oldfd

Definition at line 3627 of file vfs_syscalls.c.

Referenced by sys_renameat(), and systrace_args().


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