tag | line | file | source code |
---|---|---|---|
thebus | 72 | arch/sparc/prom/devtree.c | struct sparcbus *thebus; |
thebus | 83 | arch/sparc/prom/devtree.c | while(thebus = sparcbus_list; thebus; thebus = thebus->next) |
thebus | 84 | arch/sparc/prom/devtree.c | if(thebus->type == bustype) |
thebus | 86 | arch/sparc/prom/devtree.c | if(!thebus || !thebus->device_list) |
thebus | 89 | arch/sparc/prom/devtree.c | for(sdp = thebus->device_list; sdp; sdp = sdp->next) { |