Home
last modified time | relevance | path

Searched refs:ld_count (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_scsi.c356 ulong_t ld_count = 0; in cpqary3_probe4LVs() local
519 for (cntr = 0; ((ld_count < log_lun_no) && (cntr < MAX_LOGDRV)); in cpqary3_probe4LVs()
523 lun_id = (rllp->ll_data[ld_count].logical_id & 0xFFFF); in cpqary3_probe4LVs()
546 rllp->ll_data[ld_count].logical_id; in cpqary3_probe4LVs()
557 ld_count++; in cpqary3_probe4LVs()
H A Dcpqary3_util.c591 int8_t ld_count = 0; in cpqary3_detect_target_geometry() local
729 for (i = 0; ld_count < ctlr->num_of_targets; i++) { in cpqary3_detect_target_geometry()
791 ld_count++; in cpqary3_detect_target_geometry()
/titanic_50/usr/src/lib/libfdisk/common/
H A Dlibfdisk.c1189 int ld_count; in fdisk_commit_ext_part() local
1249 ld_count = 0; in fdisk_commit_ext_part()
1269 for (temp = epp->ld_head, ld_count = 0; temp != NULL; in fdisk_commit_ext_part()
1270 temp = temp->next, ld_count++) { in fdisk_commit_ext_part()
1271 if (ld_count == 0) { in fdisk_commit_ext_part()
1280 if (ld_count) { in fdisk_commit_ext_part()
/titanic_50/usr/src/uts/common/io/
H A Dcmlb.c2373 int ld_count = 0;
2576 ld_count++;
2625 if (ld_count < cl->cl_logical_drive_count) {
2630 for (k = ld_count + FD_NUMPART;
2639 rval = cmlb_update_ext_minor_nodes(cl, ld_count);
/titanic_50/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.h944 } ld_count; member
/titanic_50/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.h1628 } ld_count; member