psm_mach
struct psm_mach *machp;
machp = kmem_alloc((sizeof (struct psm_mach) +
struct psm_mach *machp;
machp = (struct psm_mach *)handle;
struct psm_mach *machp;
kmem_free(machp, sizeof (struct psm_mach) +
struct psm_mach *m_next;
static struct psm_mach *pmach_head; /* head of list of classes */