HomeSort by: relevance | last modified time | path
    Searched refs:rtas_call (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/powerpc/include/
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 in typeref:typename:int
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);
machdep.c 338 rtas_call(RTAS_FUNC_POWER_OFF, 2, 1, 0, 0, &junk);
351 rtas_call(RTAS_FUNC_SYSTEM_REBOOT, 0, 1, &junk);

Completed in 14 milliseconds