nvlist_lookup_uint8_array
if (nvlist_lookup_uint8_array(nvladdr,
(void) nvlist_lookup_uint8_array(nvl, FM_SUSPECT_FAULT_STATUS,
(void) nvlist_lookup_uint8_array(nvl, FM_SUSPECT_FAULT_STATUS, &statusp,
(void) nvlist_lookup_uint8_array(nvl, FM_SUSPECT_FAULT_STATUS,
(void) nvlist_lookup_uint8_array(nvl, FM_SUSPECT_FAULT_STATUS,
if (nvlist_lookup_uint8_array(nvl,
(void) nvlist_lookup_uint8_array(nvl,
(void) nvlist_lookup_uint8_array(rp->rec_nvl,
nvlist_lookup_uint8_array(rules[i], "isr_targets", &targs,
nvlist_lookup_uint8_array(rules[i], "itr_targets",
(void) nvlist_lookup_uint8_array(data->d_aci_event,
(void) nvlist_lookup_uint8_array(acp->aci_event,
if (nvlist_lookup_uint8_array(nvl, addr_type, &addr6, &n) != 0)
nvret = nvlist_lookup_uint8_array(nvl, spd->hs_key,
rc = nvlist_lookup_uint8_array(nvl, "file_guid", &u8p, &alen);
rc = nvlist_lookup_uint8_array(nvl, "client_uuid", &u8p, &alen);
rc = nvlist_lookup_uint8_array(nvl, "lease_uuid", &u8p, &alen);
if (nvlist_lookup_uint8_array(nvl, "lockseq", &u8p, &alen) == 0) {
(void) nvlist_lookup_uint8_array(crypto_args, "wkeydata",
ret = nvlist_lookup_uint8_array(nvl, "portable_mac", &buf, &len);
VERIFY0(nvlist_lookup_uint8_array(nvl, "portable_mac", &portable_mac,
ret = nvlist_lookup_uint8_array(nvl, DSL_CRYPTO_KEY_MASTER_KEY,
ret = nvlist_lookup_uint8_array(nvl, DSL_CRYPTO_KEY_HMAC_KEY,
ret = nvlist_lookup_uint8_array(nvl, DSL_CRYPTO_KEY_IV, &buf, &len);
ret = nvlist_lookup_uint8_array(nvl, DSL_CRYPTO_KEY_MAC, &buf, &len);
VERIFY0(nvlist_lookup_uint8_array(nvl, DSL_CRYPTO_KEY_MASTER_KEY,
VERIFY0(nvlist_lookup_uint8_array(nvl, DSL_CRYPTO_KEY_HMAC_KEY,
VERIFY0(nvlist_lookup_uint8_array(nvl, DSL_CRYPTO_KEY_IV, &iv, &len));
VERIFY0(nvlist_lookup_uint8_array(nvl, DSL_CRYPTO_KEY_MAC, &mac, &len));
rc = nvlist_lookup_uint8_array(nvl, field_name, &array, &actual_len);
err = nvlist_lookup_uint8_array(nvl, nvname, &ptr, &psize);
int nvlist_lookup_uint8_array(nvlist_t *, const char *, uint8_t **, uint_t *);