Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Def10_nvram.c505 unsigned int old_ndwords; in tlv_modify() local
523 old_ndwords = TLV_DWORD_COUNT(tlv_length(cursor)); in tlv_modify()
531 if (new_ndwords > old_ndwords) { in tlv_modify()
533 delta = new_ndwords - old_ndwords; in tlv_modify()
534 pos = cursor->current + old_ndwords; in tlv_modify()
548 } else if (new_ndwords < old_ndwords) { in tlv_modify()
550 delta = old_ndwords - new_ndwords; in tlv_modify()