tag
line
file
source code
pv_halt
47
arch/sparc/prom/misc.c
(*(romvec->pv_halt))();
pv_halt
189
include/asm-sparc/openprom.h
void (*pv_halt)(void); /* End the show */
pv_halt
51
include/asm-sparc/system.h
romvec->pv_halt(); } while(0)