Home
last modified time | relevance | path

Searched refs:to_mode (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Decpp.c4147 pp->to_mode[pp->current_mode]++; in ecpp_1284_init_interface()
4961 pp->to_mode[pp->current_mode]++; in ecpp_mode_negotiation()
4971 pp->to_mode[pp->current_mode]++; in ecpp_mode_negotiation()
4983 pp->to_mode[pp->current_mode]++; in ecpp_mode_negotiation()
4996 pp->to_mode[pp->current_mode]++; in ecpp_mode_negotiation()
5019 pp->to_mode[pp->current_mode]++; in ecpp_mode_negotiation()
5040 pp->to_mode[pp->current_mode]++; in ecpp_mode_negotiation()
6342 pp->to_mode[ECPP_COMPAT_MODE]; in ecpp_kstat_update()
6344 ekp->ek_to_ecp.value.ui32 = pp->to_mode[ECPP_ECP_MODE]; in ecpp_kstat_update()
6345 ekp->ek_to_epp.value.ui32 = pp->to_mode[ECPP_EPP_MODE]; in ecpp_kstat_update()
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A Dparse.c415 .to_mode = to_QI_mode
420 .to_mode = to_HI_mode
425 .to_mode = to_SI_mode
430 .to_mode = to_DI_mode
435 .to_mode = to_TI_mode
440 .to_mode = to_pointer_mode
445 .to_mode = to_word_mode
680 ctype = ctx->mode->to_mode(ctx->ctype.base_type); in apply_modifiers()
H A Dsymbol.h127 struct symbol *(*to_mode)(struct symbol *); member
/illumos-gate/usr/src/uts/common/sys/
H A Decppvar.h225 uint32_t to_mode[ECPP_EPP_MODE+1]; /* # transitions to mode */ member