FreeBSD kernel kern code
mkfifoat_args Struct Reference

Data Fields

int fd
 
char * path
 
mode_t mode
 

Detailed Description

Definition at line 1440 of file vfs_syscalls.c.

Field Documentation

◆ fd

int mkfifoat_args::fd

Definition at line 1441 of file vfs_syscalls.c.

Referenced by sys_mkfifoat(), and systrace_args().

◆ mode

mode_t mkfifoat_args::mode

Definition at line 1443 of file vfs_syscalls.c.

Referenced by sys_mkfifoat(), and systrace_args().

◆ path

char* mkfifoat_args::path

Definition at line 1442 of file vfs_syscalls.c.

Referenced by sys_mkfifoat(), and systrace_args().


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