Searched refs:linux_ioctl (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/compat/linux/ |
H A D | linux_common.c | 43 SX_SYSINIT(linux_ioctl, &linux_ioctl_sx, "Linux ioctl handlers");
|
H A D | linux_ioctl.c | 133 SX_SYSINIT(linux_ioctl, &linux_ioctl_sx, "Linux ioctl handlers"); 3641 linux_ioctl(struct thread *td, struct linux_ioctl_args *args) in linux_ioctl() function
|
/freebsd/sys/modules/linux64/ |
H A D | Makefile | 14 linux_ioctl.c \
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | drivers.mk | 159 DRV_OBJS += src/drivers/linux_ioctl.c
|
H A D | drivers.mak | 164 DRV_OBJS += ../src/drivers/linux_ioctl.o
|
/freebsd/sys/modules/linux/ |
H A D | Makefile | 19 linux_ioctl.c \
|
/freebsd/sys/arm64/linux/ |
H A D | linux_sysent.c | 46 …{ .sy_narg = AS(linux_ioctl_args), .sy_call = (sy_call_t *)linux_ioctl, .sy_auevent = AUE_IOCTL, .…
|
/freebsd/sys/i386/linux/ |
H A D | linux_sysent.c | 71 …{ .sy_narg = AS(linux_ioctl_args), .sy_call = (sy_call_t *)linux_ioctl, .sy_auevent = AUE_IOCTL, .…
|
/freebsd/sys/amd64/linux/ |
H A D | linux_sysent.c | 33 …{ .sy_narg = AS(linux_ioctl_args), .sy_call = (sy_call_t *)linux_ioctl, .sy_auevent = AUE_IOCTL, .…
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_sysent.c | 72 …{ .sy_narg = AS(linux_ioctl_args), .sy_call = (sy_call_t *)linux_ioctl, .sy_auevent = AUE_IOCTL, .…
|