Home
last modified time | relevance | path

Searched refs:xRc (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/arch/ppc64/kernel/
DXmPciLpEvent.c155 int xRc; in XmPciLpEvent_init() local
158 xRc = HvLpEvent_registerHandler(HvLpEvent_Type_PciIo, &XmPciLpEvent_handler); in XmPciLpEvent_init()
159 if (xRc == 0) { in XmPciLpEvent_init()
160 xRc = HvLpEvent_openPath(HvLpEvent_Type_PciIo, 0); in XmPciLpEvent_init()
161 if (xRc != 0) { in XmPciLpEvent_init()
162 printk(KERN_ERR "XmPciLpEvent.c: open event path failed with rc 0x%x\n", xRc); in XmPciLpEvent_init()
166 printk(KERN_ERR "XmPciLpEvent.c: register handler failed with rc 0x%x\n", xRc); in XmPciLpEvent_init()
168 return xRc; in XmPciLpEvent_init()
Dmf.c106 u8 xRc; member
311 newElement->event.xHvLpEvent.xRc = HvLpEvent_Rc_Good; in newStackElement()
335 newElement->event.xUnion.xVspCmd.xRc = 0xFF; in signalVspInstruction()
428 event->xHvLpEvent.xRc = HvLpEvent_Rc_Good; in intReceived()
802 if (myVspCmd.xRc == 0) in mf_getSide()
919 if (myVspCmd.xRc == 0) in mf_getCmdLine()
964 if (myVspCmd.xRc == 0) in mf_setVmlinuxChunk()
999 if (myVspCmd.xRc == 0) in mf_getVmlinuxChunk()
1025 int xRc; member
1034 rtc->xRc = 0; in getRtcTimeComplete()
[all …]
Dviopath.c426 event->xRc = HvLpEvent_Rc_InvalidSubtype; in handleConfig()
527 event->xRc = HvLpEvent_Rc_InvalidSubtype; in vio_handleEvent()
/linux-2.4.37.9/include/asm-ppc64/iSeries/
DHvCallPci.h675 u64 xRc = HvCall4(HvCallPciGetCardVpd, busNumParm, destParm, sizeParm, HvCallPci_BusVpd); in HvCallPci_getBusVpd() local
677 if (xRc == -1) in HvCallPci_getBusVpd()
680 xRetSize = xRc & 0xFFFF; in HvCallPci_getBusVpd()
688 u64 xRc = HvCall4(HvCallPciGetCardVpd, busNumParm, destParm, sizeParm, HvCallPci_BusAdapterVpd); in HvCallPci_getBusAdapterVpd() local
690 if (xRc == -1) in HvCallPci_getBusAdapterVpd()
693 xRetSize = xRc & 0xFFFF; in HvCallPci_getBusAdapterVpd()
DHvLpEvent.h61 u8 xRc; // RC for Ack flows x07-x07 member