Lines Matching defs:cnt
3318 int cnt;3341 for (cnt = type << 2; cnt < (type << 2) + 4; cnt++)3342 floppy_sizes[cnt] = floppy_sizes[cnt + 0x80] =3345 for (cnt = 0; cnt < N_DRIVE; cnt++) {3346 struct block_device *bdev = opened_bdev[cnt];3347 if (!bdev || ITYPE(drive_state[cnt].fd_device) != type)