HomeSort by: relevance | last modified time | path
    Searched defs:halt (Results 1 - 22 of 22) sorted by relevancy

  /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 81 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
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
193 __asm("halt");
  /src/external/apache2/llvm/dist/clang/tools/scan-view/share/
ScanView.py 172 def halt(self): member in class:ScanViewServer
684 self.server.halt()
  /src/sys/arch/arm/arm32/
arm32_machdep.c 243 halt(void) function
584 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/pmax/include/
dec_prom.h 191 #define halt (*callv -> _halt) macro
284 * DEC_PROM_HALT Handler for halt interrupt.
  /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/external/gpl3/gdb/dist/sim/mips/
interp.c 788 uint32_t halt[2] = { 0x2404002f /* addiu r4, r0, 47 */, local
790 H2T (halt[0]);
791 H2T (halt[1]);
792 sim_write (sd, 0x80000000, halt, sizeof (halt));
793 sim_write (sd, 0x80000180, halt, sizeof (halt));
794 sim_write (sd, 0x80000200, halt, sizeof (halt));
796 sim_write (sd, 0xBFC00200, halt, sizeof (halt))
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/mips/
interp.c 788 uint32_t halt[2] = { 0x2404002f /* addiu r4, r0, 47 */, local
790 H2T (halt[0]);
791 H2T (halt[1]);
792 sim_write (sd, 0x80000000, halt, sizeof (halt));
793 sim_write (sd, 0x80000180, halt, sizeof (halt));
794 sim_write (sd, 0x80000200, halt, sizeof (halt));
796 sim_write (sd, 0xBFC00200, halt, sizeof (halt))
    [all...]
  /src/sys/arch/arc/arc/
arcbios.h 213 void (*halt)(void) member in struct:arc_calls
214 __attribute__((__noreturn__)); /* Halt 4 */
  /src/external/gpl3/autoconf/dist/
maint.mk 208 # halt
230 export halt = macro
258 test "x$$halt" != x \
259 || { msg='halt not defined' $(_sc_say_and_exit) }; \
283 && { msg="$$halt" $(_sc_say_and_exit) } || :; \
287 && { msg="$$halt" $(_sc_say_and_exit) } || :; \
301 @prohibit='\<free *\( *\(' halt="don't cast free argument" \
306 halt="don't cast x*alloc return value" \
311 halt="don't cast alloca return value" \
316 halt='found SPACE-TAB sequence; remove the SPACE'
    [all...]
  /src/external/gpl2/xcvs/dist/lib/
regex_internal.h 599 unsigned int halt : 1; member in struct:re_dfastate_t
  /src/external/gpl3/binutils/dist/gas/config/
tc-msp430.c 495 char * halt; local
636 halt = extract_operand (input_line_pointer, str, 1024);
640 input_line_pointer = halt;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-msp430.c 495 char * halt; local
636 halt = extract_operand (input_line_pointer, str, 1024);
640 input_line_pointer = halt;
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
tokens.h 395 halt, member in class:EXP
  /src/external/gpl3/gdb/dist/gdb/
mdebugread.c 2179 unsigned char *halt;
2190 halt = base + pr[1].cbLineOffset;
2192 halt = base + fh->cbLine;
2198 for (lineno = pr->lnLow; base < halt;)
2172 unsigned char *halt; local
  /src/external/gpl3/gdb.old/dist/gdb/
mdebugread.c 2179 unsigned char *halt;
2190 halt = base + pr[1].cbLineOffset;
2192 halt = base + fh->cbLine;
2198 for (lineno = pr->lnLow; base < halt;)
2172 unsigned char *halt; local

Completed in 56 milliseconds