Searched refs:start_lba (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sbin/camcontrol/
H A Dzone.c227 uint64_t length, start_lba, wp_lba; local
231 start_lba = scsi_8btou64(desc->zone_start_lba);
235 start_lba = le64dec(desc->zone_start_lba);
240 (uintmax_t)start_lba, field_widths[ZONE_FW_LEN],
315 next_lba = start_lba + length;
/freebsd-11-stable/sys/dev/twe/
H A Dtwereg.h455 u_int32_t start_lba; member in struct:__anon11755
483 u_int32_t start_lba; member in struct:__anon11757
/freebsd-11-stable/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c2619 unsigned long long start_lba = 0; local
2773 start_lba = ((CDB[1] & 0x1f) << 16) |
2785 start_lba = (CDB[2] << 24) |
2796 start_lba = (CDB[2] << 24) |
2800 start_lba <<= 32;
2801 start_lba |= ((CDB[6] << 24) |
2903 if(agtiapi_SetupDifPerLA(pCard, pccb, start_lba) < 0) {
2965 if(agtiapi_SetupDifPerLA(pCard, pccb, start_lba) < 0) {
3064 agtiapi_SetupEncryptedIO(pmcsc, pccb, start_lba);

Completed in 152 milliseconds