Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dmodsysfile.c86 struct psm_mach { struct
87 struct psm_mach *m_next; argument
91 static struct psm_mach *pmach_head; /* head of list of classes */ argument
3003 struct psm_mach *machp; in open_mach_list()
3018 machp = kmem_alloc((sizeof (struct psm_mach) + in open_mach_list()
3039 struct psm_mach *machp; in get_next_mach()
3041 machp = (struct psm_mach *)handle; in get_next_mach()
3054 struct psm_mach *machp; in close_mach_list()
3059 kmem_free(machp, sizeof (struct psm_mach) + in close_mach_list()