Home
last modified time | relevance | path

Searched refs:extcode (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dfsm.h128 int (*extcode) /* Called when unknown code received */ member
H A Dfsm.c401 if (f->callbacks->extcode == NULL ||
402 !(*f->callbacks->extcode)(f, code, id, inp, len))
/titanic_50/usr/src/uts/i86pc/cpu/amd_opteron/
H A Dao_mca.c192 uint8_t extcode = AMD_EXT_ERRCODE(status); in ao_disp_match_one() local
237 return (code == aed->aed_stat_code && extcode == aed->aed_stat_extcode); in ao_disp_match_one()