Searched refs:blk_gran (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/usr.sbin/camdd/
H A Dcamdd.c479 uint64_t *max_blk, uint64_t *min_blk, uint64_t *blk_gran);
972 { "blk_gran", NULL },
978 uint64_t *max_blk, uint64_t *min_blk, uint64_t *blk_gran)
1018 *blk_gran = req_status_items[CAMDD_TS_BLK_GRAN].entry->value_unsigned;
1111 uint64_t max_iosize, max_blk, min_blk, blk_gran; local
1120 &max_iosize, &max_blk, &min_blk, &blk_gran);
1152 if ((blk_gran != 0)
1153 && (dev->blocksize % (1 << blk_gran))) {
1156 dev->device_name, (1 << blk_gran),
1157 dev->blocksize & ~((1 << blk_gran)
977 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-11-stable/sys/cam/scsi/
H A Dscsi_sa.c332 int blk_gran; member in struct:sa_softc
981 printf("a multiple of %d ", (0x1 << softc->blk_gran));
1965 if (softc->blk_gran != 0) {
1967 softc->blk_gran - 1;
2076 rblim->granularity = softc->blk_gran;
3016 softc->blk_gran = 0;
3021 softc->blk_gran = RBL_GRAN(rblim);
3023 softc->blk_gran = 0;
3249 if (softc->blk_gran != 0) {
3250 softc->blk_mask = softc->blk_gran
[all...]

Completed in 51 milliseconds