Searched refs:nvret (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/test/util-tests/tests/libjedec/hex2spd/ |
H A D | libjedec_hex2spd.c | 203 int nvret; in hex2spd_test_one() local 214 nvret = nvlist_lookup_uint32(nvl, spd->hs_key, &u32); in hex2spd_test_one() 215 if (nvret != 0) { in hex2spd_test_one() 216 warnc(nvret, "TEST FAILED: %s: failed to " in hex2spd_test_one() 231 nvret = nvlist_lookup_uint64(nvl, spd->hs_key, &u64); in hex2spd_test_one() 232 if (nvret != 0) { in hex2spd_test_one() 233 warnc(nvret, "TEST FAILED: %s: failed to " in hex2spd_test_one() 249 nvret = nvlist_lookup_string(nvl, spd->hs_key, &str); in hex2spd_test_one() 250 if (nvret != 0) { in hex2spd_test_one() 251 warnc(nvret, "TEST FAILED: %s: failed to " in hex2spd_test_one() [all …]
|
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | evnv.c | 240 int nvret; in evnv_dupnvl() local 245 if ((nvret = nvlist_xdup(nvp, &retval, &Eft_nv_hdl)) != 0) in evnv_dupnvl() 246 out(O_DIE, "dupnvl: dup failed: %d", nvret); in evnv_dupnvl()
|