Home
last modified time | relevance | path

Searched defs:tm (Results 1 – 25 of 142) sorted by path

123456

/illumos-gate/usr/src/boot/include/
H A Dtime.h125 struct tm { struct
126 int tm_sec; /* seconds after the minute [0-60] */ argument
127 int tm_min; /* minutes after the hour [0-59] */ argument
128 int tm_hour; /* hours since midnight [0-23] */ argument
129 int tm_mday; /* day of the month [1-31] */ argument
130 int tm_mon; /* months since January [0-11] */ argument
131 int tm_year; /* years since 1900 */ argument
132 int tm_wday; /* days since Sunday [0-6] */ argument
133 int tm_yday; /* days since January 1 [0-365] */ argument
134 int tm_isdst; /* Daylight Savings Time flag */ argument
[all …]
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpitime.c47 struct tm *tm; in prdate() local
/illumos-gate/usr/src/cmd/backup/lib/
H A Dgetdate.y581 struct tm *tm; local
597 struct tm *tm; local
725 struct tm *tm; local
854 struct tm *tm; local
/illumos-gate/usr/src/cmd/backup/restore/
H A Dutilities.c512 struct tm *tm; in lctime() local
/illumos-gate/usr/src/cmd/bart/
H A Dcreate.c316 struct tm *tm; in output_manifest() local
/illumos-gate/usr/src/cmd/beadm/
H A Dbeadm.c354 struct tm *tm; in print_be_nodes() local
423 struct tm *tm = localtime(&creation); in print_be_snapshots() local
484 struct tm *tm; in print_fmt_nodes() local
/illumos-gate/usr/src/cmd/bhyve/
H A Drtc.c63 struct tm tm; in rtc_time() local
80 struct tm tm; in rtc_time() local
/illumos-gate/usr/src/cmd/bhyvectl/
H A Dbhyvectl.c1747 struct tm tm; in main() local
/illumos-gate/usr/src/cmd/bnu/
H A Dcntrl.c1440 long td, th, tm, ts; local
/illumos-gate/usr/src/cmd/cdrw/
H A Dutil.c182 time_t tm; variable
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dpppdump.c491 struct tm *tm; local
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/ilb/
H A Dilb_probe.c645 uint64_t tm; in udp_query() local
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dconfig.c910 struct tm *tm; in parse_date() local
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dparms.c455 struct tm tm; in parse_ts() local
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop.c614 struct tm *tm; in show_pktinfo() local
H A Dsnoop_display.c79 struct tm *tm; in process_pkt() local
H A Dsnoop_ospf.c333 uint32_t tm; in interpret_ospf_lsa() local
/illumos-gate/usr/src/cmd/cron/
H A Dat.c938 struct tm tm; in parse_time() local
H A Dcron.c1514 struct tm *tm, ref_tm, tmp, tmp1, tmp2; in tz_next_time() local
/illumos-gate/usr/src/cmd/date/
H A Ddate.c90 struct tm *tp, tm; in main() local
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_rpc.c71 time_t tm; in fmd_rpc_svc_create_local() local
/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c262 struct tm tm; in gettimeopt() local
/illumos-gate/usr/src/cmd/fm/schemes/mem/
H A Dmem.c545 mem_seg_map_t *sm, *tm; in fmd_fmri_fini() local
/illumos-gate/usr/src/cmd/fs.d/
H A Dfssnapsup.c379 struct tm *tm; in fssnap_display_info() local
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Ddir.c829 struct tm tm; in getNow() local

123456