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

  /src/sys/arch/powerpc/include/
rtas.h 39 RTAS_FUNC_GET_TIME_OF_DAY,
  /src/sys/arch/powerpc/powerpc/
rtas.c 55 { "get-time-of-day", RTAS_FUNC_GET_TIME_OF_DAY },
268 if (!rtas_function_token[RTAS_FUNC_GET_TIME_OF_DAY].exists)
271 if (rtas_call(RTAS_FUNC_GET_TIME_OF_DAY, 0, 8, &status, &year,

Completed in 89 milliseconds