Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dsw.h35 extern int sw_init(topo_mod_t *, topo_version_t); /* see sw.c */
H A Dtopo_builtin.c52 { "sw", SW_VERSION, sw_init, sw_fini, TOPO_BLTIN_TYPE_TREE },
H A Dsw.c60 sw_init(topo_mod_t *mod, topo_version_t version) in sw_init() function