Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dpsm_types.h183 void (*psm_preshutdown)(int cmd, int fcn); member
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_machdep.c897 total_ops = OFFSETOF(struct psm_ops, psm_preshutdown) / in mach_get_platform()
1109 if (pops->psm_preshutdown) in mach_smpinit()
1110 psm_preshutdownf = pops->psm_preshutdown; in mach_smpinit()