Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dmodsysfile.c82 static struct psm_mach *pmach_head; /* head of list of classes */ variable
2974 machp->m_next = pmach_head; in open_mach_list()
2977 pmach_head = machp; in open_mach_list()
2999 machp = pmach_head; in get_next_mach()
3010 while (pmach_head) { in close_mach_list()
3011 machp = pmach_head; in close_mach_list()
3012 pmach_head = machp->m_next; in close_mach_list()