HomeSort by: relevance | last modified time | path
    Searched defs:nanosecond (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/powerpc/powerpc/
rtas.c 266 int status, year, month, day, hour, minute, second, nanosecond; local in function:rtas_todr_gettime_ymdhms
272 &month, &day, &hour, &minute, &second, &nanosecond) < 0)
288 int status, year, month, day, hour, minute, second, nanosecond; local in function:rtas_todr_settime_ymdhms
299 nanosecond = 0;
302 day, hour, minute, second, nanosecond, &status) < 0)

Completed in 28 milliseconds