Searched refs:cp_type (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dconsconfig_dacf.h43 int cp_type; member in struct:cons_prop
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dcryptoadm.c80 enum provider_type_index cp_type; member in struct:__anon79
284 * with cp_type = PROV_BADNAME is returned.
332 provider->cp_type = METASLOT;
340 provider->cp_type = PROV_BADNAME;
347 provider->cp_type = get_provider_type(provider->cp_name);
615 } else if (prov->cp_type == METASLOT) {
628 } else if (prov->cp_type == PROV_BADNAME) {
639 switch (prov->cp_type) {
656 switch (prov->cp_type) {
736 if (prov->cp_type
[all...]
/illumos-gate/usr/src/uts/common/io/audio/ac97/
H A Dac97_impl.h71 uint32_t cp_type; /* Type of control */ member in struct:ac97_ctrl_probe
H A Dac97.c1338 ctrl->actrl_type = cpt->cp_type;
/illumos-gate/usr/src/uts/common/io/
H A Dconsconfig_dacf.c1578 ASSERT((prop->cp_type == CONS_KBD) || (prop->cp_type == CONS_MS));
1593 sp->cons_input_type, prop->cp_type);
1595 if (prop->cp_type == CONS_KBD) {
1630 ASSERT((prop->cp_type == CONS_KBD) || (prop->cp_type == CONS_MS));
1632 if (prop->cp_type == CONS_KBD)
1690 prop->cp_type = type;
1839 if (prop->cp_type == CONS_KBD)
2035 if ((prop->cp_type !
[all...]
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.h164 int cp_type; /* from the PT_* list above */ member in struct:complex_property
H A Dzonecfg_grammar.y94 * the complex_property_ptr_t's cp_type field to cp_type and its cp_next field
102 complex_piece_func(int cp_type, const char *str, complex_property_ptr_t cp_next)
112 retval->cp_type = cp_type;
H A Dzonecfg.c2353 switch (cx->cp_type) {
3629 switch (cx->cp_type) {

Completed in 779 milliseconds