next_lun          581 drivers/scsi/dpt_i2o.c 				d = d->next_lun;
next_lun         1098 drivers/scsi/dpt_i2o.c 					pNext = pDev->next_lun;
next_lun         1137 drivers/scsi/dpt_i2o.c 	for(d=d->next_lun ; d ; d = d->next_lun){
next_lun         1538 drivers/scsi/dpt_i2o.c 							pDev->next_lun; pDev = pDev->next_lun){
next_lun         1540 drivers/scsi/dpt_i2o.c 					pDev->next_lun = kzalloc(sizeof(struct adpt_device),GFP_KERNEL);
next_lun         1541 drivers/scsi/dpt_i2o.c 					if(pDev->next_lun == NULL) {
next_lun         1544 drivers/scsi/dpt_i2o.c 					pDev = pDev->next_lun;
next_lun         2547 drivers/scsi/dpt_i2o.c 				pDev = pDev->next_lun;
next_lun         2577 drivers/scsi/dpt_i2o.c 					while (pDev->next_lun) {
next_lun         2578 drivers/scsi/dpt_i2o.c 						pDev = pDev->next_lun;
next_lun         2580 drivers/scsi/dpt_i2o.c 					pDev = pDev->next_lun =
next_lun         2628 drivers/scsi/dpt_i2o.c 				pDev = pDev->next_lun;
next_lun          176 drivers/scsi/dpti.h 	struct adpt_device* next_lun;