Home
last modified time | relevance | path

Searched refs:llba (Results 1 – 25 of 29) sorted by relevance

12

/dports/sysutils/sg3_utils/sg3_utils-1.42/src/
H A Dsg_read_long.c89 uint64_t llba, void * data_out, int xfer_len, int verbose) in process_read_long() argument
96 res = sg_ll_read_long16(sg_fd, pblock, correct, llba, data_out, in process_read_long()
99 res = sg_ll_read_long10(sg_fd, pblock, correct, (unsigned int)llba, in process_read_long()
128 uint64_t llba = 0; in main() local
161 llba = (uint64_t)ll; in main()
234 (do_16 ? "16" : "10"), device_name, xfer_len, xfer_len, llba, in main()
235 llba, correct); in main()
237 if ((ret = process_read_long(sg_fd, do_16, pblock, correct, llba, in main()
H A Dsg_write_long.c105 uint64_t llba = 0; in main() local
142 llba = (uint64_t)ll; in main()
253 llba, llba, cor_dis, wr_uncor, pblock); in main()
257 res = sg_ll_write_long16(sg_fd, cor_dis, wr_uncor, pblock, llba, in main()
261 (unsigned int)llba, writeLongBuff, xfer_len, in main()
H A Dsg_write_verify.c216 uint64_t llba, int num_lb, int group, unsigned char *dop, in sg_ll_write_verify16() argument
231 sg_put_unaligned_be64(llba, wv_cdb + 2); in sg_ll_write_verify16()
271 uint64_t llba = 0; in main() local
344 llba = (uint64_t)ll; in main()
440 if ((0 == do_16) && (llba > UINT_MAX)) in main()
454 "bytchk=%d, group=%d, repeat=%d\n", llba, llba, wrprotect, in main()
532 llba += snum_lb; in main()
554 res = sg_ll_write_verify16(sg_fd, wrprotect, dpo, bytchk, llba, in main()
559 (unsigned int)llba, snum_lb, group, in main()
H A Dsg_readcap.c71 uint64_t llba; member
191 op->llba = nn; in process_cl_new()
193 if (op->llba > 0xfffffffeULL) in process_cl_new()
323 op->llba = uu; in process_cl_old()
436 if ((0 == op->do_pmi) && (op->llba > 0)) { in main()
453 res = sg_ll_readcap_10(sg_fd, op->do_pmi, (unsigned int)op->llba, in main()
477 "before delay=0x%" PRIx32 "\n", op->llba, in main()
526 res = sg_ll_readcap_16(sg_fd, op->do_pmi, op->llba, resp_buff, in main()
565 "before delay=0x%" PRIx64 "\n", op->llba, in main()
H A Dsg_write_same.c150 uint64_t llba; in do_write_same() local
157 llba = op->lba + op->numblocks; in do_write_same()
158 if ((op->numblocks > 0xffff) || (llba > ULONG_MAX) || in do_write_same()
167 else if (llba > ULONG_MAX) in do_write_same()
/dports/net/istgt/istgt-20150713/src/
H A Distgt_lu_pass.c1238 uint64_t llba; in istgt_lu_pass_do_cam_seg() local
1299 llba = (uint64_t) DGET16(&cdb[2]); in istgt_lu_pass_do_cam_seg()
1301 llba += offset / spec->ms_blocklen; in istgt_lu_pass_do_cam_seg()
1310 llba = (uint64_t) DGET32(&cdb[2]); in istgt_lu_pass_do_cam_seg()
1312 llba += offset / spec->ms_blocklen; in istgt_lu_pass_do_cam_seg()
1321 llba = (uint64_t) DGET32(&cdb[2]); in istgt_lu_pass_do_cam_seg()
1332 llba = (uint64_t) DGET64(&cdb[2]); in istgt_lu_pass_do_cam_seg()
1343 llba = (uint64_t) DGET16(&cdb[2]); in istgt_lu_pass_do_cam_seg()
1355 llba = (uint64_t) DGET32(&cdb[2]); in istgt_lu_pass_do_cam_seg()
1367 llba = (uint64_t) DGET32(&cdb[2]); in istgt_lu_pass_do_cam_seg()
[all …]
H A Distgt_lu_dvd.c3252 int llba; in istgt_lu_dvd_execute() local
3273 llba = BGET8(&data[4], 0); /* Long LBA */ in istgt_lu_dvd_execute()
3276 if (llba) { in istgt_lu_dvd_execute()
H A Distgt_lu_tape.c4714 int llba; in istgt_lu_tape_execute() local
4735 llba = BGET8(&data[4], 0); /* Long LBA */ in istgt_lu_tape_execute()
4738 if (llba) { in istgt_lu_tape_execute()
H A Distgt_lu_disk.c5843 int llba; in istgt_lu_disk_execute() local
5883 llba = BGET8(&data[4], 0); /* Long LBA */ in istgt_lu_disk_execute()
5886 if (llba) { in istgt_lu_disk_execute()
/dports/sysutils/ddpt/ddpt-0.95/lib/
H A Dsg_cmds_extra.c1148 readLongCmdBlk[8] = (llba >> 8) & 0xff; in sg_ll_read_long16()
1149 readLongCmdBlk[9] = llba & 0xff; in sg_ll_read_long16()
1333 writeLongCmdBlk[9] = llba & 0xff; in sg_ll_write_long16()
1498 vCmdBlk[2] = (llba >> 56) & 0xff; in sg_ll_verify16()
1499 vCmdBlk[3] = (llba >> 48) & 0xff; in sg_ll_verify16()
1500 vCmdBlk[4] = (llba >> 40) & 0xff; in sg_ll_verify16()
1501 vCmdBlk[5] = (llba >> 32) & 0xff; in sg_ll_verify16()
1502 vCmdBlk[6] = (llba >> 24) & 0xff; in sg_ll_verify16()
1503 vCmdBlk[7] = (llba >> 16) & 0xff; in sg_ll_verify16()
1504 vCmdBlk[8] = (llba >> 8) & 0xff; in sg_ll_verify16()
[all …]
H A Dsg_cmds_basic2.c138 sg_ll_readcap_16(int sg_fd, int pmi, uint64_t llba, void * resp, in sg_ll_readcap_16() argument
150 rcCmdBlk[2] = (llba >> 56) & 0xff; in sg_ll_readcap_16()
151 rcCmdBlk[3] = (llba >> 48) & 0xff; in sg_ll_readcap_16()
152 rcCmdBlk[4] = (llba >> 40) & 0xff; in sg_ll_readcap_16()
153 rcCmdBlk[5] = (llba >> 32) & 0xff; in sg_ll_readcap_16()
154 rcCmdBlk[6] = (llba >> 24) & 0xff; in sg_ll_readcap_16()
155 rcCmdBlk[7] = (llba >> 16) & 0xff; in sg_ll_readcap_16()
156 rcCmdBlk[8] = (llba >> 8) & 0xff; in sg_ll_readcap_16()
157 rcCmdBlk[9] = llba & 0xff; in sg_ll_readcap_16()
/dports/sysutils/ddpt/ddpt-0.95/include/
H A Dsg_cmds_extra.h122 int sg_ll_read_long16(int sg_fd, int pblock, int correct, uint64_t llba,
238 uint64_t llba, int veri_len, int group_num,
273 uint64_t llba, void * data_out, int xfer_len,
H A Dsg_cmds_basic.h110 int sg_ll_readcap_16(int sg_fd, int pmi, uint64_t llba, void * resp,
/dports/sysutils/sg3_utils/sg3_utils-1.42/include/
H A Dsg_cmds_extra.h126 int sg_ll_read_long16(int sg_fd, int pblock, int correct, uint64_t llba,
242 uint64_t llba, int veri_len, int group_num,
277 uint64_t llba, void * data_out, int xfer_len,
H A Dsg_cmds_basic.h110 int sg_ll_readcap_16(int sg_fd, int pmi, uint64_t llba, void * resp,
/dports/sysutils/sg3_utils/sg3_utils-1.42/lib/
H A Dsg_cmds_extra.c1076 sg_ll_read_long16(int sg_fd, int pblock, int correct, uint64_t llba, in sg_ll_read_long16() argument
1093 sg_put_unaligned_be64(llba, readLongCmdBlk + 2); in sg_ll_read_long16()
1243 uint64_t llba, void * data_out, int xfer_len, in sg_ll_write_long16() argument
1261 sg_put_unaligned_be64(llba, writeLongCmdBlk + 2); in sg_ll_write_long16()
1404 sg_ll_verify16(int sg_fd, int vrprotect, int dpo, int bytchk, uint64_t llba, in sg_ll_verify16() argument
1417 sg_put_unaligned_be64(llba, vCmdBlk + 2); in sg_ll_verify16()
H A Dsg_cmds_basic2.c154 sg_ll_readcap_16(int sg_fd, int pmi, uint64_t llba, void * resp, in sg_ll_readcap_16() argument
166 sg_put_unaligned_be64(llba, rcCmdBlk + 2); in sg_ll_readcap_16()
/dports/sysutils/ddpt/ddpt-0.95/src/
H A Dddpt_pt.c1019 uint64_t llba; in pt_write_same16() local
1030 llba = start_block; in pt_write_same16()
1032 wsCmdBlk[2 + k] = (llba & 0xff); in pt_write_same16()
1033 llba >>= 8; in pt_write_same16()
/dports/devel/util-linux/util-linux-2.36/libfdisk/src/
H A Dgpt.c740 uint64_t flba = 0, llba = 0; in count_first_last_lba() local
749 rc = gpt_calculate_last_lba(NULL, GPT_NPARTITIONS, &llba, cxt); in count_first_last_lba()
764 if (rc == 0 && (*first < flba || *first > llba)) { in count_first_last_lba()
774 *last, llba, (uintmax_t)cxt->last_lba)); in count_first_last_lba()
776 if (rc == 0 && (*last > llba || *last < flba)) { in count_first_last_lba()
783 *last = llba; in count_first_last_lba()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/target/
H A Dtarget_core_spc.c994 bool llba = ten ? !!(cdb[1] & 0x10) : false; in spc_emulate_modesense() local
1035 if (llba) { in spc_emulate_modesense()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/target/
H A Dtarget_core_spc.c994 bool llba = ten ? !!(cdb[1] & 0x10) : false; in spc_emulate_modesense() local
1035 if (llba) { in spc_emulate_modesense()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/target/
H A Dtarget_core_spc.c994 bool llba = ten ? !!(cdb[1] & 0x10) : false; in spc_emulate_modesense() local
1035 if (llba) { in spc_emulate_modesense()
/dports/chinese/wenju/wenju-1.6/src/tim/tables/FirstStep/
H A Dshuangpin.tim11089 llba=淋巴
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/SharedData/
H A Dshuangpin.cin11120 llba 淋巴
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Modules/SharedData/
H A Dshuangpin.cin11120 llba 淋巴

12