Searched refs:curr_mach_descrip_memops (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/sun4v/os/
H A Dmach_descrip.c86 static machine_descrip_memops_t *curr_mach_descrip_memops = NULL; variable
247 mdescp = (machine_descrip_t *)(*curr_mach_descrip_memops->meta_allocp)
251 mdescp->memops = curr_mach_descrip_memops;
312 (*curr_mach_descrip_memops->buf_freep)(tbuf, md_space);
325 tbuf = (caddr_t)(*curr_mach_descrip_memops->buf_allocp)
400 (*curr_mach_descrip_memops->buf_freep)
443 (*curr_mach_descrip_memops->buf_freep)(tbuf, md_space);
510 curr_mach_descrip_memops = &startup_memops;
538 curr_mach_descrip_memops = NULL;
554 curr_mach_descrip_memops
[all...]

Completed in 22 milliseconds