Home
last modified time | relevance | path

Searched refs:tm_sec (Results 1 – 25 of 93) sorted by path

1234

/illumos-gate/usr/src/boot/include/
H A Dtime.h126 int tm_sec; /* seconds after the minute [0-60] */ member
/illumos-gate/usr/src/boot/sys/sys/
H A Defi.h94 uint8_t tm_sec; /* 0 - 59 */ member
/illumos-gate/usr/src/cmd/acct/lib/
H A Dpnpsplit.c70 .tm_sec = 0,
123 hours.tm_sec = hp->h_sec; in pnpsplit()
129 cur.tm_sec = hp->h_sec; in pnpsplit()
312 return((t2->tm_sec - t1->tm_sec) + in tmsecs()
329 return(t1->tm_sec < t2->tm_sec); in tmless()
H A Dtmless.c44 return(t1->tm_sec < t2->tm_sec);
H A Dtmsecs.c38 return((t2->tm_sec - t1->tm_sec) +
/illumos-gate/usr/src/cmd/auditreduce/
H A Dtime.c169 int sec = tme->tm_sec; in tm_to_secs()
212 if (tme->tm_sec < 0 || tme->tm_sec > 59) { in check_time()
214 gettext("seconds out of range (%d)"), tme->tm_sec + 1); in check_time()
349 thentime.tm_sec = 0; in parse_time()
454 tme->tm_sec = atoi(strs); /* get seconds */ in derive_date()
482 (void) sprintf(buf + 12, "%.2d", gtime.tm_sec); in derive_str()
/illumos-gate/usr/src/cmd/backup/dump/
H A Dunctime.c63 then.tm_sec = atoi(&dbuf[E_SECOND]);
/illumos-gate/usr/src/cmd/backup/lib/
H A Dgetdate.y609 (time_t)tm->tm_hour, (time_t)tm->tm_min, (time_t)tm->tm_sec,
913 yySeconds = tm->tm_sec;
936 Start -= ((tm->tm_hour * 60L) + tm->tm_min * 60L) + tm->tm_sec;
/illumos-gate/usr/src/cmd/bhyvectl/
H A Dbhyvectl.c2269 tm.tm_mday, tm.tm_hour, tm.tm_min, tm.tm_sec, in main()
/illumos-gate/usr/src/cmd/bnu/
H A Dperfstat.c597 td->tm_sec in gmt()
H A Dutility.c111 tp->tm_mday, tp->tm_hour, tp->tm_min, tp->tm_sec); in timeStamp()
H A Duustat.c514 tp->tm_min, tp->tm_sec);
1497 td->tm_sec in gmts()
1533 td->tm_sec in gmt()
/illumos-gate/usr/src/cmd/cfgadm/
H A Dcfgadm.c1428 tp->tm_mon + 1, tp->tm_mday, tp->tm_hour, tp->tm_min, tp->tm_sec); in print_time_p()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Dfinger.c873 delta->tm_sec <= 10) in ltimeprint()
893 (void) printf("%2d seconds", delta->tm_sec); in ltimeprint()
898 delta->tm_sec, in ltimeprint()
899 delta->tm_sec == 1 ? "" : "s"); in ltimeprint()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dpppdump.c514 tm->tm_sec, start_time_tenths);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_hc.c229 tv.tm_min, tv.tm_sec); in print_hc_result()
237 tv.tm_min, tv.tm_sec); in print_hc_result()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop.c629 tm->tm_hour, tm->tm_min, tm->tm_sec, in show_pktinfo()
H A Dsnoop_display.c102 pi_time_sec = tm->tm_sec; in process_pkt()
/illumos-gate/usr/src/cmd/cron/
H A Dat.c477 if ((a->tm_sec += b->tm_sec) >= 60) { in atime()
478 b->tm_min += a->tm_sec / 60; in atime()
479 a->tm_sec %= 60; in atime()
543 tv = 60 * tv + tptr->tm_sec; in gtime()
978 tm.tm_sec = seconds; in parse_time()
H A Datt1.y111 at.tm_sec = tp->tm_sec;
H A Dcron.c1486 (tp)->tm_sec = 0; \
1646 t -= (time_t)tm->tm_sec; in tz_next_time()
1860 t -= (time_t)tm->tm_sec; in tz_next_time()
1913 tmp1.tm_sec = 0; in get_switching_time()
1933 tmp1.tm_sec = 0; in get_switching_time()
/illumos-gate/usr/src/cmd/fdformat/
H A Dfdformat.c1587 dostime = tp->tm_sec / 2; in write_DOS_label()
1720 dostime = tp->tm_sec / 2; in write_NEC_DOS_label()
/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c334 int s = tm.tm_sec; in gettimeopt()
348 tm.tm_sec = s; in gettimeopt()
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_elf.c500 tmst.tm_hour, tmst.tm_min, tmst.tm_sec); in nfsl_get_time()
520 tmst.tm_hour, tmst.tm_min, tmst.tm_sec); in nfsl_get_date()
543 tmst.tm_hour, tmst.tm_min, tmst.tm_sec); in nfsl_get_date_nq()
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Ddir.c846 tim |= (tm.tm_sec / 2) << SECSHIFT; in getNow()
858 *msec = (tm.tm_sec & 1) ? 100 : 0; in getNow()

1234