HomeSort by: relevance | last modified time | path
    Searched defs:have_off_in (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/compat/linux/common/
linux_file.c 1080 bool have_off_in = false, have_off_out = false; local in function:linux_sys_copy_file_range
1148 have_off_in = true;
1189 auio.uio_offset = have_off_in ? off_in : fp_in->f_offset;
1234 if (have_off_in) {
1246 if (have_off_in) {
linux_file.c 1080 bool have_off_in = false, have_off_out = false; local in function:linux_sys_copy_file_range
1148 have_off_in = true;
1189 auio.uio_offset = have_off_in ? off_in : fp_in->f_offset;
1234 if (have_off_in) {
1246 if (have_off_in) {

Completed in 25 milliseconds