Searched defs:ch_label (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/modules/common/bay/common/
H A Dbay.h86 char *ch_label; /* chassis name */ member in struct:bay_s
H A Dbay.c504 char *ch_label = NULL; local
514 ch_label = topo_mod_strdup(mod, (const char *)bayp->ch_label);
526 ch_label) != 0) {
551 ch_label) != 0) {
574 rv = topo_node_label_set(*tnode, ch_label, &err);
584 topo_mod_strfree(mod, ch_label);
882 bp->ch_label = topo_mod_strdup(mod, "SYS");
907 if (bp->ch_label != NULL) {
908 topo_mod_strfree(mod, bp->ch_label);
[all...]

Completed in 23 milliseconds