Searched refs:SERIAL (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/sys/arch/x68k/stand/libsa/
H A Dconsio.c38 SERIAL = 1, enumerator in enum:__anon5
51 device = SERIAL;
61 case SERIAL:
62 x68k_console_device = SERIAL;
79 case SERIAL:
97 case SERIAL:
121 case SERIAL:
/netbsd-current/sys/arch/hpc/stand/hpcboot/sh3/
H A Dsh_console.h45 enum consoleSelect { VIDEO, SERIAL }; enumerator in enum:SHConsole::consoleSelect
H A Dsh_console.cpp65 case SERIAL:
96 const struct console_info *tab = selectBootConsole(*this, SERIAL);
/netbsd-current/sys/arch/mips/atheros/dev/
H A Dargpio.c89 #define SERIAL(pin) (1 << ((pin) + 16)) /* serial mux bit */ macro
178 reg &= ~SERIAL(i);
187 reg &= ~SERIAL(i);
192 if (reg & SERIAL(i)) {
218 if (reg & (SERIAL(pin) | INTR(pin))) {
/netbsd-current/sys/arch/mips/mips/
H A Dmips_softint.c137 DOSOFTINT(SERIAL);
/netbsd-current/sys/arch/riscv/riscv/
H A Dsoftint_machdep.c107 DOSOFTINT(SERIAL);
/netbsd-current/external/mpl/bind/dist/bin/tests/system/rpzrecurse/
H A Dtestgen.pl52 @ IN SOA root.ns ns SERIAL 3600 1800 86400 60
140 $header =~ s/SERIAL/$serialnum/;
/netbsd-current/sys/arch/aarch64/aarch64/
H A Dcpu_machdep.c147 DOSOFTINT(SERIAL);
/netbsd-current/external/apache2/mDNSResponder/dist/mDNSShared/
H A Ddnsextd_parser.y116 %token SERIAL
/netbsd-current/sys/arch/alpha/alpha/
H A Dinterrupt.c562 DOSOFTINT(SERIAL);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddump-parse-tree.c1732 case EXEC_OACC_SERIAL_LOOP: name = "SERIAL LOOP"; is_oacc = true; break;
1733 case EXEC_OACC_SERIAL: name = "SERIAL"; is_oacc = true; break;
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Ddump-parse-tree.cc1988 case EXEC_OACC_SERIAL_LOOP: name = "SERIAL LOOP"; is_oacc = true; break;
1989 case EXEC_OACC_SERIAL: name = "SERIAL"; is_oacc = true; break;
/netbsd-current/sys/arch/arm/arm32/
H A Darm32_machdep.c709 DOSOFTINT(SERIAL);

Completed in 156 milliseconds