Home
last modified time | relevance | path

Searched refs:kern_unlinkat (Results 1 – 9 of 9) sorted by relevance

/NextBSD/sys/cddl/compat/opensolaris/sys/
HDvnode.h283 return (kern_unlinkat(curthread, AT_FDCWD, fnamep, seg, 0)); in vn_remove()
/NextBSD/sys/sys/
HDsyscallsubr.h252 int kern_unlinkat(struct thread *td, int fd, char *path,
/NextBSD/sys/compat/cloudabi/
HDcloudabi_file.c757 error = kern_unlinkat(td, uap->fd, path, UIO_SYSSPACE, 0); in cloudabi_sys_file_unlink()
/NextBSD/sys/compat/linux/
HDlinux_file.c617 error = kern_unlinkat(td, AT_FDCWD, path, UIO_SYSSPACE, 0); in linux_unlink()
651 error = kern_unlinkat(td, dfd, path, UIO_SYSSPACE, 0); in linux_unlinkat()
/NextBSD/sys/kern/
HDvfs_mountroot.c383 error = kern_unlinkat(td, AT_FDCWD, "/dev/dev", in vfs_mountroot_shuffle()
HDvfs_syscalls.c1689 return (kern_unlinkat(td, AT_FDCWD, uap->path, UIO_USERSPACE, 0));
1712 return (kern_unlinkat(td, fd, path, UIO_USERSPACE, 0)); in sys_unlinkat()
1716 kern_unlinkat(struct thread *td, int fd, char *path, enum uio_seg pathseg, in kern_unlinkat() function
/NextBSD/sys/i386/ibcs2/
HDibcs2_misc.c1122 error = kern_unlinkat(td, AT_FDCWD, path, UIO_SYSSPACE, 0);
/NextBSD/sys/compat/svr4/
HDsvr4_stream.c297 error = kern_unlinkat(td, AT_FDCWD, path, UIO_SYSSPACE, 0);
/NextBSD/sys/ufs/ffs/
HDffs_alloc.c3036 error = kern_unlinkat(td, AT_FDCWD, (char *)(intptr_t)cmd.value, in sysctl_ffs_fsck()