Home
last modified time | relevance | path

Searched refs:time_t (Results 51 – 75 of 1015) sorted by relevance

12345678910>>...41

/illumos-gate/usr/src/boot/libsa/
H A Dnet.h104 ssize_t readether(struct iodesc *, void **, void **, time_t, u_int16_t *);
107 ssize_t readip(struct iodesc *, void **, void **, time_t, uint8_t);
109 ssize_t readudp(struct iodesc *, void **, void **, time_t);
113 ssize_t (*)(struct iodesc *, void **, void **, time_t,
/illumos-gate/usr/src/cmd/hal/addons/network-devices/
H A Dcache.c29 time_t timestamp;
40 time_t *val = value; in device_remove_if_stale()
71 scan_for_stale_devices(LibHalContext *ctx, time_t timestamp) in scan_for_stale_devices()
88 time_t *val; in device_seen()
/illumos-gate/usr/src/uts/common/syscall/
H A Dtime.c41 time_t
48 stime(time_t time) in stime()
75 return (stime((time_t)time)); in stime32()
/illumos-gate/usr/src/uts/common/inet/
H A Dsadb.h202 time_t ipsa_addtime; /* Time I was added. */
203 time_t ipsa_usetime; /* Time of my first use. */
204 time_t ipsa_lastuse; /* Time of my last use. */
205 time_t ipsa_idletime; /* Seconds of idle time */
206 time_t ipsa_last_nat_t_ka; /* Time of my last NAT-T keepalive. */
207 time_t ipsa_softexpiretime; /* Time of my first soft expire. */
208 time_t ipsa_hardexpiretime; /* Time of my first hard expire. */
226 time_t ipsa_softaddlt; /* Seconds of soft lifetime after add. */
228 time_t ipsa_hardaddlt; /* Seconds of hard lifetime after add. */
230 time_t ipsa_idleaddlt; /* Seconds of idle time after add */
[all …]
/illumos-gate/usr/src/cmd/ndmpd/include/
H A Dtlm_buffers.h139 time_t js_start_time; /* start time (GMT time) */
140 time_t js_start_ltime; /* start time (local time) */
141 time_t js_stop_time; /* stop time (local time) */
142 time_t js_chkpnt_time; /* checkpoint creation (GMT time) */
281 extern int tlm_get_chkpnt_time(char *, int, time_t *, char *);
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Ddisplay_funcs.c92 time_t utc; in get_time()
110 return (ctime((time_t *)&utc)); in get_time()
120 time_t value; in disp_powerfail()
132 value = (time_t)atoi(value_str); in disp_powerfail()
/illumos-gate/usr/src/cmd/date/
H A Ddate.c67 static time_t clock_val;
319 clock_val += (time_t)month_size[mm - 1]; in setdate()
321 clock_val += (time_t)(dd - 1); in setdate()
323 clock_val += (time_t)hh; in setdate()
325 clock_val += (time_t)min; in setdate()
340 clock_val += (time_t)timezone; in setdate()
345 clock_val = clock_val - (time_t)(timezone - altzone); in setdate()
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_subr.c61 static time_t hs_date_to_gmtime(int year, int mon, int day, int gmtoff);
63 static time_t hs_date_to_gmtime();
223 static time_t cum_sec[] = {
227 static time_t cum_sec_leap[] = {
241 static time_t
248 time_t sum;
249 time_t *cp;
/illumos-gate/usr/src/lib/libzonestat/common/
H A Dzonestat_impl.h62 (ts).tv_sec += (time_t)((nsec) / NANOSEC); \
141 time_t zspz_start;
167 time_t zsz_start;
211 time_t zsp_start;
232 time_t zsu_start;
234 time_t zsu_time;
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_vss.c71 static void smbd_vss_time2gmttoken(time_t time, char *gmttoken);
93 time_t mg_snaptime;
238 smbd_vss_map_gmttoken(const char *path, char *gmttoken, time_t toktime, in smbd_vss_map_gmttoken()
296 smbd_vss_time2gmttoken(time_t time, char *gmttoken) in smbd_vss_time2gmttoken()
370 time_t time; in smbd_vss_iterate_map_gmttoken()
372 time = (time_t)zfs_prop_get_int(zhp, ZFS_PROP_CREATION); in smbd_vss_iterate_map_gmttoken()
/illumos-gate/usr/src/cmd/bnu/
H A Dlogent.c184 time_t
188 time_t now, rval; in millitick()
189 static time_t past; /* guaranteed 0 first time called */ in millitick()
206 time_t
212 time_t rval; in millitick()
/illumos-gate/usr/src/cmd/power/
H A Dpowerd.c103 static time_t last_resume;
148 static void set_alarm(time_t);
150 static int is_ok2shutdown(time_t *);
513 time_t now; in alarm_handler()
530 time_t now; in work_handler()
610 check_shutdown(time_t *now, hrtime_t *hr_now) in check_shutdown()
618 time_t wakeup_time; in check_shutdown()
772 is_ok2shutdown(time_t *now) in is_ok2shutdown()
779 time_t life_began, life_passed; in is_ok2shutdown()
976 set_alarm(time_t now) in set_alarm()
[all …]
/illumos-gate/usr/src/uts/i86pc/io/
H A Dhardclk.c107 static time_t gmt_lag; /* offset in seconds of gmt to local time */
110 sgmtl(time_t arg) in sgmtl()
115 time_t
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddump.h173 extern time_t *telapsed; /* time spent writing previous tapes */
174 extern time_t *tstart_writing; /* when we started writing the latest tape */
175 extern time_t *tschedule; /* when next to give a remaining-time estimate */
254 extern char *prdate(time_t);
368 extern time_t unctime(char *);
399 extern time_t timeclock();
490 extern time_t unctime();
/illumos-gate/usr/src/lib/libresolv2/common/bsd/
H A Dgettimeofday.c44 time_t clock, time(time_t *); in gettimeofday()
46 if (time(&clock) == (time_t) -1) in gettimeofday()
/illumos-gate/usr/src/uts/common/sys/
H A Dtime.h46 typedef long time_t; /* time of day in seconds */ typedef
55 time_t tv_sec; /* seconds */
64 (tv)->tv_sec = (time_t)(tv32)->tv_sec; \
311 time_t __tmptm = TICK_TO_SEC(__tmptck); \
324 time_t __tmptm = TICK_TO_SEC(__tmptck); \
357 extern todinfo_t utc_to_tod(time_t);
358 extern time_t tod_to_utc(todinfo_t);
368 extern time_t gethrestime_sec(void);
/illumos-gate/usr/src/cmd/last/
H A Dlast.c104 static time_t *logouts;
105 static time_t bootxtime;
115 static void record_time(time_t *, int *, int, struct utmpx *);
130 time_t otime; in main()
257 logouts = calloc(lines, sizeof (time_t)); in main()
334 time_t delta; in main()
468 static time_t *tmplogouts; in reallocate_buffer()
472 tmplogouts = realloc(logouts, sizeof (time_t)*lines); in reallocate_buffer()
578 record_time(time_t *otime, int *print, int i, struct utmpx *bp) in record_time()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dtime4 typ time_t = uint32_t
36 time_t tv_sec;
37 time_t tv_usec;
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_panic.h93 time_t uf_begin_tm; /* when did panic begin? */
94 time_t uf_end_tm; /* ... end? */
95 time_t uf_entered_tm; /* ... was state entered? */
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmemscrub.c134 time_t memscrub_period_sec = MEMSCRUB_DFL_PERIOD_SEC;
136 time_t memscrub_delay_start_sec = 10;
163 time_t memscrub_late_sec;
260 time_t deadline; in memscrubber()
264 time_t interval_sec = 0; in memscrubber()
296 time_t now = gethrestime_sec(); in memscrubber()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Denvd.h449 time_t warning_start; /* warning start time (secs) */
450 time_t warning_tstamp; /* last warning time (secs) */
451 time_t shutdown_tstamp; /* shutdown temp time (secs) */
475 time_t warning_start; /* warning start time (secs) */
476 time_t warning_tstamp; /* last warning time (secs) */
477 time_t shutdown_tstamp; /* shutdown temp time (secs) */
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dratectrl.c70 static int client_rate __P((time_t, SOCKADDR *, bool));
71 static int total_rate __P((time_t, bool));
102 time_t now;
194 time_t ch_LTime;
223 time_t now; in client_rate()
436 time_t now; in total_rate()
/illumos-gate/usr/src/cmd/acct/
H A Dacctprc1.c68 time_t sr_start; /* start time of session */
69 time_t sr_end; /* end time of session */
72 char *getname(uid_t, dev_t, time_t);
74 char *getnamc(uid_t, dev_t, time_t);
161 getname(uid_t uid, dev_t tty, time_t start) in getname()
249 getnamc(uid_t uid, dev_t tty, time_t start) in getnamc()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_db_impl.h66 time_t dbe_time_rele; /* Time of last rele */
98 time_t dbt_min_cache_time; /* How long to cache entries */
99 time_t dbt_max_cache_time; /* How long to cache entries */
109 time_t dbt_id_reap; /* table's reap interval */
/illumos-gate/usr/src/cmd/cron/
H A Delm.c71 static time_t LB; /* lower bound on time */
72 static time_t DT; /* width of interval */
89 struct notice { time_t time;
108 struct key { time_t time;
130 el_init(int du, time_t lb, time_t dt, int nlim) in el_init()
133 time_t t; in el_init()
218 el_add(void *event, time_t time, int id) in el_add()
396 time_t next_int; in el_first()

12345678910>>...41