Home
last modified time | relevance | path

Searched defs:cstate (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dchap.c128 static const char *cstate[] = { CHAPCS__LIST }; in chap_cstate() local
158 chap_state *cstate = &chap[unit]; local
182 chap_state *cstate = &chap[unit]; local
212 chap_state *cstate = &chap[unit]; local
237 chap_state *cstate = (chap_state *) arg; local
264 chap_state *cstate = (chap_state *) arg; local
281 chap_state *cstate = (chap_state *) arg; local
302 chap_state *cstate = &chap[unit]; local
328 chap_state *cstate = &chap[unit]; local
352 chap_state *cstate = &chap[unit]; local
[all …]
H A Dmschap_test.c23 show_response(chap_state *cstate, const char *str) in show_response()
44 chap_state cstate; local
H A Dchap_ms.c343 ChapMS(cstate, rchallenge, rchallenge_len, secret, secret_len) in ChapMS() argument
379 ChapMSStatus(cstate, flag) in ChapMSStatus() argument
394 ChapMSValidate(cstate, response, response_len, secret, secret_len) in ChapMSValidate() argument
489 ChapMSv2(cstate, rchallenge, rchallenge_len, secret, secret_len) in ChapMSv2() argument
518 ChapMSv2Success(cstate, msresp, authchall, rhostname, secret, secret_len) in ChapMSv2Success() argument
603 ChapMSv2Validate(cstate, rhostname, response, response_len, secret, secret_len) in ChapMSv2Validate() argument
H A Dupap.c113 static const char *cstate[] = { UPAPCS__NAMES }; local
/titanic_41/usr/src/uts/common/net/
H A Dvjcompress.h111 struct cstate { struct
112 struct cstate *cs_next; /* next most recently used state (xmit only) */ argument
128 struct cstate *last_cs; /* most recently used tstate */ argument
/titanic_41/usr/src/uts/i86pc/os/cpupm/
H A Dcpu_idle.c102 cpu_acpi_cstate_t *cstate = ksp->ks_private; in cpu_idle_kstat_update() local
332 acpi_cpu_cstate(cpu_acpi_cstate_t *cstate) in acpi_cpu_cstate()
655 cpu_acpi_cstate_t *cstate; in cpu_idle_init() local
740 cpu_acpi_cstate_t *cstate; in cpu_idle_fini() local
795 cpu_acpi_cstate_t *cstate; in cpu_idle_stop() local
H A Dcpu_acpi.c665 cpu_acpi_verify_cstate(cpu_acpi_cstate_t *cstate) in cpu_acpi_verify_cstate()
685 cpu_acpi_cstate_t *cstate, *p; in cpu_acpi_cache_cst() local
/titanic_41/usr/src/uts/common/sys/
H A Dvuid_store.h93 #define vuid_cstate_to_state(cstate) ((Vuid_seg *)cstate) argument
/titanic_41/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c2920 ELFEDIT_CPL_STATE *cstate = (ELFEDIT_CPL_STATE *) cpldata; in elfedit_cpl_match() local
2986 match_module_cmds(ELFEDIT_CPL_STATE *cstate, elfeditGC_module_t *mod) in match_module_cmds()
3009 ELFEDIT_CPL_STATE *cstate = (ELFEDIT_CPL_STATE *) cpldata; in elfedit_cpl_module() local
3033 ELFEDIT_CPL_STATE *cstate = (ELFEDIT_CPL_STATE *) cpldata; in elfedit_cpl_command() local
3127 ELFEDIT_CPL_STATE cstate; in cmd_match_fcn() local
/titanic_41/usr/src/uts/i86pc/sys/
H A Dcpupm_mach.h100 cma_c_state_t *cstate; member
/titanic_41/usr/src/cmd/fm/fmd/common/
H A Dfmd_case.c2150 uint_t cstate; in fmd_case_update() local
2292 uint_t cstate; in fmd_case_repair() local
2337 uint_t cstate; in fmd_case_acquit() local
/titanic_41/usr/src/cmd/egrep/
H A Degrep.y513 cstate(int v) in cstate() function