FreeBSD kernel kern code
mknodat_args Struct Reference

Data Fields

int fd
 
char * path
 
mode_t mode
 
dev_t dev
 

Detailed Description

Definition at line 1298 of file vfs_syscalls.c.

Field Documentation

dev_t mknodat_args::dev

Definition at line 1302 of file vfs_syscalls.c.

Referenced by sys_mknodat(), and systrace_args().

int mknodat_args::fd

Definition at line 1299 of file vfs_syscalls.c.

Referenced by sys_mknodat(), and systrace_args().

mode_t mknodat_args::mode

Definition at line 1301 of file vfs_syscalls.c.

Referenced by sys_mknodat(), and systrace_args().

char* mknodat_args::path

Definition at line 1300 of file vfs_syscalls.c.

Referenced by sys_mknodat(), and systrace_args().


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