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

/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32.h51 struct timespec32 { struct
57 struct timespec32 it_interval;
58 struct timespec32 it_value;
146 struct timespec32 st_atim;
147 struct timespec32 st_mtim;
148 struct timespec32 st_ctim;
155 struct timespec32 st_birthtim;
156 unsigned int :(8 / 2) * (16 - (int)sizeof(struct timespec32));
157 unsigned int :(8 / 2) * (16 - (int)sizeof(struct timespec32));
169 struct timespec32 st_ati
[all...]
H A Dfreebsd32_proto.h209 char tp_l_[PADL_(struct timespec32 *)]; struct timespec32 * tp; char tp_r_[PADR_(struct timespec32 *)];
213 char tp_l_[PADL_(const struct timespec32 *)]; const struct timespec32 * tp; char tp_r_[PADR_(const struct timespec32 *)];
217 char tp_l_[PADL_(struct timespec32 *)]; struct timespec32 * tp; char tp_r_[PADR_(struct timespec32 *)];
235 char rqtp_l_[PADL_(const struct timespec32 *)]; cons
[all...]
H A Dfreebsd32_misc.c118 CTASSERT(sizeof(struct timespec32) == 8);
138 int flags, const struct timespec32 *ua_rqtp, struct timespec32 *ua_rmtp);
568 struct timespec32 ts32;
659 struct timespec32 ts32;
912 struct timespec32 ts;
1406 struct timespec32 ts32[2];
1427 struct timespec32 ts32[2];
2336 int flags, const struct timespec32 *ua_rqtp, struct timespec32 *ua_rmt
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_umtx.c4041 struct timespec32 { struct
4047 struct timespec32 timeout;
4055 struct timespec32 ts32;
4058 error = copyin(addr, &ts32, sizeof(struct timespec32));
4080 if (size <= sizeof(struct timespec32))
4081 error = copyin(addr, &t32.timeout, sizeof(struct timespec32));
4268 uasize >= sizeof(struct umtx_time32) + sizeof(struct timespec32)) {
4269 struct timespec32 remain32 = {
4275 sizeof(struct timespec32));
H A Duipc_sem.c975 struct timespec32 abstime32;
H A Duipc_mqueue.c2780 struct timespec32 ets32;
2811 struct timespec32 ets32;
H A Dvfs_aio.c2779 struct timespec32 ts32;
2869 struct timespec32 ts32;
/freebsd-11-stable/sys/opencrypto/
H A Dcryptodev.c124 struct timespec32 acc;
125 struct timespec32 min;
126 struct timespec32 max;

Completed in 227 milliseconds