Searched refs:dl1 (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/storage/liba5k/common/
H A Dmon.c806 struct dlist *dl, *dl1; local
942 for (dl1 = dl->multipath; dl1 != NULL; dl1 = dl1->next) {
943 if ((devhdl = devctl_device_acquire(dl1->dev_path,
948 strerror(errno), dl1->dev_path);
996 struct dlist *dl, *dl1; local
1072 for (dl1 = dl->multipath;
1073 dl1 !
[all...]
H A Dlhot.c706 struct dlist *dl, *dl1; local
711 dl1 = dl;
713 (void) g_destroy_data(dl1);
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_set_drv.c80 mddrivenamelist_t *dl1, *dl2; local
83 for (dl1 = dnlp; dl1 != NULL; dl1 = dl1->next) {
84 dn1 = dl1->drivenamep;
86 for (dl2 = dl1->next; dl2 != NULL; dl2 = dl2->next) {

Completed in 22 milliseconds