Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dpsm_types.h172 void (*psm_notify_func)(int msg); member
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_machdep.c889 total_ops = OFFSETOF(struct psm_ops, psm_notify_func) / in mach_get_platform()
1111 if (pops->psm_notify_func) in mach_smpinit()
1112 psm_notifyf = pops->psm_notify_func; in mach_smpinit()