Searched refs:lpIndex (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/iseries/
H A Dcall_sm.h31 static inline u64 HvCallSm_get64BitsOfAccessMap(HvLpIndex lpIndex, argument
34 return HvCall2(HvCallSmGet64BitsOfAccessMap, lpIndex, indexIntoBitMap);
H A Dlpevents.c238 * lpIndex is the partition index of the target partition.
242 int HvLpEvent_openPath(HvLpEvent_Type eventType, HvLpIndex lpIndex) argument
246 if (lpIndex == 0)
247 lpIndex = itLpNaca.xLpIndex;
248 HvCallEvent_openLpEventPath(lpIndex, eventType);
255 int HvLpEvent_closePath(HvLpEvent_Type eventType, HvLpIndex lpIndex) argument
260 if (lpIndex == 0)
261 lpIndex = itLpNaca.xLpIndex;
262 HvCallEvent_closeLpEventPath(lpIndex, eventType);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/iseries/
H A Dhv_lp_event.h74 * The lpIndex specified is the partition index for the target partition
77 extern int HvLpEvent_openPath(HvLpEvent_Type eventType, HvLpIndex lpIndex);
83 extern int HvLpEvent_closePath(HvLpEvent_Type eventType, HvLpIndex lpIndex);

Completed in 44 milliseconds