Home
last modified time | relevance | path

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

/NextBSD/sys/dev/sfxge/common/
HDhunt_nvram.c401 unsigned int old_ndwords; in tlv_modify() local
418 old_ndwords = TLV_DWORD_COUNT(tlv_length(cursor)); in tlv_modify()
424 if (new_ndwords > old_ndwords) { in tlv_modify()
426 delta = new_ndwords - old_ndwords; in tlv_modify()
427 pos = cursor->current + old_ndwords; in tlv_modify()
441 } else if (new_ndwords < old_ndwords) { in tlv_modify()
443 delta = old_ndwords - new_ndwords; in tlv_modify()