Home
last modified time | relevance | path

Searched refs:cfgtype (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_confmgr.c685 int cfgtype; in __ns_ldap_DumpConfigFiles() local
749 cfgtype = __s_api_get_configtype(i); in __ns_ldap_DumpConfigFiles()
750 if ((docred == 0 && cfgtype == CREDCONFIG) || in __ns_ldap_DumpConfigFiles()
751 (docred == 1 && cfgtype != CREDCONFIG)) in __ns_ldap_DumpConfigFiles()
/illumos-gate/usr/src/cmd/bhyve/common/
H A Dvirtio.c254 vi_pci_cfg_bytype(struct virtio_softc *vs, uint8_t cfgtype) in vi_pci_cfg_bytype() argument
257 if (vs->vs_caps[i].c_captype == cfgtype) in vi_pci_cfg_bytype()
318 uint8_t cfgtype) in vi_modern_add_cfg() argument
324 cap->cfg_type = cfgtype; in vi_modern_add_cfg()
334 vs->vs_caps[vs->vs_ncaps].c_captype = cfgtype; in vi_modern_add_cfg()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c8663 uint8_t cfgtype; in parse_kaction() local
8673 (void) nvlist_lookup_byte(nvl, IPP_CONFIG_TYPE, &cfgtype); in parse_kaction()
8676 switch (cfgtype) { in parse_kaction()