| /src/sys/arch/powerpc/include/ |
| rtas.h | 57 int rtas_call(int, int, int, ...);
|
| rtas.h | 57 int rtas_call(int, int, int, ...);
|
| /src/sys/arch/powerpc/powerpc/ |
| rtas.c | 198 rtas_call(int token, int nargs, int nreturns, ...) function 271 if (rtas_call(RTAS_FUNC_GET_TIME_OF_DAY, 0, 8, &status, &year, 301 if (rtas_call(RTAS_FUNC_SET_TIME_OF_DAY, 7, 1, year, month,
|
| rtas.c | 198 rtas_call(int token, int nargs, int nreturns, ...) function 271 if (rtas_call(RTAS_FUNC_GET_TIME_OF_DAY, 0, 8, &status, &year, 301 if (rtas_call(RTAS_FUNC_SET_TIME_OF_DAY, 7, 1, year, month,
|
| /src/sys/arch/ofppc/ofppc/ |
| cpu.c | 259 rtas_call(RTAS_FUNC_FREEZE_TIME_BASE, 0, 1, &junk); 290 rtas_call(RTAS_FUNC_THAW_TIME_BASE, 0, 1, &junk);
|
| cpu.c | 259 rtas_call(RTAS_FUNC_FREEZE_TIME_BASE, 0, 1, &junk); 290 rtas_call(RTAS_FUNC_THAW_TIME_BASE, 0, 1, &junk);
|
| machdep.c | 338 rtas_call(RTAS_FUNC_POWER_OFF, 2, 1, 0, 0, &junk); 351 rtas_call(RTAS_FUNC_SYSTEM_REBOOT, 0, 1, &junk);
|
| machdep.c | 338 rtas_call(RTAS_FUNC_POWER_OFF, 2, 1, 0, 0, &junk); 351 rtas_call(RTAS_FUNC_SYSTEM_REBOOT, 0, 1, &junk);
|