find_first_component  891 arch/mips/include/asm/sn/klconfig.h extern klinfo_t *find_first_component(lboard_t *brd, unsigned char type);
find_first_component   89 arch/mips/sgi-ip27/ip27-klconfig.c 	if (!(acpu = (klcpu_t *)find_first_component(brd, KLSTRUCT_CPU)))
find_first_component  278 arch/mips/sgi-ip27/ip27-memory.c 	banks = (klmembnk_t *) find_first_component(brd, KLSTRUCT_MEMBNK);
find_first_component   52 arch/mips/sgi-ip27/ip27-smp.c 	hub  = (klhub_t *)find_first_component(brd, KLSTRUCT_HUB);
find_first_component   72 arch/mips/sgi-ip27/ip27-smp.c 		acpu = (klcpu_t *)find_first_component(brd, KLSTRUCT_CPU);