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

  /src/sys/arch/powerpc/include/
rtas.h 58 int rtas_has_func(int);
  /src/sys/arch/ofppc/ofppc/
cpu.c 258 if (machine_has_rtas && rtas_has_func(RTAS_FUNC_FREEZE_TIME_BASE)) {
289 if (machine_has_rtas && rtas_has_func(RTAS_FUNC_THAW_TIME_BASE))
machdep.c 337 rtas_has_func(RTAS_FUNC_POWER_OFF))
350 if (machine_has_rtas && rtas_has_func(RTAS_FUNC_SYSTEM_REBOOT)) {
  /src/sys/arch/powerpc/powerpc/
rtas.c 254 rtas_has_func(int token) function in typeref:typename:int

Completed in 15 milliseconds