Home
last modified time | relevance | path

Searched refs:klinfo_t (Results 1 – 2 of 2) sorted by relevance

/linux/arch/mips/include/asm/sn/
H A Dklconfig.h108 #define IS_CONSOLE_IOC3(i) ((((klinfo_t *)i)->flags) & KLINFO_INSTALL)
468 (klinfo_t *)(NODE_OFFSET_TO_K1(NASID_GET(_brd), \
503 } klinfo_t ; typedef
595 klinfo_t cpu_info;
606 klinfo_t hub_info;
615 klinfo_t hubuart_info;
623 klinfo_t membnk_info;
641 klinfo_t snum_info;
659 klinfo_t xbow_info ;
675 klinfo_t bri_info ;
[all …]
/linux/arch/mips/sgi-ip27/
H A Dip27-klconfig.c18 klinfo_t *find_component(lboard_t *brd, klinfo_t *kli, unsigned char struct_type) in find_component()
22 if (kli == (klinfo_t *)NULL) { in find_component()
31 return (klinfo_t *)NULL; in find_component()
43 return (klinfo_t *)NULL; in find_component()
46 klinfo_t *find_first_component(lboard_t *brd, unsigned char struct_type) in find_first_component()
48 return find_component(brd, (klinfo_t *)NULL, struct_type); in find_first_component()