Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c993 char kwstate; in getkeyword() local
999 kwstate = '\0'; in getkeyword()
1019 kwstate = 'A'; in getkeyword()
1022 kwstate = '"'; in getkeyword()
1032 kwstate = '%'; in getkeyword()
1040 kwstate = kwstate == '"' ? '|' : '~'; in getkeyword()
1058 *kbp++ = kwstate = kwstate == '$' ? '+' : '*'; in getkeyword()
1076 kwstate = kwstate == '+' ? in getkeyword()
1087 kwstate = kwstate == '{' ? 'A' : '"'; in getkeyword()
1095 kwstate = kwstate == '#' ? '\0' : ' '; in getkeyword()
[all …]
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dmachdep.c99 if (mdinfo.kwstate != wst32 && mdinfo.kwstate != wst64) { in cb_check_machdep()
100 prom_printf(fmt, "wstate", mdinfo.kwstate, wst32, wst64); in cb_check_machdep()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dcpr_impl.h111 uint16_t kwstate; /* 0x06: kernel wstate */ member
/illumos-gate/usr/src/uts/sun4u/os/
H A Dcpr_impl.c576 m_info.kwstate = (uint16_t)getwstate(); in i_cpr_write_machdep()
578 m_info.ksb, m_info.kpstate, m_info.kwstate); in i_cpr_write_machdep()