Searched refs:nvlist_lookup_byte (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/uts/common/ipp/dlcosmk/
H A Ddlcosmkddi.c136 if ((err = nvlist_lookup_byte(nvlp, DLCOSMK_COS,
216 if ((err = nvlist_lookup_byte(nvlp, IPP_CONFIG_TYPE, &config_type))
259 if ((err = nvlist_lookup_byte(nvlp, DLCOSMK_COS, &cos)) == 0) {
/illumos-gate/usr/src/man/man3nvpair/
H A DMakefile64 nvlist_lookup_byte.3nvpair \
169 nvlist_lookup_byte.3nvpair := LINKSRC = nvlist_lookup_boolean.3nvpair
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dclassifierddi.c222 if ((rc = nvlist_lookup_byte(nvlp, IPP_CONFIG_TYPE, &config_type))
H A Dfilters.c636 if (nvlist_lookup_byte(nvlp, IPGPC_PROTO, &filter->proto) != 0) {
644 if (nvlist_lookup_byte(nvlp, IPGPC_DSFIELD_MASK, &filter->dsfield_mask)
647 if (nvlist_lookup_byte(nvlp, IPGPC_DSFIELD, &filter->dsfield)
657 if (nvlist_lookup_byte(nvlp, IPGPC_DSFIELD, &filter->dsfield)
745 if (nvlist_lookup_byte(nvlp, IPGPC_FILTER_TYPE, &filter->filter_type)
/illumos-gate/usr/src/common/nvpair/
H A Dfnvpair.c331 VERIFY0(nvlist_lookup_byte(nvl, name, &rv));
H A Dnvpair.c1369 nvlist_lookup_byte(nvlist_t *nvl, const char *name, uchar_t *val) function
/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacctddi.c296 if ((rc = nvlist_lookup_byte(nvlp, IPP_CONFIG_TYPE, &config_type))
/illumos-gate/usr/src/uts/common/sys/
H A Dnvpair.h207 int nvlist_lookup_byte(nvlist_t *, const char *, uchar_t *);
/illumos-gate/usr/src/uts/common/ipp/dscpmk/
H A Ddscpmkddi.c274 if ((err = nvlist_lookup_byte(nvlp, IPP_CONFIG_TYPE, &config_type))
/illumos-gate/usr/src/uts/common/ipp/meters/
H A Dtswtclddi.c298 if ((err = nvlist_lookup_byte(nvlp, IPP_CONFIG_TYPE, &config_type))
H A Dtokenmtddi.c402 if ((err = nvlist_lookup_byte(nvlp, IPP_CONFIG_TYPE, &config_type))
/illumos-gate/usr/src/uts/common/ipp/
H A Dippctl.c772 if ((rc = nvlist_lookup_byte(nvlp, IPPCTL_OP, valp)) != 0)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c1835 res = nvlist_lookup_byte(old, nme, &oproto);
1933 res = nvlist_lookup_byte(old, nme, (uchar_t *)&ou8);
2038 res = nvlist_lookup_byte(old, nme, &oidx);
3316 (void) nvlist_lookup_byte(nvl,
7483 if (nvlist_lookup_byte((*filter)->nvlist,
8673 (void) nvlist_lookup_byte(nvl, IPP_CONFIG_TYPE, &cfgtype);
/illumos-gate/usr/src/man/man9f/
H A DMakefile1046 nvlist_lookup_byte.9f \
1875 nvlist_lookup_byte.9f := LINKSRC = nvlist_lookup_boolean.9f
/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c4682 rv = nvlist_lookup_byte(MDI_PI(pip)->pi_prop, name, data);

Completed in 135 milliseconds