nvlist_lookup_byte
res = nvlist_lookup_byte(old, nme, &oproto);
res = nvlist_lookup_byte(old, nme, (uchar_t *)&ou8);
res = nvlist_lookup_byte(old, nme, &oidx);
(void) nvlist_lookup_byte(nvl,
if (nvlist_lookup_byte((*filter)->nvlist,
(void) nvlist_lookup_byte(nvl, IPP_CONFIG_TYPE, &cfgtype);
VERIFY0(nvlist_lookup_byte(nvl, name, &rv));
if ((err = nvlist_lookup_byte(nvlp, DLCOSMK_COS,
if ((err = nvlist_lookup_byte(nvlp, IPP_CONFIG_TYPE, &config_type))
if ((err = nvlist_lookup_byte(nvlp, DLCOSMK_COS, &cos)) == 0) {
if ((err = nvlist_lookup_byte(nvlp, IPP_CONFIG_TYPE, &config_type))
if ((rc = nvlist_lookup_byte(nvlp, IPP_CONFIG_TYPE, &config_type))
if ((rc = nvlist_lookup_byte(nvlp, IPP_CONFIG_TYPE, &config_type))
if (nvlist_lookup_byte(nvlp, IPGPC_PROTO, &filter->proto) != 0) {
if (nvlist_lookup_byte(nvlp, IPGPC_DSFIELD_MASK, &filter->dsfield_mask)
if (nvlist_lookup_byte(nvlp, IPGPC_DSFIELD, &filter->dsfield)
if (nvlist_lookup_byte(nvlp, IPGPC_DSFIELD, &filter->dsfield)
if (nvlist_lookup_byte(nvlp, IPGPC_FILTER_TYPE, &filter->filter_type)
if ((rc = nvlist_lookup_byte(nvlp, IPPCTL_OP, valp)) != 0)
if ((err = nvlist_lookup_byte(nvlp, IPP_CONFIG_TYPE, &config_type))
if ((err = nvlist_lookup_byte(nvlp, IPP_CONFIG_TYPE, &config_type))
rv = nvlist_lookup_byte(MDI_PI(pip)->pi_prop, name, data);
int nvlist_lookup_byte(nvlist_t *, const char *, uchar_t *);