Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/pcmcia/sys/
H A Dcs_stubs.h131 #define Event2Text 0x2004 /* return string of event type */ macro
H A Dcs_strings.h147 { Event2Text, "Event2Text" },
/titanic_44/usr/src/uts/common/pcmcia/cs/
H A Dcs_stubs.c475 return (CardServices(Event2Text, e2t)); in csx_Event2Text()
H A Dcs.c868 case Event2Text: in CardServices()