/openbsd/gnu/usr.bin/perl/ext/POSIX/t/ |
H A D | termios.t | 78 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 D | test_tty.c | 47 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 D | mouse.c | 132 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 D | display.c | 146 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 D | keyboard.c | 142 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 D | ttyflags.c | 211 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 D | ttyname.c | 84 return (ENOTTY); in ttyname_r() 118 int error = ENOTTY; in oldttyname()
|
/openbsd/sys/dev/pci/drm/i915/selftests/ |
H A D | i915_selftest.c | 197 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 D | errno.h | 309 #ifndef ENOTTY 310 #define ENOTTY 9958 macro
|
H A D | __errc | 47 inappropriate_io_control_operation, // ENOTTY 144 inappropriate_io_control_operation = ENOTTY,
|
/openbsd/sys/dev/ |
H A D | vnd.c | 609 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 D | video.c | 279 error = (ENOTTY); in videoioctl() 281 if (error != ENOTTY) in videoioctl() 406 error = (ENOTTY); in videoioctl()
|
/openbsd/sys/dev/fdt/ |
H A D | pwmleds.c | 156 return ENOTTY; in pwmleds_get_kbd_backlight() 177 return ENOTTY; in pwmleds_set_kbd_backlight()
|
/openbsd/sys/dev/pci/ |
H A D | vga_pci.c | 306 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 D | wscons.c | 36 if (errno != ENOTTY) in test_ioctl_unknown()
|
/openbsd/sys/arch/amd64/amd64/ |
H A D | mem.c | 256 return (ENOTTY); in mmioctl() 276 return (ENOTTY); in mem_ioctl()
|
/openbsd/sys/arch/i386/i386/ |
H A D | mem.c | 264 return (ENOTTY); in mmioctl() 284 return (ENOTTY); in mem_ioctl()
|
/openbsd/sys/kern/ |
H A D | subr_xxx.c | 72 return (ENOTTY); in enoioctl()
|
/openbsd/gnu/usr.bin/perl/h2pl/eg/sys/ |
H A D | errno.pl | 25 $ENOTTY = 0x19;
|
/openbsd/sys/sys/ |
H A D | errno.h | 69 #define ENOTTY 25 /* Inappropriate ioctl for device */ macro
|
/openbsd/usr.sbin/pppd/pppstats/ |
H A D | pppstats.c | 114 if (errno == ENOTTY) in get_ppp_stats() 131 if (errno == ENOTTY) { in get_ppp_cstats()
|
/openbsd/sys/arch/m88k/m88k/ |
H A D | mem.c | 176 return (ENOTTY); in mmioctl()
|
/openbsd/gnu/usr.bin/cvs/lib/ |
H A D | strerror.c | 152 #if defined (ENOTTY) 153 ENTRY(ENOTTY, "ENOTTY", "Not a typewriter"),
|
/openbsd/gnu/lib/libiberty/src/ |
H A D | strerror.c | 151 #if defined (ENOTTY) 152 ENTRY(ENOTTY, "ENOTTY", "Not a typewriter"),
|
/openbsd/sys/dev/pv/ |
H A D | pvbus.c | 425 return (ENOTTY); in pvbusioctl() 456 error = ENOTTY; in pvbusioctl()
|