Home
last modified time | relevance | path

Searched defs:freebsd32_aio_suspend_args (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h280 struct freebsd32_aio_suspend_args { struct
281 char aiocbp_l_[PADL_(uint32_t *)]; uint32_t * aiocbp; char aiocbp_r_[PADR_(uint32_t *)];
282 char nent_l_[PADL_(int)]; int nent; char nent_r_[PADR_(int)];
283 …mespec32 *)]; const struct timespec32 * timeout; char timeout_r_[PADR_(const struct timespec32 *)];