Home
last modified time | relevance | path

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

/freebsd/stand/kboot/include/arch/aarch64/
H A Dsyscall_nr.h17 #define SYS_mount 40 macro
/freebsd/stand/kboot/include/arch/amd64/
H A Dsyscall_nr.h16 #define SYS_mount 165 macro
/freebsd/stand/kboot/include/arch/powerpc64/
H A Dsyscall_nr.h17 #define SYS_mount 21 macro
/freebsd/stand/kboot/libkboot/
H A Dhost_syscalls.c105 return host_syscall(SYS_mount, src, target, type, flags, data); in host_mount()
/freebsd/tools/test/stress2/misc/
H A Dsyzkaller94.sh151 syscall(SYS_mount, /*fstype=*/0x200000000040ul, /*dir=*/0x200000000080ul,
H A Dsyzkaller68.sh219 syscall(SYS_mount, 0x20000440ul, 0ul, 0x8300648ul, 0ul);
H A Dsyzkaller98.sh153 syscall(SYS_mount, /*fstype=*/0ul, /*dir=*/0ul,
/freebsd/sys/sys/
H A Dsyscall.h30 #define SYS_mount 21 macro
/freebsd/usr.bin/kdump/
H A Dkdump.c991 case SYS_mount: in ktrsyscall_freebsd()