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

Function sys_unlink

freebsd/kern/vfs_syscalls.c:1801–1807  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1799};
1800#endif
1801int
1802sys_unlink(struct thread *td, struct unlink_args *uap)
1803{
1804
1805 return (kern_funlinkat(td, AT_FDCWD, uap->path, FD_NONE, UIO_USERSPACE,
1806 0, 0));
1807}
1808
1809static int
1810kern_funlinkat_ex(struct thread *td, int dfd, const char *path, int fd,

Callers

nothing calls this directly

Calls 1

kern_funlinkatFunction · 0.85

Tested by

no test coverage detected