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

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dconsconfig_dacf.h43 int cp_type; member in struct:cons_prop
/opensolaris-onvv-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dcryptoadm.c80 enum provider_type_index cp_type; member in struct:__anon82
290 * with cp_type = PROV_BADNAME is returned.
338 provider->cp_type = METASLOT;
346 provider->cp_type = PROV_BADNAME;
353 provider->cp_type = get_provider_type(provider->cp_name);
645 } else if (prov->cp_type == METASLOT) {
658 } else if (prov->cp_type == PROV_BADNAME) {
669 switch (prov->cp_type) {
686 switch (prov->cp_type) {
798 if (prov->cp_type
[all...]
/opensolaris-onvv-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;
/opensolaris-onvv-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...]
/opensolaris-onvv-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.h160 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.c2203 switch (cx->cp_type) {
3407 switch (cx->cp_type) {

Completed in 189 milliseconds