Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c482 bitv *thisval; in fm_dc_code2key() local
501 if ((thisval = bitv_strparse(ptr, MAXDATABITS)) == NULL) { in fm_dc_code2key()
516 if (bitv_cmp(thisval, dictval)) { in fm_dc_code2key()
517 bitv_free(thisval); in fm_dc_code2key()
522 bitv_free(thisval); in fm_dc_code2key()