Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dmodsysfile.c2960 struct psm_mach *machp; in open_mach_list() local
2975 machp = kmem_alloc((sizeof (struct psm_mach) + in open_mach_list()
2977 machp->m_next = pmach_head; in open_mach_list()
2978 machp->m_machname = (char *)(machp + 1); in open_mach_list()
2979 (void) strcpy(machp->m_machname, tokbuf); in open_mach_list()
2980 pmach_head = machp; in open_mach_list()
2996 struct psm_mach *machp; in get_next_mach() local
2998 machp = (struct psm_mach *)handle; in get_next_mach()
2999 if (machp) in get_next_mach()
3000 machp = machp->m_next; in get_next_mach()
[all …]