DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
kern_mkdir
sys/kern/vfs_syscalls.c
4545
error = kern_mkdir(&nd, uap->mode);
sys/kern/vfs_syscalls.c
4565
error = kern_mkdir(&nd, uap->mode);
sys/sys/kern_syscall.h
154
int kern_mkdir(struct nlookupdata *nd, int mode);