Home
last modified time | relevance | path

Searched refs:ENOTTY (Results 1 – 25 of 219) sorted by relevance

123456789

/openbsd/gnu/usr.bin/perl/ext/POSIX/t/
H A Dtermios.t78 cmp_ok($!, '==', POSIX::ENOTTY, 'and set errno to ENOTTY');
88 cmp_ok($!, '==', POSIX::ENOTTY, 'and set errno to ENOTTY');
177 cmp_ok($!, '==', POSIX::ENOTTY, 'and set errno to ENOTTY');
186 cmp_ok($!, '==', POSIX::ENOTTY, 'and set errno to ENOTTY');
196 cmp_ok($!, '==', POSIX::ENOTTY, 'and set errno to ENOTTY');
206 cmp_ok($!, '==', POSIX::ENOTTY, 'and set errno to ENOTTY');
/openbsd/regress/sys/kern/pledge/generic/
H A Dtest_tty.c47 if ((tcsetpgrp(fd, 1) == -1) && (errno != ENOTTY)) in test_request_tty()
65 if ((ioctl(fd, TIOCSBRK, NULL) == -1) && (errno != ENOTTY)) in test_request_tty()
70 if ((ioctl(fd, TIOCCDTR, NULL) == -1) && (errno != ENOTTY)) in test_request_tty()
/openbsd/sbin/wsconsctl/
H A Dmouse.c132 if (errno == ENOTTY) in mouse_get_values()
143 if (errno == ENOTTY) in mouse_get_values()
175 if (errno == ENOTTY) { in mouse_put_values()
186 if (errno == ENOTTY) in mouse_put_values()
194 if (errno == ENOTTY) { in mouse_put_values()
H A Ddisplay.c146 errno = ENOTTY; in display_get_values()
148 if (errno == ENOTTY) { in display_get_values()
267 errno = ENOTTY; in display_put_values()
269 if (errno == ENOTTY) { in display_put_values()
H A Dkeyboard.c142 errno = ENOTTY; in keyboard_get_values()
144 if (errno == ENOTTY) in keyboard_get_values()
235 errno = ENOTTY; in keyboard_put_values()
237 if (errno == ENOTTY) in keyboard_put_values()
/openbsd/sbin/ttyflags/
H A Dttyflags.c211 if (errno != ENOTTY || vflag) { in ttyflags()
213 rval = (errno != ENOTTY); in ttyflags()
217 if (errno != ENOTTY || vflag) { in ttyflags()
219 rval = (errno != ENOTTY); in ttyflags()
/openbsd/lib/libc/gen/
H A Dttyname.c84 return (ENOTTY); in ttyname_r()
118 int error = ENOTTY; in oldttyname()
/openbsd/sys/dev/pci/drm/i915/selftests/
H A Di915_selftest.c197 if (WARN(err > 0 || err == -ENOTTY, in __run_selftests()
222 i915_selftest.mock = -ENOTTY; in i915_mock_selftests()
245 i915_selftest.live = -ENOTTY; in i915_live_selftests()
268 i915_selftest.perf = -ENOTTY; in i915_perf_selftests()
/openbsd/gnu/llvm/libcxx/include/
H A Derrno.h309 #ifndef ENOTTY
310 #define ENOTTY 9958 macro
H A D__errc47 inappropriate_io_control_operation, // ENOTTY
144 inappropriate_io_control_operation = ENOTTY,
/openbsd/sys/dev/
H A Dvnd.c609 return (ENOTTY); in vndioctl()
618 return (ENOTTY); in vndioctl()
624 return (ENOTTY); in vndioctl()
630 return (ENOTTY); in vndioctl()
639 return (ENOTTY); in vndioctl()
658 return (ENOTTY); in vndioctl()
H A Dvideo.c279 error = (ENOTTY); in videoioctl()
281 if (error != ENOTTY) in videoioctl()
406 error = (ENOTTY); in videoioctl()
/openbsd/sys/dev/fdt/
H A Dpwmleds.c156 return ENOTTY; in pwmleds_get_kbd_backlight()
177 return ENOTTY; in pwmleds_set_kbd_backlight()
/openbsd/sys/dev/pci/
H A Dvga_pci.c306 error = ENOTTY; in vga_pci_ioctl()
312 error = ENOTTY; in vga_pci_ioctl()
315 error = ENOTTY; in vga_pci_ioctl()
/openbsd/regress/sys/dev/wscons/
H A Dwscons.c36 if (errno != ENOTTY) in test_ioctl_unknown()
/openbsd/sys/arch/amd64/amd64/
H A Dmem.c256 return (ENOTTY); in mmioctl()
276 return (ENOTTY); in mem_ioctl()
/openbsd/sys/arch/i386/i386/
H A Dmem.c264 return (ENOTTY); in mmioctl()
284 return (ENOTTY); in mem_ioctl()
/openbsd/sys/kern/
H A Dsubr_xxx.c72 return (ENOTTY); in enoioctl()
/openbsd/gnu/usr.bin/perl/h2pl/eg/sys/
H A Derrno.pl25 $ENOTTY = 0x19;
/openbsd/sys/sys/
H A Derrno.h69 #define ENOTTY 25 /* Inappropriate ioctl for device */ macro
/openbsd/usr.sbin/pppd/pppstats/
H A Dpppstats.c114 if (errno == ENOTTY) in get_ppp_stats()
131 if (errno == ENOTTY) { in get_ppp_cstats()
/openbsd/sys/arch/m88k/m88k/
H A Dmem.c176 return (ENOTTY); in mmioctl()
/openbsd/gnu/usr.bin/cvs/lib/
H A Dstrerror.c152 #if defined (ENOTTY)
153 ENTRY(ENOTTY, "ENOTTY", "Not a typewriter"),
/openbsd/gnu/lib/libiberty/src/
H A Dstrerror.c151 #if defined (ENOTTY)
152 ENTRY(ENOTTY, "ENOTTY", "Not a typewriter"),
/openbsd/sys/dev/pv/
H A Dpvbus.c425 return (ENOTTY); in pvbusioctl()
456 error = ENOTTY; in pvbusioctl()

123456789