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

Function sys_funlinkat

freebsd/kern/vfs_syscalls.c:1846–1852  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1844};
1845#endif
1846int
1847sys_funlinkat(struct thread *td, struct funlinkat_args *uap)
1848{
1849
1850 return (kern_funlinkat_ex(td, uap->dfd, uap->path, uap->fd, uap->flag,
1851 UIO_USERSPACE, 0));
1852}
1853
1854int
1855kern_funlinkat(struct thread *td, int dfd, const char *path, int fd,

Callers

nothing calls this directly

Calls 1

kern_funlinkat_exFunction · 0.85

Tested by

no test coverage detected