taglinefilesource code
iotable26kernel/resource.cstatic resource_entry_t iotable[IOTABLE_SIZE];
iotable78kernel/resource.cif (iotable[i].num == 0)
iotable86kernel/resource.ciotable[i].name = name;
iotable87kernel/resource.ciotable[i].from = from;
iotable88kernel/resource.ciotable[i].num = num;
iotable89kernel/resource.ciotable[i].next = p->next;
iotable90kernel/resource.cp->next = &iotable[i];