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

/freebsd-9.3-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-9.3-release/sys/sys/
H A Ddvdio.h45 u_int32_t start_sector; member in struct:dvd_layer
/freebsd-9.3-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-9.3-release/sys/mips/cavium/
H A Docteon_ebt3000_cf.c325 * Read nr_sectors from the device starting from start_sector.
327 static int cf_cmd_read (uint32_t nr_sectors, uint32_t start_sector, void *buf) argument
341 lba = start_sector;
386 * Write nr_sectors to the device starting from start_sector.
388 static int cf_cmd_write (uint32_t nr_sectors, uint32_t start_sector, void *buf) argument
400 lba = start_sector;
/freebsd-9.3-release/sys/powerpc/ps3/
H A Dps3cdrom.c557 uint64_t start_sector, block_count; local
584 start_sector = (cdb[2] << 24) | (cdb[3] << 16) |
589 start_sector, block_count, 0 /* flags */, segs[0].ds_addr,
595 start_sector = (cdb[2] << 24) | (cdb[3] << 16) |
602 start_sector, block_count, 0 /* flags */,
/freebsd-9.3-release/sys/dev/hptmv/
H A Dosbsd.h73 USHORT start_sector; member in struct:__anon7912
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_ioctl.c1121 u_int32_t start_sector; member in struct:l_dvd_layer
1303 llp->start_sector = blp->start_sector;
/freebsd-9.3-release/sys/dev/ata/
H A Datapi-cd.c1505 layer->start_sector = d->data[5] << 16 | d->data[6] << 8 | d->data[7];
/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_cd.c4266 outlayer->start_sector = scsi_3btoul(inlayer->main_data_start);

Completed in 212 milliseconds