taglinefilesource code
maxSlots1489drivers/net/de4x5.cint i, maxSlots, status;
maxSlots1504drivers/net/de4x5.cmaxSlots = MAX_EISA_SLOTS;
maxSlots1508drivers/net/de4x5.cmaxSlots = i + 1;
maxSlots1511drivers/net/de4x5.cfor (status = -ENODEV; (i<maxSlots) && (dev!=NULL); i++, iobase+=EISA_SLOT_INC) {
maxSlots1242drivers/net/depca.cint i = num_depcas, maxSlots;
maxSlots1250drivers/net/depca.cmaxSlots = MAX_NUM_DEPCAS;
maxSlots1253drivers/net/depca.cmaxSlots = i + 1;
maxSlots1256drivers/net/depca.cfor (; (i<maxSlots) && (dev!=NULL) && ports[i]; i++) {
maxSlots1280drivers/net/depca.cint i, maxSlots;
maxSlots1290drivers/net/depca.cmaxSlots = MAX_EISA_SLOTS;
maxSlots1294drivers/net/depca.cmaxSlots = i + 1;
maxSlots1298drivers/net/depca.cfor (; (i<maxSlots) && (dev!=NULL); i++, iobase+=EISA_SLOT_INC) {