Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcs_stubs.h52 #define ResetFunction 0x0011 macro
H A Dcs_strings.h90 { ResetFunction, "ResetFunction" },
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs_stubs.c550 return (CardServices(ResetFunction, ch, rf)); in csx_ResetFunction()
H A Dcs.c624 case ResetFunction: in CardServices()