Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_scsi.c357 ulong_t ld_count = 0; in cpqary3_probe4LVs() local
520 for (cntr = 0; ((ld_count < log_lun_no) && (cntr < MAX_LOGDRV)); in cpqary3_probe4LVs()
524 lun_id = (rllp->ll_data[ld_count].logical_id & 0xFFFF); in cpqary3_probe4LVs()
547 rllp->ll_data[ld_count].logical_id; in cpqary3_probe4LVs()
558 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()
/illumos-gate/usr/src/lib/libfdisk/common/
H A Dlibfdisk.c1210 int ld_count; in fdisk_commit_ext_part() local
1270 ld_count = 0; in fdisk_commit_ext_part()
1290 for (temp = epp->ld_head, ld_count = 0; temp != NULL; in fdisk_commit_ext_part()
1291 temp = temp->next, ld_count++) { in fdisk_commit_ext_part()
1292 if (ld_count == 0) { in fdisk_commit_ext_part()
1301 if (ld_count) { in fdisk_commit_ext_part()
/illumos-gate/usr/src/uts/common/io/
H A Dcmlb.c2408 int ld_count = 0;
2611 ld_count++;
2660 if (ld_count < cl->cl_logical_drive_count) {
2665 for (k = ld_count + FD_NUMPART;
2674 rval = cmlb_update_ext_minor_nodes(cl, ld_count);
/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.h944 } ld_count; member
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.h1630 } ld_count; member