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 1289 of file vfs_syscalls.c.

Field Documentation

◆ dev

dev_t mknodat_args::dev

Definition at line 1293 of file vfs_syscalls.c.

Referenced by sys_mknodat(), and systrace_args().

◆ fd

int mknodat_args::fd

Definition at line 1290 of file vfs_syscalls.c.

Referenced by sys_mknodat(), and systrace_args().

◆ mode

mode_t mknodat_args::mode

Definition at line 1292 of file vfs_syscalls.c.

Referenced by sys_mknodat(), and systrace_args().

◆ path

char* mknodat_args::path

Definition at line 1291 of file vfs_syscalls.c.

Referenced by sys_mknodat(), and systrace_args().


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