Home
last modified time | relevance | path

Searched refs:tm (Results 1 – 25 of 311) sorted by last modified time

12345678910>>...13

/illumos-gate/usr/src/cmd/smbsrv/smbadm/
H A Dsmbinfo.c619 const struct tm *tm; in print_time() local
626 tm = localtime(&when); in print_time()
627 (void) strftime(buf, buflen - 1, fmt, tm); in print_time()
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_main.c883 struct tm local_tm; in smbd_localtime_monitor()
926 struct tm *atm; in smbd_gmtoff()
/illumos-gate/usr/src/data/hwdata/
H A Dusb.ids1606 0407 Music Player HDR-1(tm)
12939 0201 iLine10(tm) Network Adapter
22244 0014 Single User touchfoil(tm) (SU2-80)
H A Dpci.ids7283 105a 1275 MBFastTrak133 Lite (tm) Controller (RAID mode)
/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c262 struct tm tm; in gettimeopt() local
333 int m = tm.tm_min; in gettimeopt()
334 int s = tm.tm_sec; in gettimeopt()
335 int b = tm.tm_mon; in gettimeopt()
338 bcopy(localtime(&tod.tv_sec), &tm, sizeof (tm)); in gettimeopt()
342 tm.tm_mon = b; in gettimeopt()
343 tm.tm_mday = d; in gettimeopt()
346 tm.tm_hour = h; in gettimeopt()
347 tm.tm_min = m; in gettimeopt()
348 tm.tm_sec = s; in gettimeopt()
[all …]
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c1210 struct tm *tm; in send_progress_thread() local
1228 tm = localtime(&t); in send_progress_thread()
1233 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/lib/libsldap/common/
H A Dns_config.c1108 time_t tm; in __s_api_crosscheck() local
1216 tm = conv_time( in __s_api_crosscheck()
1219 if (tm != 0) { in __s_api_crosscheck()
1220 tm += time(NULL); in __s_api_crosscheck()
1222 ptr->paramList[NS_LDAP_EXP_P].ns_tm = tm; in __s_api_crosscheck()
1645 time_t tm; in __ns_ldap_setParamValue() local
2674 tm = conv_time(cp); in __ns_ldap_setParamValue()
2676 if (tm != 0) { in __ns_ldap_setParamValue()
2677 tm += time(NULL); in __ns_ldap_setParamValue()
2679 ptr->paramList[NS_LDAP_EXP_P].ns_tm = tm; in __ns_ldap_setParamValue()
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c1739 struct tm zaction_ts; in print_status_initialize()
1790 struct tm zaction_ts; in print_status_trim()
8019 struct tm t; in print_history_records()
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzoneadmd.c1114 uint64_t *tm = NULL; in zone_wait_shutdown() local
1124 if ((tm = scf_simple_prop_next_count(prop)) != NULL) { in zone_wait_shutdown()
1125 if (tm != 0) in zone_wait_shutdown()
1126 timeout = *tm; in zone_wait_shutdown()
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c5941 struct tm t; in print_holds()
/illumos-gate/usr/src/cmd/svr4pkg/pkgadm/
H A Dlock.c2054 struct tm tstruct; in _getUniqueId()
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c1632 struct tm *tm; in sprint_stime() local
1656 tm = localtime(&then); in sprint_stime()
1664 gettext(FORMAT_TIME), tm); in sprint_stime()
1667 gettext(FORMAT_DATE), tm); in sprint_stime()
1670 gettext(FORMAT_YEAR), tm); in sprint_stime()
2422 struct tm *tmp; in print_detailed()
2954 struct tm *tm; in add_processes() local
2956 tm = localtime(&psi.pr_start.tv_sec); in add_processes()
2965 gettext(FORMAT_TIME), tm); in add_processes()
2968 gettext(FORMAT_DATE), tm); in add_processes()
[all …]
/illumos-gate/usr/src/cmd/ps/
H A Dps.c1362 long tm; in prcom() local
1549 tm = psinfo->pr_lwp.pr_time.tv_sec; in prcom()
1551 tm++; in prcom()
1553 tm = psinfo->pr_time.tv_sec; in prcom()
1555 tm++; in prcom()
1557 (void) printf(" %4ld:%.2ld", tm / 60, tm % 60); /* [L]TIME */ in prcom()
2289 long tm; in przom() local
2395 tm = psinfo->pr_time.tv_sec; in przom()
2397 tm++; in przom()
2398 (void) printf(" %4ld:%.2ld", tm / 60, tm % 60); /* TIME */ in przom()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io.c1232 time_t tm; in iob_doprnt() member
1484 u.tm = VA_ARG(ap, time_t); in iob_doprnt()
1485 u.str = iob_time2str(&u.tm); in iob_doprnt()
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c1108 struct tm tm; in getldap_format_refresh_time() local
1121 (void) localtime_r(prev, &tm); in getldap_format_refresh_time()
1122 (void) strftime(pbuf, sizeof (pbuf) - 1, TIME_FORMAT, &tm); in getldap_format_refresh_time()
1129 (void) localtime_r(next, &tm); in getldap_format_refresh_time()
1130 (void) strftime(nbuf, sizeof (nbuf) - 1, TIME_FORMAT, &tm); in getldap_format_refresh_time()
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dmkfs.c75 extern struct tm *localtime_r(const time_t *, struct tm *);
144 static struct tm res;
/illumos-gate/usr/src/cmd/fm/notify/smtp-notify/common/
H A Dsmtp-notify.c573 struct tm ts; in irpt_cbfunc()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ntp.c454 struct tm *time_parts; in iso_date_time()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_hc.c191 struct tm tv; in print_hc_result()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dmain.c2112 struct tm tms; in fprintdate()
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpoptr.c238 struct tm *localclock; in broadcast()
/illumos-gate/usr/src/cmd/acct/lib/
H A Dpnpsplit.c69 struct tm daysend = {
75 long tmsecs(struct tm *, struct tm *);
85 struct tm cur, end, hours; in pnpsplit()
146 struct tm *tp; in checkhol()
170 ssh(struct tm *ltp) in ssh()
310 tmsecs(struct tm *t1, struct tm *t2) in tmsecs()
323 tmless(struct tm *t1, struct tm *t2) in tmless()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c2315 uint32_t tm; in emlxs_fct_handle_unsol_req() local
2476 tm = fcp_cmd->fcpCntl2; in emlxs_fct_handle_unsol_req()
2477 if (tm) { in emlxs_fct_handle_unsol_req()
2478 if (tm & BIT_1) { in emlxs_fct_handle_unsol_req()
2480 } else if (tm & BIT_2) { in emlxs_fct_handle_unsol_req()
2482 } else if (tm & BIT_4) { in emlxs_fct_handle_unsol_req()
2484 } else if (tm & BIT_5) { in emlxs_fct_handle_unsol_req()
2486 } else if (tm & BIT_6) { in emlxs_fct_handle_unsol_req()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c54 struct tm
58 smb_timegm(struct tm *tm);
60 struct tm { struct
1203 struct tm atm; in smb_time_dos_to_unix()
1223 struct tm atm; in smb_time_unix_to_dos()
1271 struct tm *
1343 smb_timegm(struct tm *tm) in smb_timegm() argument
1351 if (tm == 0) in smb_timegm()
1374 tsec += tm->tm_sec; in smb_timegm()
1378 tm->tm_isdst = 0; in smb_timegm()
[all …]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_attr.c2799 settime4 *tm; in rfs4_fattr4_time_modify_set() local
2822 tm = &na->time_modify_set; in rfs4_fattr4_time_modify_set()
2823 if (tm->set_it == SET_TO_CLIENT_TIME4) { in rfs4_fattr4_time_modify_set()
2824 error = nfs4_time_ntov(&tm->time, &sarg->vap->va_mtime); in rfs4_fattr4_time_modify_set()
2826 } else if (tm->set_it == SET_TO_SERVER_TIME4) { in rfs4_fattr4_time_modify_set()

12345678910>>...13