Lines Matching defs:start
1203 "ubd : Failed to start I/O thread (errno = %d) - "
1539 int n, nsectors, start, end, bit;
1551 start = 0;
1553 bit = ubd_test_bit(start, (unsigned char *) &desc->sector_mask);
1554 end = start;
1560 start * req->sectorsize;
1561 len = (end - start) * req->sectorsize;
1563 buf = &desc->buffer[start * req->sectorsize];
1600 start = end;
1601 } while(start < nsectors);