Home
last modified time | relevance | path

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

/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/include/arch/aarch64/
H A Dsyscall_nr.h17 #define SYS_mount 40 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 Dsyzkaller68.sh219 syscall(SYS_mount, 0x20000440ul, 0ul, 0x8300648ul, 0ul);
/freebsd/sys/sys/
H A Dsyscall.h28 #define SYS_mount 21 macro
/freebsd/usr.bin/kdump/
H A Dkdump.c1003 case SYS_mount: in ktrsyscall_freebsd()