Home
last modified time | relevance | path

Searched refs:SYS_ioctl (Results 1 – 11 of 11) sorted by relevance

/freebsd/tools/test/stress2/misc/
H A Dsyzkaller35.sh77 syscall(SYS_ioctl, r[0], 0xc040636aul, 0x20000440ul);
89 syscall(SYS_ioctl, r[0], 0xc040636dul, 0x20000280ul);
H A Dsyzkaller36.sh77 syscall(SYS_ioctl, r[0], 0xc040636aul, 0x20000440ul);
86 syscall(SYS_ioctl, r[0], 0xc0306367ul, 0x20000180ul);
H A Dsyzkaller37.sh75 syscall(SYS_ioctl, r[0], 0xc040636aul, 0x20000040ul);
87 syscall(SYS_ioctl, r[0], 0xc040636dul, 0x20000000ul);
H A Dsyzkaller62.sh67 syscall(SYS_ioctl, r[0], 0xc0045301ul, 0x200000c0ul);
H A Dsyzkaller52.sh431 syscall(SYS_ioctl, -1, 0xc0f24425ul, 0ul);
/freebsd/stand/kboot/include/arch/amd64/
H A Dsyscall_nr.h11 #define SYS_ioctl 16 macro
/freebsd/stand/kboot/include/arch/powerpc64/
H A Dsyscall_nr.h12 #define SYS_ioctl 54 macro
/freebsd/stand/kboot/include/arch/aarch64/
H A Dsyscall_nr.h12 #define SYS_ioctl 29 macro
/freebsd/stand/kboot/libkboot/
H A Dhost_syscalls.c66 return host_syscall(SYS_ioctl, fd, request, arg); in host_ioctl()
/freebsd/sys/sys/
H A Dsyscall.h61 #define SYS_ioctl 54 macro
/freebsd/usr.bin/kdump/
H A Dkdump.c911 case SYS_ioctl: { in ktrsyscall_freebsd()