Searched defs:config_type (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/ipp/dlcosmk/
H A Ddlcosmkddi.c204 uint8_t config_type; local
216 if ((err = nvlist_lookup_byte(nvlp, IPP_CONFIG_TYPE, &config_type))
224 if (config_type != IPP_SET) {
227 "type %d\n", config_type));
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dclassifierddi.c212 uint8_t config_type; local
222 if ((rc = nvlist_lookup_byte(nvlp, IPP_CONFIG_TYPE, &config_type))
229 switch (config_type) {
305 config_type));
/illumos-gate/usr/src/uts/common/ipp/meters/
H A Dtswtclddi.c287 uint8_t config_type; local
298 if ((err = nvlist_lookup_byte(nvlp, IPP_CONFIG_TYPE, &config_type))
305 if (config_type != IPP_SET) {
308 "%d", config_type));
688 tswtcl0dbg(("tswtcl_info: error adding config_type\n"));
H A Dtokenmtddi.c389 uint8_t config_type; local
402 if ((err = nvlist_lookup_byte(nvlp, IPP_CONFIG_TYPE, &config_type))
410 if (config_type != IPP_SET) {
413 "type %d", config_type));
879 tokenmt0dbg(("tokenmt_info: error adding config_type\n"));
/illumos-gate/usr/src/uts/common/ipp/dscpmk/
H A Ddscpmkddi.c261 uint8_t config_type; local
274 if ((err = nvlist_lookup_byte(nvlp, IPP_CONFIG_TYPE, &config_type))
281 if (config_type != IPP_SET) {
284 "%d\n", config_type));
/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacctddi.c287 uint8_t config_type; local
296 if ((rc = nvlist_lookup_byte(nvlp, IPP_CONFIG_TYPE, &config_type))
304 if (config_type != IPP_SET) {
307 "type %d\n", config_type));
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dconfig.c58 enum config_type { CONFIG_IF, CONFIG_PREFIX}; enum
59 typedef enum config_type config_type_t;
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_internal.h455 ns_conftype_t config_type; /* CLIENT/SERVER/CREDCONFIG */ member in struct:ns_default_config

Completed in 73 milliseconds