Lines Matching refs:controllers
92 * basically the information about the drives, aliases, devpaths, controllers
107 * walk which represent the drives and controllers. This is the second level
110 * When we update the second level of the cache (the drives and controllers)
142 * corresponding object. For objects we cache (controllers, paths & drives)
195 free(bp->controllers);
272 free(dp->controllers);
612 /* clear any ptrs from controllers to this drive */
613 if (dp->controllers != NULL) {
614 for (i = 0; dp->controllers[i]; i++) {
615 clr_ctrl_disk_ptr(dp->controllers[i], dp);