Searched refs:ENOIOCTL (Results 1 - 25 of 66) sorted by relevance

123

/freebsd-current/sys/i386/i386/
H A Dio.c57 return (ENOIOCTL);
H A Delan-mmcr.c437 error = ENOIOCTL;
451 if (error != ENOIOCTL)
/freebsd-current/sys/amd64/amd64/
H A Dio.c57 return (ENOIOCTL);
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Derrno.h42 #define ENOIOCTLCMD ENOIOCTL
/freebsd-current/sys/dev/vt/
H A Dvt_consolectl.c66 return (ENOIOCTL);
H A Dvt_sysmouse.c456 return (ENOIOCTL);
/freebsd-current/sys/dev/syscons/
H A Dscterm-dumb.c132 return ENOIOCTL;
134 return ENOIOCTL;
H A Dscvesactl.c123 return ENOIOCTL;
H A Dschistory.c322 return ENOIOCTL;
H A Dsyscons.c903 if (error != ENOIOCTL)
908 if (error != ENOIOCTL)
913 if (error != ENOIOCTL)
919 if (error != ENOIOCTL)
930 if (error != ENOIOCTL)
1378 if (error == ENOIOCTL)
1393 if (error == ENOIOCTL)
1424 if (error == ENOIOCTL)
1461 if (error == ENOIOCTL) {
1492 if (error == ENOIOCTL)
[all...]
H A Dsysmouse.c207 return (ENOIOCTL);
/freebsd-current/sys/dev/null/
H A Dnull.c121 error = ENOIOCTL;
142 error = ENOIOCTL;
/freebsd-current/sys/sys/
H A Derrno.h191 #define ENOIOCTL (-3) /* ioctl not handled by this layer */ macro
/freebsd-current/cddl/lib/libdtrace/
H A Derrno.d234 inline int ENOIOCTL = -3;
235 #pragma D binding "1.0" ENOIOCTL
346 errno == ENOIOCTL ? "ioctl not handled by this layer" :
/freebsd-current/sys/dev/usb/
H A Dusb_dynamic.c96 return (ENOIOCTL);
H A Dusb_dev.c1044 return (ENOIOCTL);
1080 err = ENOIOCTL; /* set default value */
1091 if (err != ENOIOCTL)
1098 if (err != ENOIOCTL)
1110 if (err == ENOIOCTL)
1777 return (ENOIOCTL);
/freebsd-current/stand/liblua/
H A Dlerrno.c150 ENTRY(ENOIOCTL),
/freebsd-current/sys/compat/linux/
H A Dlinux_ioctl.c231 return (ENOIOCTL);
304 return (ENOIOCTL);
745 error = ENOIOCTL;
1006 error = ENOIOCTL;
1017 error = ENOIOCTL;
1659 error = ENOIOCTL;
1781 return (ENOIOCTL);
1956 return (ENOIOCTL);
2081 error = ENOIOCTL;
2296 return (ENOIOCTL);
[all...]
/freebsd-current/contrib/openbsm/libbsm/
H A Dbsm_errno.c546 #ifdef ENOIOCTL
547 ENOIOCTL,
/freebsd-current/sys/security/audit/
H A Dbsm_errno.c547 #ifdef ENOIOCTL
548 ENOIOCTL,
/freebsd-current/sys/dev/cfi/
H A Dcfi_dev.c309 error = ENOIOCTL;
/freebsd-current/sys/dev/mlx/
H A Dmlx_disk.c129 if ((error = mlx_submit_ioctl(sc->mlxd_controller, sc->mlxd_drive, cmd, addr, flag, td)) != ENOIOCTL) {
/freebsd-current/sys/dev/watchdog/
H A Dwatchdog.c378 error = ENOIOCTL;
/freebsd-current/sys/dev/fb/
H A Dfbd.c142 error = ENOIOCTL;
/freebsd-current/sys/dev/ofw/
H A Dopenfirmio.c136 return (ENOIOCTL);

Completed in 321 milliseconds

123