Searched refs:timespec (Results 151 - 175 of 575) sorted by relevance

1234567891011>>

/freebsd-11-stable/lib/libthr/thread/
H A Dthr_rwlock.c159 rwlock_rdlock_common(pthread_rwlock_t *rwlock, const struct timespec *abstime)
227 const struct timespec * __restrict abstime)
286 rwlock_wrlock_common (pthread_rwlock_t *rwlock, const struct timespec *abstime)
339 const struct timespec * __restrict abstime)
H A Dthr_cond.c52 const struct timespec * abstime);
55 const struct timespec *abstime, int cancel);
192 const struct timespec *abstime, int cancel)
264 const struct timespec *abstime, int cancel)
340 const struct timespec *abstime, int cancel)
386 const struct timespec * __restrict abstime)
398 const struct timespec *abstime)
/freebsd-11-stable/sys/dev/iicbus/
H A Drtc8583.c86 static int rtc8583_gettime(device_t dev, struct timespec *ts);
87 static int rtc8583_settime(device_t dev, struct timespec *ts);
190 rtc8583_gettime(device_t dev, struct timespec *ts)
247 rtc8583_settime(device_t dev, struct timespec *ts)
H A Dds1672.c141 ds1672_gettime(device_t dev, struct timespec *ts)
158 ds1672_settime(device_t dev, struct timespec *ts)
/freebsd-11-stable/contrib/netbsd-tests/kernel/kqueue/
H A Dt_proc3.c62 struct timespec timeout;
/freebsd-11-stable/bin/dd/
H A Ddd.h68 struct timespec start; /* start time of dd */
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/xray/
H A Dxray_records.h59 struct timespec TS;
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_smbat.c51 struct timespec bix_lastupdated;
52 struct timespec bst_lastupdated;
58 static int acpi_smbat_info_expired(struct timespec *lastupdated);
59 static void acpi_smbat_info_updated(struct timespec *lastupdated);
161 acpi_smbat_info_expired(struct timespec *lastupdated)
163 struct timespec curtime;
179 acpi_smbat_info_updated(struct timespec *lastupdated)
H A Dacpi_cmbat.c72 struct timespec bst_lastupdated;
83 static int acpi_cmbat_info_expired(struct timespec *lastupdated);
84 static void acpi_cmbat_info_updated(struct timespec *lastupdated);
221 acpi_cmbat_info_expired(struct timespec *lastupdated)
223 struct timespec curtime;
239 acpi_cmbat_info_updated(struct timespec *lastupdated)
/freebsd-11-stable/sys/kern/
H A Dkern_ffclock.c252 ffclock_nanotime(struct timespec *tsp)
278 ffclock_getnanotime(struct timespec *tsp)
305 ffclock_nanouptime(struct timespec *tsp)
331 ffclock_getnanouptime(struct timespec *tsp)
358 ffclock_nanodifftime(ffcounter ffdelta, struct timespec *tsp)
H A Dsubr_clock.c141 clock_ct_to_ts(const struct clocktime *ct, struct timespec *ts)
201 clock_bcd_to_ts(const struct bcd_clocktime *bct, struct timespec *ts, bool ampm)
250 clock_ts_to_ct(const struct timespec *ts, struct clocktime *ct)
297 clock_ts_to_bcd(const struct timespec *ts, struct bcd_clocktime *bct, bool ampm)
361 clock_print_ts(const struct timespec *ts, int nsdigits)
/freebsd-11-stable/sys/dev/xen/timer/
H A Dtimer.c196 xen_fetch_wallclock(struct timespec *ts)
207 xen_fetch_uptime(struct timespec *ts)
218 xentimer_settime(device_t dev __unused, struct timespec *ts)
256 xentimer_gettime(device_t dev, struct timespec *ts)
258 struct timespec u_ts;
/freebsd-11-stable/contrib/file/src/
H A Dcdf.h40 #define timespec timeval macro
44 #define timespec timeval macro
285 struct timespec;
286 int cdf_timestamp_to_timespec(struct timespec *, cdf_timestamp_t);
287 int cdf_timespec_to_timestamp(cdf_timestamp_t *, const struct timespec *);
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_time.c75 "struct l_timespec *", "struct timespec *");
78 "struct timespec *", "struct l_timespec *");
123 native_to_linux_timespec(struct l_timespec *ltp, struct timespec *ntp)
139 linux_to_native_timespec(struct timespec *ntp, struct l_timespec *ltp)
249 struct timespec tp;
380 struct timespec ts;
420 struct timespec ts;
509 struct timespec *rmtp;
511 struct timespec rqts, rmts;
555 struct timespec *rmt
[all...]
/freebsd-11-stable/lib/libc/gen/
H A Dsem_new.c345 const struct timespec *rqtp, struct timespec *rmtp)
349 struct timespec remain;
392 const struct timespec *rqtp, struct timespec *rmtp)
432 const struct timespec * __restrict abstime)
/freebsd-11-stable/contrib/netbsd-tests/lib/librt/
H A Dt_sched.c198 struct timespec tv;
219 struct timespec tv1, tv2;
/freebsd-11-stable/sys/security/mac_bsdextended/
H A Dugidfw_internal.h108 struct label *vplabel, struct timespec atime,
109 struct timespec utime);
/freebsd-11-stable/usr.sbin/rtadvd/
H A Drtadvd.h273 struct timespec ifi_ra_lastsent;
289 void ra_timer_update(void *, struct timespec *);
/freebsd-11-stable/lib/libgeom/
H A Dgeom_stats.c110 struct timespec time;
150 geom_stats_snapshot_timestamp(void *arg, struct timespec *tp)
/freebsd-11-stable/sys/cddl/dev/dtrace/mips/
H A Ddtrace_subr.c161 struct timespec curtime;
172 struct timespec curtime;
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_clock_gettime.c88 struct timespec tsa, tsb, tsl, res;
184 struct timespec ts;
H A Dt_select.c86 child(const struct timespec *ts)
184 static const struct timespec zero = { 0, 0 };
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_snvs.c113 snvs_gettime(device_t dev, struct timespec *ts)
147 snvs_settime(device_t dev, struct timespec *ts)
/freebsd-11-stable/lib/libc/resolv/
H A Dres_state.c69 struct timespec now;
/freebsd-11-stable/lib/libc/sys/
H A Dfutimens.c41 futimens(int fd, const struct timespec times[2])

Completed in 377 milliseconds

1234567891011>>