| 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);
 
 |