taglinefilesource code
thebus72arch/sparc/prom/devtree.cstruct sparcbus *thebus;
thebus83arch/sparc/prom/devtree.cwhile(thebus = sparcbus_list; thebus; thebus = thebus->next)
thebus84arch/sparc/prom/devtree.cif(thebus->type == bustype)
thebus86arch/sparc/prom/devtree.cif(!thebus || !thebus->device_list)
thebus89arch/sparc/prom/devtree.cfor(sdp = thebus->device_list; sdp; sdp = sdp->next) {