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

/freebsd-13-stable/usr.sbin/camdd/
H A Dcamdd.c463 uint64_t *max_blk, uint64_t *min_blk, uint64_t *blk_gran);
978 { "blk_gran", NULL },
984 uint64_t *max_blk, uint64_t *min_blk, uint64_t *blk_gran)
1024 *blk_gran = req_status_items[CAMDD_TS_BLK_GRAN].entry->value_unsigned;
1117 uint64_t max_iosize, max_blk, min_blk, blk_gran; local
1126 &max_iosize, &max_blk, &min_blk, &blk_gran);
1158 if ((blk_gran != 0)
1159 && (dev->blocksize % (1 << blk_gran))) {
1162 dev->device_name, (1 << blk_gran),
1163 dev->blocksize & ~((1 << blk_gran)
983 camdd_probe_tape(int fd, char *filename, uint64_t *max_iosize, uint64_t *max_blk, uint64_t *min_blk, uint64_t *blk_gran) argument
[all...]
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_sa.c333 int blk_gran; member in struct:sa_softc
977 printf("a multiple of %d ", (0x1 << softc->blk_gran));
1959 if (softc->blk_gran != 0) {
1961 softc->blk_gran - 1;
2070 rblim->granularity = softc->blk_gran;
3012 softc->blk_gran = 0;
3017 softc->blk_gran = RBL_GRAN(rblim);
3019 softc->blk_gran = 0;
3243 if (softc->blk_gran != 0) {
3244 softc->blk_mask = softc->blk_gran
[all...]

Completed in 109 milliseconds