bhnd_nvram_is_signed_type
bool bhnd_nvram_is_signed_type(bhnd_nvram_type type);
if (bhnd_nvram_is_signed_type(var_btype))
if (bhnd_nvram_is_signed_type(var_base_type))
return (!bhnd_nvram_is_signed_type(type));
otype_signed = bhnd_nvram_is_signed_type(otype_base);
if (bhnd_nvram_is_signed_type(itype)) {
sfmt = bhnd_nvram_is_signed_type(itype) ? "%I64d" : "%I64u";