Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/sun4v/modules/ldc/
H A Dldc.c215 if (ldcp.mtbl != NULL || ldcp.mhdl_list != NULL) in ldcinfo()
217 ldcp.mtbl, ldcp.mhdl_list); in ldcinfo()
/titanic_41/usr/src/uts/sun4v/io/
H A Dldc_shm.c227 if (ldcp->mhdl_list == NULL) { in ldc_mem_alloc_handle()
228 ldcp->mhdl_list = mhdl; in ldc_mem_alloc_handle()
232 mhdl->next = ldcp->mhdl_list; in ldc_mem_alloc_handle()
233 ldcp->mhdl_list = mhdl; in ldc_mem_alloc_handle()
278 phdl = ldcp->mhdl_list; in ldc_mem_free_handle()
282 ldcp->mhdl_list = mhdl->next; in ldc_mem_free_handle()
H A Dldc.c2676 ldcp->mhdl_list = NULL; in ldc_init()
3126 if (ldcp->mhdl_list != NULL) { in ldc_close()
/titanic_41/usr/src/uts/sun4v/sys/
H A Dldc_impl.h460 ldc_mhdl_t *mhdl_list; /* List of memory handles */ member