Home
last modified time | relevance | path

Searched refs:psm_preshutdown (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/i86pc/sys/
H A Dpsm_types.h182 void (*psm_preshutdown)(int cmd, int fcn); member
/titanic_41/usr/src/uts/i86pc/os/
H A Dmp_machdep.c890 total_ops = OFFSETOF(struct psm_ops, psm_preshutdown) / in mach_get_platform()
1098 if (pops->psm_preshutdown) in mach_smpinit()
1099 psm_preshutdownf = pops->psm_preshutdown; in mach_smpinit()