Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/io/
H A Dcpudrv_mach.c263 next = &entry->nq_next; in cpudrv_uninstall_notify_handler()
266 *next = entry->nq_next; in cpudrv_uninstall_notify_handler()
/titanic_41/usr/src/uts/i86pc/os/cpupm/
H A Dcpupm_mach.c804 entry = entry->nq_next) { in cpupm_notify_handler()
824 entry->nq_next = NULL; in cpupm_add_notify_handler()
830 entry->nq_next = mach_state->ms_handlers; in cpupm_add_notify_handler()
858 next = entry->nq_next; in cpupm_free_notify_handlers()
/titanic_41/usr/src/uts/i86pc/sys/
H A Dcpupm_mach.h142 struct cpupm_notification *nq_next; member