find_component    890 arch/mips/include/asm/sn/klconfig.h extern klinfo_t *find_component(lboard_t *brd, klinfo_t *kli, unsigned char type);
find_component     48 arch/mips/sgi-ip27/ip27-klconfig.c 	return find_component(brd, (klinfo_t *)NULL, struct_type);
find_component     95 arch/mips/sgi-ip27/ip27-klconfig.c 	} while ((acpu = (klcpu_t *)find_component(brd, (klinfo_t *)acpu,
find_component     88 arch/mips/sgi-ip27/ip27-smp.c 			acpu = (klcpu_t *)find_component(brd, (klinfo_t *)acpu,
find_component    104 arch/mips/sgi-ip27/ip27-xtalk.c 	xbow_p = (klxbow_t *)find_component(brd, NULL, KLSTRUCT_XBOW);
find_component    201 drivers/base/component.c 		c = find_component(master, mc);