Home
last modified time | relevance | path

Searched refs:timespec (Results 1 – 25 of 156) sorted by path

1234567

/illumos-gate/usr/src/boot/include/
H A Dtime.h169 int clock_getres(clockid_t, struct timespec *);
170 int clock_gettime(clockid_t, struct timespec *);
171 int clock_settime(clockid_t, const struct timespec *);
173 int nanosleep(const struct timespec *, struct timespec *);
/illumos-gate/usr/src/boot/sys/sys/
H A D_timespec.h44 struct timespec { struct
H A Dselect.h99 const struct timespec *__restrict, const sigset_t *__restrict);
H A Dsocket.h631 struct timespec;
633 const struct timespec * __restrict);
H A Dstat.h112 struct timespec st_atim; /* time of last access */
113 struct timespec st_mtim; /* time of last data modification */
130 struct timespec st_atim; /* time of last access */
139 struct timespec st_birthtim; /* time of file creation */
148 unsigned int :(8 / 2) * (16 - (int)sizeof(struct timespec));
149 unsigned int :(8 / 2) * (16 - (int)sizeof(struct timespec));
161 struct timespec st_atim; /* time of last access */
169 struct timespec st_birthtim; /* time of file creation */
173 unsigned int :(8 / 2) * (16 - (int)sizeof(struct timespec));
174 unsigned int :(8 / 2) * (16 - (int)sizeof(struct timespec));
[all …]
H A Dtime.h173 bintime2timespec(const struct bintime *_bt, struct timespec *_ts) in bintime2timespec()
182 timespec2bintime(const struct timespec *_ts, struct bintime *_bt) in timespec2bintime()
207 static __inline struct timespec
210 struct timespec _ts; in sbttots()
218 tstosbt(struct timespec _ts) in tstosbt()
410 void nanouptime(struct timespec *tsp);
423 void nanotime(struct timespec *tsp);
427 void getnanouptime(struct timespec *tsp);
440 void getnanotime(struct timespec *tsp);
H A Dtimespec.h59 struct timespec it_interval;
60 struct timespec it_value;
/illumos-gate/usr/src/cmd/acpi/common/
H A Dosunixxf.c989 struct timespec Time; in AcpiOsWaitSemaphore()
/illumos-gate/usr/src/cmd/auditd/
H A Ddoorway.c1056 struct timespec delay = {0, 500000000}; /* 1/2 second */; in wait_a_while()
1199 struct timespec delay; in process()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_hda.c1216 struct timespec ts; in hda_get_clock_ns()
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Devents.c557 in_past(struct timespec t) in in_past()
559 struct timespec now; in in_past()
590 struct timespec waitcap; in nwamd_event_dequeue()
605 struct timespec eventwait; in nwamd_event_dequeue()
H A Devents.h67 struct timespec event_time;
/illumos-gate/usr/src/cmd/cpc/common/
H A Dcpustat.c488 struct timespec ts; in gtick()
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c2746 struct timespec tout, *toutp; in msg_wait()
/illumos-gate/usr/src/cmd/date/
H A Ddate.c85 const char *, const struct timespec *);
95 struct timespec ts; in main()
411 const char *fmt, const struct timespec *tsp) in fmt_extensions()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_module.c1333 struct timespec tms; in fmd_modstat_snapshot()
/illumos-gate/usr/src/cmd/fm/modules/common/cpumem-retire/
H A Dcma.h67 struct timespec cma_cpu_delay; /* CPU offline retry interval */
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dhotplug_mgr.c72 struct timespec tspec; in nsleep()
/illumos-gate/usr/src/cmd/fm/modules/common/event-transport/
H A Detm.c1140 struct timespec tms; in etm_send()
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsmapid/
H A Dnfsmapid.c117 struct timespec tmout; in sig_handler()
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Ddbutils.c339 struct timespec rqtp; in idmap_sqlite_busy_handler()
H A Didmap_config.c1312 wait_for_event(struct timespec *timeoutp) in wait_for_event()
1404 struct timespec timeout; in idmap_cfg_update_thread()
1405 struct timespec *timeoutp; in idmap_cfg_update_thread()
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c1630 static struct timespec timeout; in getldap_serverInfo_op()
1631 struct timespec new_timeout; in getldap_serverInfo_op()
2538 struct timespec timeout; in getldap_refresh()
/illumos-gate/usr/src/cmd/mandoc/
H A Dmain.c1277 const struct timespec timeout = { 0, 100000000 }; /* 0.1s */ in spawn_pager()
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c85 struct timespec *stime) in pmcs_fwtime_to_systime()
567 struct timespec systime; in display_event_log()

1234567