Home
last modified time | relevance | path

Searched refs:ccb_count (Results 1 – 1 of 1) sorted by relevance

/freebsd/share/examples/scsi_target/
H A Dscsi_target.c545 int ccb_count, i; in handle_read() local
547 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()