Home
last modified time | relevance | path

Searched refs:timespec32 (Results 1 – 8 of 8) sorted by relevance

/NextBSD/sys/compat/freebsd32/
HDfreebsd32.h63 struct timespec32 { struct
73 struct timespec32 it_interval; argument
74 struct timespec32 it_value;
170 struct timespec32 st_atim;
171 struct timespec32 st_mtim;
172 struct timespec32 st_ctim;
179 struct timespec32 st_birthtim;
180 unsigned int :(8 / 2) * (16 - (int)sizeof(struct timespec32));
181 unsigned int :(8 / 2) * (16 - (int)sizeof(struct timespec32));
193 struct timespec32 st_atim;
[all …]
HDfreebsd32_proto.h207 …char tp_l_[PADL_(struct timespec32 *)]; struct timespec32 * tp; char tp_r_[PADR_(struct timespec32
211 …char tp_l_[PADL_(const struct timespec32 *)]; const struct timespec32 * tp; char tp_r_[PADR_(const…
215 …char tp_l_[PADL_(struct timespec32 *)]; struct timespec32 * tp; char tp_r_[PADR_(struct timespec32
233 …har rqtp_l_[PADL_(const struct timespec32 *)]; const struct timespec32 * rqtp; char rqtp_r_[PADR_(…
234 …char rmtp_l_[PADL_(struct timespec32 *)]; struct timespec32 * rmtp; char rmtp_r_[PADR_(struct time…
286 …meout_l_[PADL_(const struct timespec32 *)]; const struct timespec32 * timeout; char timeout_r_[PAD…
321 …char timeout_l_[PADL_(struct timespec32 *)]; struct timespec32 * timeout; char timeout_r_[PADR_(st…
329 …meout_l_[PADL_(const struct timespec32 *)]; const struct timespec32 * timeout; char timeout_r_[PAD…
377 …stime_l_[PADL_(const struct timespec32 *)]; const struct timespec32 * abstime; char abstime_r_[PAD…
380 …meout_l_[PADL_(const struct timespec32 *)]; const struct timespec32 * timeout; char timeout_r_[PAD…
[all …]
HDfreebsd32_misc.c114 CTASSERT(sizeof(struct timespec32) == 8);
563 struct timespec32 ts32; in freebsd32_pselect()
656 struct timespec32 ts32; in freebsd32_kevent()
1319 struct timespec32 ts32[2]; in freebsd32_futimens()
1340 struct timespec32 ts32[2]; in freebsd32_utimensat()
2245 struct timespec32 rmt32, rqt32; in freebsd32_nanosleep()
2278 struct timespec32 ats32; in freebsd32_clock_gettime()
2295 struct timespec32 ats32; in freebsd32_clock_settime()
2312 struct timespec32 ts32; in freebsd32_clock_getres()
2440 struct timespec32 ts32; in freebsd32_thr_suspend()
[all …]
/NextBSD/sys/opencrypto/
HDcryptodev.c124 struct timespec32 acc;
125 struct timespec32 min;
126 struct timespec32 max;
/NextBSD/sys/kern/
HDkern_umtx.c3489 struct timespec32 { struct
3495 struct timespec32 timeout; argument
3503 struct timespec32 ts32; in umtx_copyin_timeout32()
3506 error = copyin(addr, &ts32, sizeof(struct timespec32)); in umtx_copyin_timeout32()
3528 if (size <= sizeof(struct timespec32)) in umtx_copyin_umtx_time32()
3529 error = copyin(addr, &t32.timeout, sizeof(struct timespec32)); in umtx_copyin_umtx_time32()
HDuipc_sem.c948 struct timespec32 abstime32; in freebsd32_ksem_timedwait()
HDvfs_aio.c2873 struct timespec32 ts32; in freebsd32_aio_suspend()
2964 struct timespec32 ts32; in freebsd32_aio_waitcomplete()
HDuipc_mqueue.c2722 struct timespec32 ets32; in freebsd32_kmq_timedsend()
2752 struct timespec32 ets32; in freebsd32_kmq_timedreceive()