Lines Matching defs:hdtr
1270 struct sf_hdtr hdtr;
1286 if (uap->hdtr != NULL) {
1287 error = copyin(uap->hdtr, &hdtr, sizeof(hdtr));
1290 if (hdtr.headers != NULL) {
1291 error = copyinuio(hdtr.headers, hdtr.hdr_cnt,
1309 if (hdtr.trailers != NULL) {
1310 error = copyinuio(hdtr.trailers, hdtr.trl_cnt,
1343 * struct sf_hdtr *hdtr, off_t *sbytes, int flags)
1367 args.hdtr = uap->hdtr;