Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_nvl.c49 if (nvlist_xalloc(nvlp, nvflag, &mod->tm_alloc->ta_nva) != 0) in topo_mod_nvalloc()
58 if (nvlist_xdup(nvl, nvlp, &mod->tm_alloc->ta_nva) != 0) in topo_mod_nvdup()
H A Dtopo_module.h67 topo_alloc_t *tm_alloc; /* Allocators */ member
H A Dtopo_module.c242 mod->tm_alloc = thp->th_alloc; in topo_mod_create()
/titanic_41/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c201 mdb_printf("%-12s 0x%-34p %-30s\n", "tm_alloc", tm.tm_alloc, in topo_module()