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

Function sys_mkfifoat

freebsd/kern/vfs_syscalls.c:1407–1413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1405};
1406#endif
1407int
1408sys_mkfifoat(struct thread *td, struct mkfifoat_args *uap)
1409{
1410
1411 return (kern_mkfifoat(td, uap->fd, uap->path, UIO_USERSPACE,
1412 uap->mode));
1413}
1414
1415int
1416kern_mkfifoat(struct thread *td, int fd, const char *path,

Callers

nothing calls this directly

Calls 1

kern_mkfifoatFunction · 0.85

Tested by

no test coverage detected