MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sys_mkfifo

Function sys_mkfifo

freebsd/kern/vfs_syscalls.c:1392–1398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1390};
1391#endif
1392int
1393sys_mkfifo(struct thread *td, struct mkfifo_args *uap)
1394{
1395
1396 return (kern_mkfifoat(td, AT_FDCWD, uap->path, UIO_USERSPACE,
1397 uap->mode));
1398}
1399
1400#ifndef _SYS_SYSPROTO_H_
1401struct mkfifoat_args {

Callers

nothing calls this directly

Calls 1

kern_mkfifoatFunction · 0.85

Tested by

no test coverage detected