Searched refs:VERR_CPU_NOT_FOUND (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/Runtime/generic/
H A DRTMpGetDescription-generic-stub.cpp43 : VERR_CPU_NOT_FOUND;
H A DRTThreadSetAffinityToCpu-generic.cpp55 rc = VERR_CPU_NOT_FOUND;
H A DRTMpGetDescription-generic.cpp65 : VERR_CPU_NOT_FOUND;
H A DRTMpOnPair-generic.cpp128 rc = VERR_CPU_NOT_FOUND;
/vbox/src/VBox/Runtime/r3/linux/
H A Dthread-affinity-linux.cpp70 return VERR_CPU_NOT_FOUND;
/vbox/src/VBox/Runtime/r0drv/haiku/
H A Dmp-r0drv-haiku.c217 return VERR_CPU_NOT_FOUND;
228 : VERR_CPU_NOT_FOUND;
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dmp-r0drv-solaris.c372 rc = VERR_CPU_NOT_FOUND;
417 return VERR_CPU_NOT_FOUND;
420 return RTMpIsCpuPresent(idCpu) ? VERR_CPU_OFFLINE : VERR_CPU_NOT_FOUND;
442 : VERR_CPU_NOT_FOUND;
H A Dtimer-r0drv-solaris.c367 return VERR_CPU_NOT_FOUND;
/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dmp-r0drv-freebsd.c240 return VERR_CPU_NOT_FOUND;
259 : VERR_CPU_NOT_FOUND;
284 return VERR_CPU_NOT_FOUND;
H A Dtimer-r0drv-freebsd.c104 return VERR_CPU_NOT_FOUND;
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dmp-r0drv-linux.c443 rc = VERR_CPU_NOT_FOUND;
489 return VERR_CPU_NOT_FOUND;
541 return VERR_CPU_NOT_FOUND;
H A Dtimer-r0drv-linux.c1485 return VERR_CPU_NOT_FOUND;
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dmp-r0drv-darwin.cpp271 : VERR_CPU_NOT_FOUND;
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dmp-r0drv-nt.cpp570 rc = VERR_CPU_NOT_FOUND;
624 ? VERR_CPU_NOT_FOUND
778 rc = !RTMpIsCpuPossible(idCpu) ? VERR_CPU_NOT_FOUND : VERR_CPU_OFFLINE;
920 ? VERR_CPU_NOT_FOUND
H A Dtimer-r0drv-nt.cpp478 return VERR_CPU_NOT_FOUND;
/vbox/include/iprt/
H A Derr.h1610 #define VERR_CPU_NOT_FOUND (-801) macro
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvGip.cpp1552 AssertMsg(rc == VERR_CPU_NOT_FOUND || rc == VERR_CPU_OFFLINE, ("%d\n", rc));

Completed in 101 milliseconds