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

/osnet-11/usr/src/lib/fm/topo/modules/i86pc/chip/common/
H A Dchip_subr.c379 char *old_serial, *curr_serial; local
385 if (nvlist_lookup_string(unum, FM_FMRI_HC_V1_FRU_SN, &old_serial) &&
386 nvlist_lookup_string(unum, FM_FMRI_HC_V0_SERIAL, &old_serial))
402 if (strcmp(old_serial, curr_serial) != 0) {
426 if (strcmp(old_serial, curr_serial) != 0) {

Completed in 16 milliseconds