kli 890 arch/mips/include/asm/sn/klconfig.h extern klinfo_t *find_component(lboard_t *brd, klinfo_t *kli, unsigned char type); kli 18 arch/mips/sgi-ip27/ip27-klconfig.c klinfo_t *find_component(lboard_t *brd, klinfo_t *kli, unsigned char struct_type) kli 22 arch/mips/sgi-ip27/ip27-klconfig.c if (kli == (klinfo_t *)NULL) { kli 26 arch/mips/sgi-ip27/ip27-klconfig.c if (kli == KLCF_COMP(brd, j)) kli 30 arch/mips/sgi-ip27/ip27-klconfig.c printk("find_component: Bad pointer: 0x%p\n", kli); kli 37 arch/mips/sgi-ip27/ip27-klconfig.c kli = KLCF_COMP(brd, index); kli 38 arch/mips/sgi-ip27/ip27-klconfig.c if (KLCF_COMP_TYPE(kli) == struct_type) kli 39 arch/mips/sgi-ip27/ip27-klconfig.c return kli;