Searched refs:hvrc (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cdrom/
H A Dviocd.c222 HvLpEvent_Rc hvrc; local
238 hvrc = HvCallEvent_signalLpEventFast(viopath_hostLp,
246 if (hvrc != HvLpEvent_Rc_Good) {
248 (int)hvrc);
278 HvLpEvent_Rc hvrc; local
282 hvrc = HvCallEvent_signalLpEventFast(viopath_hostLp,
290 if (hvrc != 0) {
293 (int)hvrc);
313 HvLpEvent_Rc hvrc; local
315 hvrc
331 HvLpEvent_Rc hvrc; local
420 HvLpEvent_Rc hvrc; local
457 HvLpEvent_Rc hvrc; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dviodasd.c180 HvLpEvent_Rc hvrc; local
193 hvrc = HvCallEvent_signalLpEventFast(viopath_hostLp,
202 if (hvrc != 0) {
203 printk(VIOD_KERN_WARNING "HV open failed %d\n", (int)hvrc);
229 HvLpEvent_Rc hvrc; local
232 hvrc = HvCallEvent_signalLpEventFast(viopath_hostLp,
241 if (hvrc != 0)
243 (int)hvrc);
294 HvLpEvent_Rc hvrc; local
326 hvrc
435 HvLpEvent_Rc hvrc; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dviotape.c387 HvLpEvent_Rc hvrc; local
404 hvrc = HvCallEvent_signalLpEventFast(viopath_hostLp,
412 if (hvrc != HvLpEvent_Rc_Good) {
414 (int)hvrc);
435 HvLpEvent_Rc hvrc; local
485 hvrc = HvCallEvent_signalLpEventFast(viopath_hostLp,
493 if (hvrc != HvLpEvent_Rc_Good) {
495 (int)hvrc);
525 HvLpEvent_Rc hvrc; local
565 hvrc
605 HvLpEvent_Rc hvrc; local
772 HvLpEvent_Rc hvrc; local
816 HvLpEvent_Rc hvrc; local
[all...]
H A Dhvc_iseries.c145 HvLpEvent_Rc hvrc; local
185 hvrc = HvCallEvent_signalLpEvent(&viochar->event);
186 if (hvrc)
188 (int)hvrc);
H A Dviocons.c253 HvLpEvent_Rc hvrc; local
304 hvrc = HvCallEvent_signalLpEvent(&viochar->event);
305 if (hvrc) {
314 (int)hvrc);
356 HvLpEvent_Rc hvrc; local
401 hvrc = HvCallEvent_signalLpEvent(&viochar->event);
402 if (hvrc) {
403 hvlog("viocons: error sending event! %d\n", (int)hvrc);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/iseries/
H A Dviopath.c118 HvLpEvent_Rc hvrc; local
130 hvrc = HvCallEvent_signalLpEventFast(viopath_hostLp,
139 if (hvrc != HvLpEvent_Rc_Good)
140 printk(VIOPATH_KERN_WARN "hv error on op %d\n", (int)hvrc);
236 HvLpEvent_Rc hvrc; local
251 hvrc = HvCallEvent_signalLpEventFast(remoteLp, HvLpEvent_Type_VirtualIo,
258 if (hvrc == HvLpEvent_Rc_Good)

Completed in 177 milliseconds