Home
last modified time | relevance | path

Searched refs:sec_count (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Dpro_reloc_stream.c182 Dwarf_Signed sec_count = 0; in _dwarf_stream_relocs_to_disk() local
199 ++sec_count; in _dwarf_stream_relocs_to_disk()
258 *new_sec_count = sec_count; in _dwarf_stream_relocs_to_disk()
/illumos-gate/usr/src/cmd/format/
H A Dctlr_ata.c433 int sec_count; in ata_wr_cur() local
442 sec_count = list->header.count; in ata_wr_cur()
446 for (x = 0; x < sec_count; x++) { in ata_wr_cur()
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_disk.c1477 uint_t sec_count; in ata_disk_iosetup() local
1516 sec_count = 1; in ata_disk_iosetup()
1562 byte_count = sec_count << SCTRSHFT; in ata_disk_iosetup()
1569 sec_count = byte_count >> SCTRSHFT; in ata_disk_iosetup()
1580 ata_pktp->ap_count = (ushort_t)sec_count; in ata_disk_iosetup()
1631 byte_count = sec_count << SCTRSHFT; in ata_disk_iosetup()
3247 ata_pktp->ap_count = (ushort_t)sec_count; in ata_disk_update_fw()
3250 ata_pktp->ap_resid = sec_count << SCTRSHFT; in ata_disk_update_fw()
3270 total_sec_count -= sec_count; in ata_disk_update_fw()
3271 tmp_fwfile_memp += sec_count << SCTRSHFT; in ata_disk_update_fw()
[all …]
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c6229 sec_count = (sec_count << 8) | scsipkt->pkt_cdbp[8]; in sata_txlt_read()
6238 sec_count = (sec_count << 8) | scsipkt->pkt_cdbp[7]; in sata_txlt_read()
6239 sec_count = (sec_count << 8) | scsipkt->pkt_cdbp[8]; in sata_txlt_read()
6240 sec_count = (sec_count << 8) | scsipkt->pkt_cdbp[9]; in sata_txlt_read()
6253 sec_count = (sec_count << 8) | scsipkt->pkt_cdbp[11]; in sata_txlt_read()
6254 sec_count = (sec_count << 8) | scsipkt->pkt_cdbp[12]; in sata_txlt_read()
6255 sec_count = (sec_count << 8) | scsipkt->pkt_cdbp[13]; in sata_txlt_read()
6498 sec_count = (sec_count << 8) | scsipkt->pkt_cdbp[8]; in sata_txlt_write()
6507 sec_count = (sec_count << 8) | scsipkt->pkt_cdbp[7]; in sata_txlt_write()
6508 sec_count = (sec_count << 8) | scsipkt->pkt_cdbp[8]; in sata_txlt_write()
[all …]