Home
last modified time | relevance | path

Searched refs:GetStatus (Results 1 – 6 of 6) sorted by relevance

/titanic_54/usr/src/uts/common/pcmcia/sys/
H A Dcs_stubs.h53 #define GetStatus 0x000c macro
H A Dcs_strings.h91 { GetStatus, "GetStatus" },
/titanic_54/usr/src/boot/sys/boot/efi/include/
H A Definet.h341 EFI_SIMPLE_NETWORK_GET_STATUS GetStatus; member
/titanic_54/usr/src/boot/sys/boot/efi/libefi/
H A Definet.c133 status = net->GetStatus(net, NULL, &buf); in efinet_put()
/titanic_54/usr/src/uts/common/pcmcia/cs/
H A Dcs_stubs.c214 return (CardServices(GetStatus, ch, gs)); in csx_GetStatus()
H A Dcs.c621 case GetStatus: in CardServices()