Lines Matching refs:controllers
94 * basically the information about the drives, aliases, devpaths, controllers
109 * walk which represent the drives and controllers. This is the second level
112 * When we update the second level of the cache (the drives and controllers)
144 * corresponding object. For objects we cache (controllers, paths & drives)
194 free(bp->controllers);
266 free(dp->controllers);
546 /* clear any ptrs from controllers to this drive */
547 if (dp->controllers != NULL) {
548 for (i = 0; dp->controllers[i]; i++) {
549 clr_ctrl_disk_ptr(dp->controllers[i], dp);