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

  /src/sys/kern/
kern_todr.c 381 #ifdef TODR_DEBUG
383 todr_debug(const char *prefix, int rv, struct clock_ymdhms *dt, function in typeref:typename:void
406 #else /* !TODR_DEBUG */
407 #define todr_debug(prefix, rv, dt, tvp) macro
408 #endif /* TODR_DEBUG */
455 todr_debug("TODR-GET-SECS", rv, NULL, tvp);
462 todr_debug("TODR-GET-YMDHMS", rv, &dt, NULL);
504 todr_debug("TODR-SET-SECS", rv, NULL, tvp);
515 todr_debug("TODR-SET-YMDHMS", rv, &dt, NULL);
kern_todr.c 381 #ifdef TODR_DEBUG
383 todr_debug(const char *prefix, int rv, struct clock_ymdhms *dt, function in typeref:typename:void
406 #else /* !TODR_DEBUG */
407 #define todr_debug(prefix, rv, dt, tvp) macro
408 #endif /* TODR_DEBUG */
455 todr_debug("TODR-GET-SECS", rv, NULL, tvp);
462 todr_debug("TODR-GET-YMDHMS", rv, &dt, NULL);
504 todr_debug("TODR-SET-SECS", rv, NULL, tvp);
515 todr_debug("TODR-SET-YMDHMS", rv, &dt, NULL);

Completed in 22 milliseconds