Searched refs:nvlist_lookup_byte (Results 1 - 15 of 15) sorted by relevance
/illumos-gate/usr/src/uts/common/ipp/dlcosmk/ |
H A D | dlcosmkddi.c | 136 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 D | Makefile | 64 nvlist_lookup_byte.3nvpair \ 169 nvlist_lookup_byte.3nvpair := LINKSRC = nvlist_lookup_boolean.3nvpair
|
/illumos-gate/usr/src/uts/common/ipp/ipgpc/ |
H A D | classifierddi.c | 222 if ((rc = nvlist_lookup_byte(nvlp, IPP_CONFIG_TYPE, &config_type))
|
H A D | filters.c | 636 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 D | fnvpair.c | 331 VERIFY0(nvlist_lookup_byte(nvl, name, &rv));
|
H A D | nvpair.c | 1369 nvlist_lookup_byte(nvlist_t *nvl, const char *name, uchar_t *val) function
|
/illumos-gate/usr/src/uts/common/ipp/flowacct/ |
H A D | flowacctddi.c | 296 if ((rc = nvlist_lookup_byte(nvlp, IPP_CONFIG_TYPE, &config_type))
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | nvpair.h | 207 int nvlist_lookup_byte(nvlist_t *, const char *, uchar_t *);
|
/illumos-gate/usr/src/uts/common/ipp/dscpmk/ |
H A D | dscpmkddi.c | 274 if ((err = nvlist_lookup_byte(nvlp, IPP_CONFIG_TYPE, &config_type))
|
/illumos-gate/usr/src/uts/common/ipp/meters/ |
H A D | tswtclddi.c | 298 if ((err = nvlist_lookup_byte(nvlp, IPP_CONFIG_TYPE, &config_type))
|
H A D | tokenmtddi.c | 402 if ((err = nvlist_lookup_byte(nvlp, IPP_CONFIG_TYPE, &config_type))
|
/illumos-gate/usr/src/uts/common/ipp/ |
H A D | ippctl.c | 772 if ((rc = nvlist_lookup_byte(nvlp, IPPCTL_OP, valp)) != 0)
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ |
H A D | ipqosconf.c | 1835 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 D | Makefile | 1046 nvlist_lookup_byte.9f \ 1875 nvlist_lookup_byte.9f := LINKSRC = nvlist_lookup_boolean.9f
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | sunmdi.c | 4682 rv = nvlist_lookup_byte(MDI_PI(pip)->pi_prop, name, data);
|
Completed in 1288 milliseconds