Searched defs:sendfile_args (Results 1 – 1 of 1) sorted by relevance
972 struct sendfile_args { struct973 int fd; char fd_[PAD_(int)];974 int s; char s_[PAD_(int)];975 off_t offset; char offset_[PAD_(off_t)];976 size_t nbytes; char nbytes_[PAD_(size_t)];977 struct sf_hdtr * hdtr; char hdtr_[PAD_(struct sf_hdtr *)];978 off_t * sbytes; char sbytes_[PAD_(off_t *)];979 int flags; char flags_[PAD_(int)];