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

/freebsd-10.1-release/sys/boot/powerpc/ps3/
H A Dps3stor.h55 uint64_t start_sector, uint64_t sector_count, uint64_t flags, char *buf);
H A Dlv1call.h74 int lv1_storage_read(uint64_t dev_id, uint64_t region_id, uint64_t start_sector,
H A Dps3stor.c119 uint64_t start_sector, uint64_t sector_count, uint64_t flags, char *buf)
138 start_sector + nread, nsectors, flags, (uint32_t)dma_buf,
118 ps3stor_read_sectors(struct ps3_stordev *sd, int regidx, uint64_t start_sector, uint64_t sector_count, uint64_t flags, char *buf) argument
/freebsd-10.1-release/sys/sys/
H A Ddvdio.h45 u_int32_t start_sector; member in struct:dvd_layer
/freebsd-10.1-release/usr.sbin/makefs/cd9660/
H A Dcd9660_write.c434 cd9660_copy_file(FILE *fd, off_t start_sector, const char *filename) argument
438 off_t sector = start_sector;
455 if (fseeko(fd, start_sector * diskStructure.sectorSize, SEEK_SET) == -1)
/freebsd-10.1-release/sys/powerpc/ps3/
H A Dps3cdrom.c557 uint64_t start_sector, block_count; local
587 start_sector = (cdb[2] << 24) | (cdb[3] << 16) |
592 start_sector, block_count, 0 /* flags */, segs[0].ds_addr,
599 start_sector = (cdb[2] << 24) | (cdb[3] << 16) |
606 start_sector, block_count, 0 /* flags */,
/freebsd-10.1-release/sys/mips/cavium/
H A Docteon_ebt3000_cf.c319 * Read nr_sectors from the device starting from start_sector.
321 static int cf_cmd_read (uint32_t nr_sectors, uint32_t start_sector, void *buf) argument
331 lba = start_sector;
372 * Write nr_sectors to the device starting from start_sector.
374 static int cf_cmd_write (uint32_t nr_sectors, uint32_t start_sector, void *buf) argument
382 lba = start_sector;
/freebsd-10.1-release/sys/dev/hptmv/
H A Dosbsd.h73 USHORT start_sector; member in struct:__anon8598
/freebsd-10.1-release/sys/compat/linux/
H A Dlinux_ioctl.c1129 u_int32_t start_sector; member in struct:l_dvd_layer
1311 llp->start_sector = blp->start_sector;
/freebsd-10.1-release/sys/cam/scsi/
H A Dscsi_cd.c3572 outlayer->start_sector = scsi_3btoul(inlayer->main_data_start);

Completed in 152 milliseconds