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

Function freebsd11_mknodat

freebsd/kern/vfs_syscalls.c:1275–1282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1273}
1274
1275int
1276freebsd11_mknodat(struct thread *td,
1277 struct freebsd11_mknodat_args *uap)
1278{
1279
1280 return (kern_mknodat(td, uap->fd, uap->path, UIO_USERSPACE, uap->mode,
1281 uap->dev));
1282}
1283#endif /* COMPAT_FREEBSD11 */
1284
1285int

Callers

nothing calls this directly

Calls 1

kern_mknodatFunction · 0.85

Tested by

no test coverage detected