Searched refs:start_sector (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/sys/
H A Ddvdio.h47 u_int32_t start_sector; member in struct:dvd_layer
/freebsd-12-stable/usr.sbin/makefs/cd9660/
H A Dcd9660_write.c427 cd9660_copy_file(iso9660_disk *diskStructure, FILE *fd, off_t start_sector, argument
432 off_t sector = start_sector;
446 if (fseeko(fd, start_sector * diskStructure->sectorSize, SEEK_SET) == -1)
/freebsd-12-stable/sys/powerpc/ps3/
H A Dps3cdrom.c558 uint64_t start_sector, block_count; local
588 start_sector = (cdb[2] << 24) | (cdb[3] << 16) |
593 start_sector, block_count, 0 /* flags */, segs[0].ds_addr,
600 start_sector = (cdb[2] << 24) | (cdb[3] << 16) |
607 start_sector, block_count, 0 /* flags */,
/freebsd-12-stable/sys/mips/cavium/
H A Docteon_ebt3000_cf.c322 * Read nr_sectors from the device starting from start_sector.
324 static int cf_cmd_read (uint32_t nr_sectors, uint32_t start_sector, void *buf) argument
334 lba = start_sector;
375 * Write nr_sectors to the device starting from start_sector.
377 static int cf_cmd_write (uint32_t nr_sectors, uint32_t start_sector, void *buf) argument
385 lba = start_sector;
/freebsd-12-stable/sys/dev/hptmv/
H A Dosbsd.h64 USHORT start_sector; member in struct:__anon13148
/freebsd-12-stable/sys/compat/linux/
H A Dlinux_ioctl.c1124 u_int32_t start_sector; member in struct:l_dvd_layer
1306 llp->start_sector = blp->start_sector;
/freebsd-12-stable/sys/cam/scsi/
H A Dscsi_cd.c4075 outlayer->start_sector = scsi_3btoul(inlayer->main_data_start);

Completed in 253 milliseconds