Searched refs:ccb_count (Results 1 – 1 of 1) sorted by relevance
545 int ccb_count, i; in handle_read() local547 ccb_count = read(targ_fd, ccb_array, sizeof(ccb_array)); in handle_read()548 if (ccb_count <= 0) { in handle_read()552 ccb_count /= sizeof(union ccb *); in handle_read()553 if (ccb_count < 1) { in handle_read()558 for (i = 0; i < ccb_count; i++) { in handle_read()