Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/fm/topo/libtopo/common/
H A Dmem.h38 extern int mem_init(topo_mod_t *, topo_version_t); /* see mem.c */
H A Dtopo_builtin.c48 { "mem", MEM_VERSION, mem_init, mem_fini },
H A Dmem.c68 mem_init(topo_mod_t *mod, topo_version_t version) in mem_init() function