Searched refs:io_control (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/sys/arch/amiga/dev/ |
H A D | kbd.c | 247 #define DATLO single_inst_bclr_b(draco_ioct->io_control, DRCNTRL_KBDDATOUT) 248 #define DATHI single_inst_bset_b(draco_ioct->io_control, DRCNTRL_KBDDATOUT) 250 #define CLKLO single_inst_bclr_b(draco_ioct->io_control, DRCNTRL_KBDCLKOUT) 251 #define CLKHI single_inst_bset_b(draco_ioct->io_control, DRCNTRL_KBDCLKOUT) 298 single_inst_bclr_b(draco_ioct->io_control, DRCNTRL_KBDINTENA); in kbdenable()
|
/netbsd-src/sys/arch/amiga/amiga/ |
H A D | drcustom.h | 64 volatile u_int8_t io_control; /* 1 */ member
|
H A D | amiga_init.c | 864 draco_ioct->io_control &= in start_c_finish() 876 draco_ioct->io_control |= DRCNTRL_WDOGDIS; /* stop Fido */ in start_c_finish()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/ |
H A D | socket | 638 io_control(_IoControlCommand& __command, error_code& __ec) 784 io_control(_IoControlCommand& __command) 786 io_control(__command, __throw_on_error{"basic_socket::io_control"}); 791 io_control(_IoControlCommand& __command, error_code& __ec) 792 { __base::io_control(__command, __ec); } 1984 io_control(_IoControlCommand& __command) 1986 io_control(__command, 1987 __throw_on_error{"basic_socket_acceptor::io_control"}); 1992 io_control(_IoControlCommand& __command, error_code& __ec) 1993 { __base::io_control(__command, __ec); }
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/ |
H A D | socket | 669 io_control(_IoControlCommand& __command, error_code& __ec) 820 io_control(_IoControlCommand& __command) 822 io_control(__command, __throw_on_error{"basic_socket::io_control"}); 827 io_control(_IoControlCommand& __command, error_code& __ec) 828 { __base::io_control(__command, __ec); } 2025 io_control(_IoControlCommand& __command) 2027 io_control(__command, 2028 __throw_on_error{"basic_socket_acceptor::io_control"}); 2033 io_control(_IoControlCommand& __command, error_code& __ec) 2034 { __base::io_control(__command, __ec); }
|
/netbsd-src/sys/arch/hppa/include/ |
H A D | iomod.h | 336 u_int io_control; /* memory err logging (bit-9), bc forwarding */ member
|
/netbsd-src/sys/arch/hppa/dev/ |
H A D | uturn.c | 123 uint32_t io_control; /* Offset 14 */ member 356 r->io_control = UTURN_VIRTUAL_MODE; in uturnattach()
|
H A D | dino.c | 78 uint32_t io_control; /* 0x038 rw control register */ member 1767 r->io_control = 0x80; in dinoattach()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2018 | 1326 (__basic_socket_impl::io_control) [!_GLIBCXX_HAVE_SYS_IOCTL_H]:
|