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

/freebsd-10-stable/sys/compat/freebsd32/
H A Dfreebsd32.h63 struct timespec32 { struct
73 struct timespec32 it_interval;
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_ati
[all...]
H A Dfreebsd32_proto.h206 char tp_l_[PADL_(struct timespec32 *)]; struct timespec32 * tp; char tp_r_[PADR_(struct timespec32 *)];
210 char tp_l_[PADL_(const struct timespec32 *)]; const struct timespec32 * tp; char tp_r_[PADR_(const struct timespec32 *)];
214 char tp_l_[PADL_(struct timespec32 *)]; struct timespec32 * tp; char tp_r_[PADR_(struct timespec32 *)];
232 char rqtp_l_[PADL_(const struct timespec32 *)]; cons
[all...]
H A Dfreebsd32_misc.c114 CTASSERT(sizeof(struct timespec32) == 8);
683 struct timespec32 ts32;
774 struct timespec32 ts32;
1434 struct timespec32 ts32[2];
1455 struct timespec32 ts32[2];
2353 struct timespec32 rmt32, rqt32;
2386 struct timespec32 ats32;
2403 struct timespec32 ats32;
2420 struct timespec32 ts32;
2548 struct timespec32 ts3
[all...]
/freebsd-10-stable/sys/opencrypto/
H A Dcryptodev.c112 struct timespec32 acc;
113 struct timespec32 min;
114 struct timespec32 max;
/freebsd-10-stable/sys/kern/
H A Dkern_umtx.c3761 struct timespec32 { struct
3767 struct timespec32 timeout;
3775 struct timespec32 ts32;
3778 error = copyin(addr, &ts32, sizeof(struct timespec32));
3800 if (size <= sizeof(struct timespec32))
3801 error = copyin(addr, &t32.timeout, sizeof(struct timespec32));
H A Duipc_sem.c1017 struct timespec32 abstime32;
H A Duipc_mqueue.c2797 struct timespec32 ets32;
2827 struct timespec32 ets32;
H A Dvfs_aio.c2861 struct timespec32 ts32;
2952 struct timespec32 ts32;

Completed in 202 milliseconds