Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/fm/topo/modules/sun4v/motherboard/
H A Dmotherboard.c78 static topo_mod_t *mb_mod_hdl = NULL; variable
108 assert(mb_mod_hdl != NULL); in mb_topo_alloc()
109 return (topo_mod_alloc(mb_mod_hdl, size)); in mb_topo_alloc()
115 assert(mb_mod_hdl != NULL); in mb_topo_free()
116 topo_mod_free(mb_mod_hdl, data, size); in mb_topo_free()
401 mb_mod_hdl = mod; in mb_enum()