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

/illumos-gate/usr/src/uts/common/syscall/
H A Dsendfile.c1123 int first_vector_error = 0; local
1221 first_vector_error = EINVAL;
1257 first_vector_error = EINVAL;
1328 } while ((sfvcnt > 0) && first_vector_error == 0 && error == 0);
1343 if (first_vector_error != 0)
1344 return (set_errno(first_vector_error));
1353 if (first_vector_error != 0)
1354 return (set_errno(first_vector_error));

Completed in 383 milliseconds