Home
last modified time | relevance | path

Searched refs:psm_preshutdownf (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/i86pc/sys/
H A Dsmp_impldefs.h58 extern void (*psm_preshutdownf)(int, int); /* machine dependent pre-shutdown */
/titanic_44/usr/src/uts/i86pc/os/
H A Dmp_machdep.c114 void (*psm_preshutdownf)(int, int) = (void (*)(int, int))return_instr; variable
1099 psm_preshutdownf = pops->psm_preshutdown; in mach_smpinit()
H A Dmachdep.c395 (*psm_preshutdownf)(cmd, fcn); in mdpreboot()