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

Function freebsd11_mknod

freebsd/kern/vfs_syscalls.c:1266–1273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1264
1265#if defined(COMPAT_FREEBSD11)
1266int
1267freebsd11_mknod(struct thread *td,
1268 struct freebsd11_mknod_args *uap)
1269{
1270
1271 return (kern_mknodat(td, AT_FDCWD, uap->path, UIO_USERSPACE,
1272 uap->mode, uap->dev));
1273}
1274
1275int
1276freebsd11_mknodat(struct thread *td,

Callers

nothing calls this directly

Calls 1

kern_mknodatFunction · 0.85

Tested by

no test coverage detected