taglinefilesource code
maxSlots1520drivers/net/de4x5.cint i, maxSlots, status;
maxSlots1535drivers/net/de4x5.cmaxSlots = MAX_EISA_SLOTS;
maxSlots1539drivers/net/de4x5.cmaxSlots = i + 1;
maxSlots1542drivers/net/de4x5.cfor (status = -ENODEV; (i<maxSlots) && (dev!=NULL); i++, iobase+=EISA_SLOT_INC) {
maxSlots1246drivers/net/depca.cint i = num_depcas, maxSlots;
maxSlots1254drivers/net/depca.cmaxSlots = MAX_NUM_DEPCAS;
maxSlots1257drivers/net/depca.cmaxSlots = i + 1;
maxSlots1260drivers/net/depca.cfor (; (i<maxSlots) && (dev!=NULL) && ports[i]; i++) {
maxSlots1284drivers/net/depca.cint i, maxSlots;
maxSlots1294drivers/net/depca.cmaxSlots = MAX_EISA_SLOTS;
maxSlots1298drivers/net/depca.cmaxSlots = i + 1;
maxSlots1302drivers/net/depca.cfor (; (i<maxSlots) && (dev!=NULL); i++, iobase+=EISA_SLOT_INC) {