/src/sys/arch/landisk/stand/boot/ |
boot.S | 94 ENTRY(halt) function
|
/src/sys/arch/next68k/stand/boot/ |
srt0.s | 82 movel #halt,%d0 83 trap #13 | halt the system 102 halt: label
|
/src/sys/arch/evbarm/stand/boot2440/ |
netif.c | 52 int (*halt)(void *, int); member in struct:nifdv
|
/src/sys/dev/fdt/ |
fdt_dma.h | 77 void (*halt)(device_t, void *); member in struct:fdtbus_dma_controller_func
|
/src/sys/arch/emips/stand/common/ |
prom_iface.c | 79 /* Tell the power manager to halt? */ 96 halt(int *unused, int howto) function in typeref:typename:void 144 halt
|
/src/sys/arch/vax/boot/boot/ |
boot.c | 58 void usage(char *), boot(char *), halt(char *); 73 {"halt", halt, "Halts the system"}, 191 halt(char *hej) function in typeref:typename:void 193 __asm("halt");
|
/src/sys/arch/arm/arm32/ |
arm32_machdep.c | 243 halt(void) function in typeref:typename:void 583 if (get_bootconf_option(args, "halt", BOOTOPT_TYPE_BOOLEAN, &integer)
|
/src/sys/arch/hppa/stand/xxboot/ |
start.S | 187 ; void halt(void) 189 .export halt,entry 192 halt: ldi IOMOD_CMD_STOP,%r1 label
|
/src/sys/arch/vax/include/ |
ka43.h | 63 #define KA43_HLTCOD 0x20080000 /* Halt Code Register */ 214 u_long hltcod; /* Halt Code Register */ 243 u_long halt :4; u_long :22; member in struct:ka43_clock
|
/src/sys/dev/isa/ |
sbdsp.c | 164 u_char halt, cont; member in struct:sbmode 1587 if (sbdsp_wdsp(sc, sc->sc_o.modep->halt) < 0) 1588 printf("sbdsp_halt_output: failed to halt\n"); 1602 if (sbdsp_wdsp(sc, sc->sc_i.modep->halt) < 0) 1603 printf("sbdsp_halt_input: failed to halt\n");
|
/src/sys/arch/arc/arc/ |
arcbios.h | 213 void (*halt)(void) member in struct:arc_calls 214 __attribute__((__noreturn__)); /* Halt 4 */
|
/src/sys/arch/pmax/include/ |
dec_prom.h | 191 #define halt (*callv -> _halt) macro 284 * DEC_PROM_HALT Handler for halt interrupt.
|