Searched refs:bltin_name (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_builtin.c63 for (bp = _topo_builtins; bp->bltin_name != NULL; bp++) {
64 if (strcmp(mp->tm_name, bp->bltin_name) == 0)
74 bp->bltin_name, topo_mod_errmsg(mp));
111 for (bp = _topo_builtins; bp->bltin_name != NULL; bp++) {
113 if (topo_is_excluded("TOPOBUILTINEXCLUDE", bp->bltin_name))
119 if ((mod = topo_modhash_load(thp, bp->bltin_name, NULL,
123 "tree for %s:%s\n", bp->bltin_name,
127 if ((tp = topo_tree_create(thp, mod, bp->bltin_name))
131 "tree for %s:%s\n", bp->bltin_name,
H A Dtopo_builtin.h49 const char *bltin_name; member in struct:topo_builtin

Completed in 20 milliseconds