Searched defs:print_time (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/common/net/wanboot/
H A Dauxutil.c612 * print_time - Given an ASN1_TIME, print one or both of the times.
623 print_time(FILE *fp, ASN1_TIME *t) function
/illumos-gate/usr/src/cmd/cfgadm/
H A Dcfgadm.c90 static void print_time(cfga_list_data_t *, int, char *);
137 {"status_time", "When", TIME_WIDTH, compare_time, print_time, NULL},
1380 * print_time - print time from cfga_list_data.
1384 print_time( function
/illumos-gate/usr/src/cmd/ps/
H A Dps.c314 static void print_time(time_t, int);
1615 print_time(time_t tim, int width) function
1833 print_time(delta_secs(&psinfo->pr_lwp.pr_start),
1836 print_time(delta_secs(&psinfo->pr_start), width);
1848 print_time(cputime, width);
/illumos-gate/usr/src/cmd/ls/
H A Dls.c369 static void print_time(struct lbuf *);
1430 print_time(p);
2694 print_time(struct lbuf *p) function
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c5922 print_time(hrtime_t t, char *timebuf) function
6333 print_time(zs->zs_proc_stop - now, timebuf);
6358 print_time(zc->zc_time, timebuf);

Completed in 94 milliseconds