Home
last modified time | relevance | path

Searched refs:tm_hour (Results 1 – 25 of 104) sorted by last modified time

12345

/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c332 int h = tm.tm_hour; in gettimeopt()
346 tm.tm_hour = h; in gettimeopt()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c1233 tm->tm_hour, tm->tm_min, tm->tm_sec, in send_progress_thread()
1238 tm->tm_hour, tm->tm_min, tm->tm_sec, in send_progress_thread()
/illumos-gate/usr/src/cmd/svr4pkg/pkgadm/
H A Dlock.c2073 tstruct.tm_hour, tstruct.tm_min, tstruct.tm_sec, in _getUniqueId()
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dmkfs.c510 tp->ts_hour = res.tm_hour; in setstamp()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_hc.c228 (void) snprintf(buf, bufsize, "%02d:%02d:%02d", tv.tm_hour, in print_hc_result()
236 (void) snprintf(buf, bufsize, "%02d:%02d:%02d", tv.tm_hour, in print_hc_result()
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpoptr.c281 localclock->tm_hour, localclock->tm_min, message); in broadcast()
/illumos-gate/usr/src/cmd/acct/lib/
H A Dpnpsplit.c72 .tm_hour = 23
125 hours.tm_hour = hp->h_hour; in pnpsplit()
131 cur.tm_hour = hp->h_hour; in pnpsplit()
314 3600L*(t2->tm_hour - t1->tm_hour)); in tmsecs()
325 if (t1->tm_hour != t2->tm_hour) in tmless()
326 return(t1->tm_hour < t2->tm_hour); in tmless()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c63 int tm_hour; member
1213 atm.tm_hour = ((time >> 11) & 0x1F); in smb_time_dos_to_unix()
1248 i += atm.tm_hour; in smb_time_unix_to_dos()
1322 result->tm_hour = (int)tsec; in smb_gmtime_r()
1376 tsec += tm->tm_hour * SECSPERHOUR; in smb_timegm()
/illumos-gate/usr/src/cmd/bnu/
H A Dutility.c111 tp->tm_mday, tp->tm_hour, tp->tm_min, tp->tm_sec); in timeStamp()
H A Duustat.c513 &file[2], tp->tm_mon + 1, tp->tm_mday, tp->tm_hour,
563 tp->tm_mon + 1, tp->tm_mday, tp->tm_hour,
570 "", tp->tm_mon + 1, tp->tm_mday, tp->tm_hour,
957 tp->tm_mon + 1, tp->tm_mday, tp->tm_hour,
1495 td->tm_hour, in gmts()
1531 td->tm_hour, in gmt()
H A Dconn.c1085 t__now = tp->tm_hour * 100 + tp->tm_min; /* "navy" time */
H A Dsecurity.c399 tp->tm_mday, tp->tm_hour, tp->tm_min);
/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/lib/smbsrv/libmlsvc/common/
H A Dsrvsvc_svc.c1870 tod->tod_hours = tm.tm_hour; in srvsvc_s_NetRemoteTOD()
/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c1131 t->tm_mday, t->tm_hour, t->tm_min, t->tm_sec) < 0) in _glh_write_timestamp()
1356 t.tm_hour = hour; in _glh_decode_timestamp()
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_date.c66 time.tm_hour = datepart(cp + 8, 2, 00, 23, errp); in ns_datetosecs()
82 result += time.tm_hour * (60*60); /*%< Hours */ in ns_datetosecs()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dtmplout.c948 t.tm_hour = GET2BYTENUM( p ); p += 2; in time2text()
1006 || (hour = tm -> tm_hour) < 0 || hour > 24 in gtime()
/illumos-gate/usr/src/lib/hbaapi/common/
H A DHBAAPILIB.c1299 &attributes->build_date.tm_hour, in HBA_GetWrapperLibraryAttributes()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dstr_conv.c266 tmp->tm_hour, tmp->tm_min); in krb5_timestamp_to_sfstring()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_decode.c250 ts.tm_hour = 10*c2i(s[8]) + c2i(s[9]); in asn1_decode_generaltime()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c5408 idbuf[3] = QueueIdChars[tm->tm_hour];
/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()
/illumos-gate/usr/src/ucbcmd/touch/
H A Dtouch.c75 newtime.tm_hour = gpair(); in gtime()
76 if (newtime.tm_hour == 24) { in gtime()
77 newtime.tm_hour = 0; in gtime()
174 tp->tm_hour < 0 || tp->tm_hour > 23 || in main()
/illumos-gate/usr/src/ucbcmd/shutdown/
H A Dshutdown.c514 t = lt->tm_sec + lt->tm_min*60 + lt->tm_hour*3600; in getsdt()
/illumos-gate/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c1617 &attributes->build_date.tm_hour, in HBA_GetWrapperLibraryAttributes()

12345