FreeBSD kernel kern code
mkfifo_args Struct Reference

Data Fields

char * path
 
int mode
 

Detailed Description

Definition at line 1426 of file vfs_syscalls.c.

Field Documentation

◆ mode

int mkfifo_args::mode

Definition at line 1428 of file vfs_syscalls.c.

Referenced by sys_mkfifo(), and systrace_args().

◆ path

char* mkfifo_args::path

Definition at line 1427 of file vfs_syscalls.c.

Referenced by sys_mkfifo(), and systrace_args().


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