Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Dpkg.h38 extern int pkg_init(topo_mod_t *, topo_version_t); /* see pkg.c */
H A Dtopo_builtin.c49 { "pkg", PKG_VERSION, pkg_init, pkg_fini },
H A Dpkg.c72 pkg_init(topo_mod_t *mod, topo_version_t version) in pkg_init() function