Searched refs:SYS_mount (Results 1 – 9 of 9) sorted by relevance
| /freebsd/stand/kboot/include/arch/aarch64/ |
| H A D | syscall_nr.h | 17 #define SYS_mount 40 macro
|
| /freebsd/stand/kboot/include/arch/amd64/ |
| H A D | syscall_nr.h | 16 #define SYS_mount 165 macro
|
| /freebsd/stand/kboot/include/arch/powerpc64/ |
| H A D | syscall_nr.h | 17 #define SYS_mount 21 macro
|
| /freebsd/stand/kboot/libkboot/ |
| H A D | host_syscalls.c | 105 return host_syscall(SYS_mount, src, target, type, flags, data); in host_mount()
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | syzkaller94.sh | 151 syscall(SYS_mount, /*fstype=*/0x200000000040ul, /*dir=*/0x200000000080ul,
|
| H A D | syzkaller68.sh | 219 syscall(SYS_mount, 0x20000440ul, 0ul, 0x8300648ul, 0ul);
|
| H A D | syzkaller98.sh | 153 syscall(SYS_mount, /*fstype=*/0ul, /*dir=*/0ul,
|
| /freebsd/sys/sys/ |
| H A D | syscall.h | 30 #define SYS_mount 21 macro
|
| /freebsd/usr.bin/kdump/ |
| H A D | kdump.c | 991 case SYS_mount: in ktrsyscall_freebsd()
|