Lines Matching refs:disks
137 * disks, controllers and paths on the system. This model is returned in the
430 cp->disks = (disk_t **)calloc(1, sizeof (disk_t *));
431 if (cp->disks == NULL) {
435 cp->disks[0] = NULL;
480 * Add other controllers for multipath disks.
692 if (add_ptr2array(diskp, (void ***)&cp->disks) != 0) {
751 if (add_ptr2array(dp, (void ***)&pp->disks) != 0) {
875 if (cp->disks != NULL && cp->disks[0] != NULL) {
882 * loop through the disks and remove the reference to the
888 for (i = 0; cp->disks[i]; i++) {
889 disk_t *dp = cp->disks[i];
1114 /* IDE disks use SCSI nexus as the type, so handle this special case */
1240 * we should have found all of the disks
1290 * disks w/ multiple paths.