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

/osnet-11/usr/src/lib/fm/topo/modules/common/bay/common/
H A Dbay.h87 char *ch_serial; /* external chassis serial number */ member in struct:bay_s
H A Dbay.c503 char *ch_serial = NULL; local
513 ch_serial = topo_mod_strdup(mod, (const char *)bayp->ch_serial);
525 if (bay_xch_auth(mod, auth, ch_name, ch_name, ch_part, ch_serial,
532 EXTERNALCHASSIS, instance, NULL, auth, NULL, NULL, ch_serial);
550 if (bay_xch_props(mod, *tnode, ch_name, ch_name, ch_part, ch_serial,
583 topo_mod_strfree(mod, ch_serial);
883 bp->ch_serial = topo_mod_strdup(mod, ch_sn);
911 if (bp->ch_serial != NULL) {
912 topo_mod_strfree(mod, bp->ch_serial);
[all...]

Completed in 16 milliseconds