Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/sys/
H A Dpsm_types.h171 void (*psm_notify_func)(int msg); member
/titanic_41/usr/src/uts/i86pc/os/
H A Dmp_machdep.c882 total_ops = OFFSETOF(struct psm_ops, psm_notify_func) / in mach_get_platform()
1100 if (pops->psm_notify_func) in mach_smpinit()
1101 psm_notifyf = pops->psm_notify_func; in mach_smpinit()