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

/freebsd-11-stable/sys/cam/
H A Dcam_iosched.c652 int can_read = rbp != NULL && local
656 printf("can read %d: read_stats.pending %d max_reads %d\n", can_read, isc->read_stats.pending, isc->read_stats.max);
659 return can_read || can_write;
/freebsd-11-stable/contrib/ee/
H A Dee.c2241 int can_read; /* file has at least one character */ local
2270 can_read = FALSE; /* test if file has any characters */
2273 can_read = TRUE; /* if set file has at least 1 character */
2276 if ((can_read) && (curr_line->line_length == 1))
2296 else if (can_read) /* not input_file and file is non-zero size */

Completed in 99 milliseconds