Searched refs:halt (Results 1 - 25 of 67) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dreboot.h10 void (*halt)(void); member in struct:machine_ops
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dreboot.h10 void (*halt)(void); member in struct:machine_ops
H A Dirqflags.h97 static inline void halt(void) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dbugs.c97 halt();
98 halt();
99 halt();
100 halt();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dhead.S89 # It is handy, on occasion, to make halt actually just loop.
95 .globl halt
96 .ent halt
97 halt: label
100 .end halt
H A Dsys_miata.c257 halt();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/boot/
H A Dhead.S97 .globl halt
98 .ent halt
99 halt: label
102 .end halt
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dreboot.c67 .halt = native_machine_halt,
90 machine_ops.halt();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/kernel/
H A Dplatform.c34 _F(void, halt, (void), { while(1); });
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/usb/
H A Drndis_host.c301 struct rndis_halt *halt; member in union:__anon13483
441 memset(u.halt, 0, sizeof *u.halt);
442 u.halt->msg_type = RNDIS_MSG_HALT;
443 u.halt->msg_len = cpu_to_le32(sizeof *u.halt);
444 (void) rndis_command(dev, (void *)u.halt, CONTROL_BUFFER_SIZE);
462 struct rndis_halt *halt; local
465 halt = kzalloc(CONTROL_BUFFER_SIZE, GFP_KERNEL);
466 if (halt) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/l2tpd-0.69/
H A Dmisc.h64 #define halt() printf("Halted.\n") ; for(;;) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/embedded6xx/
H A Dgamecube.c92 .halt = gamecube_halt,
H A Dlinkstation.c173 .halt = linkstation_halt,
H A Dwii.c234 .halt = wii_halt,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/fw/arc/
H A Dmisc.c27 ARC_CALL0(halt);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dcelleb_setup.c210 .halt = beat_halt,
236 .halt = rtas_halt,
H A Dqpace_setup.c141 .halt = rtas_halt,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/xen/
H A Dirq.c123 .halt = xen_halt,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dreboot.c519 * VMX and halt.
704 .halt = native_machine_halt,
732 machine_ops.halt();
773 halt();
791 * This function can be used to halt all other CPUs on crash
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pnx4008/include/mach/
H A Ddma.h99 int halt; member in struct:pnx4008_dma_ch_config
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dmulti.h72 bool halt; member in struct:multi_instance
408 if (r->instance->halt)
H A Dmudp.c109 ASSERT (!(mi && mi->halt));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dx86cpuid.pl63 &halt ();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/maple/
H A Dsetup.c173 ppc_md.halt = rtas_halt;
328 .halt = maple_halt,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/52xx/
H A Defika.c228 .halt = rtas_halt,

Completed in 409 milliseconds

123