Lines Matching refs:paths
137 * disks, controllers and paths on the system. This model is returned in the
702 * Set up paths for mpxio controlled drives.
757 if (add_ptr2array(pp, (void ***)&dp->paths) != 0) {
917 if (cp->paths != NULL && cp->paths[0] != NULL) {
929 * take that controller out of the list since nodes that are paths are not
941 pp = cp->paths;
996 diskp->paths = NULL;
1290 * disks w/ multiple paths.
1814 if (cp->paths != NULL) {
1817 for (i = 0; cp->paths[i]; i++) {
1818 if (libdiskmgt_str_eq(devpath, cp->paths[i]->name)) {
1819 pp = cp->paths[i];
1856 if (add_ptr2array(pp, (void ***)&cp->paths) != 0) {