Searched refs:kli (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/arch/mips/sgi-ip27/ |
D | ip27-klconfig.c | 18 klinfo_t *find_component(lboard_t *brd, klinfo_t *kli, unsigned char struct_type) in find_component() argument 22 if (kli == (klinfo_t *)NULL) { in find_component() 26 if (kli == KLCF_COMP(brd, j)) in find_component() 30 printk("find_component: Bad pointer: 0x%p\n", kli); in find_component() 37 kli = KLCF_COMP(brd, index); in find_component() 38 if (KLCF_COMP_TYPE(kli) == struct_type) in find_component() 39 return kli; in find_component()
|
D | ip27-init.c | 826 klinfo_t *kli; 827 kli = NODE_OFFSET_TO_KLINFO(NASID_GET(lbptr), lbptr->brd_compts[i]); 829 kli->struct_type, 830 kli->flags, 831 kli->diagval, 832 kli->physid, 833 kli->virtid,
|
/linux-2.4.37.9/arch/ia64/sn/io/sn2/ |
D | klconflib.c | 73 find_component(lboard_t *brd, klinfo_t *kli, unsigned char struct_type) in find_component() argument 77 if (kli == (klinfo_t *)NULL) { in find_component() 81 if (kli == KLCF_COMP(brd, j)) in find_component() 86 DBG("find_component: Bad pointer: 0x%p\n", kli); in find_component() 93 kli = KLCF_COMP(brd, index); in find_component() 94 …d %p kli %p request type = 0x%x kli type 0x%x\n", brd, kli, kli->struct_type, KLCF_COMP_TYPE(kli)… in find_component() 95 if (KLCF_COMP_TYPE(kli) == struct_type) in find_component() 96 return kli; in find_component()
|
/linux-2.4.37.9/Documentation/ |
D | unicode.txt | 80 http://www.kli.org/
|
/linux-2.4.37.9/include/asm-ia64/sn/ |
D | klconfig.h | 976 extern klinfo_t *find_component(lboard_t *brd, klinfo_t *kli, unsigned char type);
|
/linux-2.4.37.9/include/asm-mips64/sn/ |
D | klconfig.h | 936 extern klinfo_t *find_component(lboard_t *brd, klinfo_t *kli, unsigned char type);
|