lboard_t          167 arch/mips/include/asm/sn/klconfig.h 	(lboard_t *)((KL_CONFIG_HDR(_nasid)->ch_board_info) ?		\
lboard_t          465 arch/mips/include/asm/sn/klconfig.h 	 (lboard_t *)(NODE_OFFSET_TO_K1(NASID_GET(_brd), (_brd)->brd_next)):\
lboard_t          865 arch/mips/include/asm/sn/klconfig.h 	lboard_t *lbinfo ;
lboard_t          889 arch/mips/include/asm/sn/klconfig.h extern lboard_t *find_lboard(lboard_t *start, unsigned char type);
lboard_t          890 arch/mips/include/asm/sn/klconfig.h extern klinfo_t *find_component(lboard_t *brd, klinfo_t *kli, unsigned char type);
lboard_t          891 arch/mips/include/asm/sn/klconfig.h extern klinfo_t *find_first_component(lboard_t *brd, unsigned char type);
lboard_t          893 arch/mips/include/asm/sn/klconfig.h extern lboard_t *find_lboard_class(lboard_t *start, unsigned char brd_class);
lboard_t           18 arch/mips/sgi-ip27/ip27-klconfig.c klinfo_t *find_component(lboard_t *brd, klinfo_t *kli, unsigned char struct_type)
lboard_t           46 arch/mips/sgi-ip27/ip27-klconfig.c klinfo_t *find_first_component(lboard_t *brd, unsigned char struct_type)
lboard_t           51 arch/mips/sgi-ip27/ip27-klconfig.c lboard_t *find_lboard(lboard_t *start, unsigned char brd_type)
lboard_t           60 arch/mips/sgi-ip27/ip27-klconfig.c 	return (lboard_t *)NULL;
lboard_t           63 arch/mips/sgi-ip27/ip27-klconfig.c lboard_t *find_lboard_class(lboard_t *start, unsigned char brd_type)
lboard_t           73 arch/mips/sgi-ip27/ip27-klconfig.c 	return (lboard_t *)NULL;
lboard_t           83 arch/mips/sgi-ip27/ip27-klconfig.c 	lboard_t *brd;
lboard_t           86 arch/mips/sgi-ip27/ip27-klconfig.c 	if (!(brd = find_lboard((lboard_t *)KL_CONFIG_INFO(nasid), KLTYPE_IP27)))
lboard_t           74 arch/mips/sgi-ip27/ip27-memory.c 	lboard_t *brd;
lboard_t           89 arch/mips/sgi-ip27/ip27-memory.c 		brd = (lboard_t *)NODE_OFFSET_TO_K0(
lboard_t          113 arch/mips/sgi-ip27/ip27-memory.c 	lboard_t *brd, *dest_brd;
lboard_t          124 arch/mips/sgi-ip27/ip27-memory.c 		brd = find_lboard_class((lboard_t *)KL_CONFIG_INFO(nasid),
lboard_t          141 arch/mips/sgi-ip27/ip27-memory.c 				dest_brd = (lboard_t *)NODE_OFFSET_TO_K0(
lboard_t          200 arch/mips/sgi-ip27/ip27-memory.c 	lboard_t *brd, *dest_brd;
lboard_t          224 arch/mips/sgi-ip27/ip27-memory.c 		brd = find_lboard_class((lboard_t *)KL_CONFIG_INFO(nasid),
lboard_t          242 arch/mips/sgi-ip27/ip27-memory.c 				dest_brd = (lboard_t *)NODE_OFFSET_TO_K0(
lboard_t          267 arch/mips/sgi-ip27/ip27-memory.c 	lboard_t *brd;
lboard_t          273 arch/mips/sgi-ip27/ip27-memory.c 	brd = find_lboard((lboard_t *)KL_CONFIG_INFO(nasid), KLTYPE_IP27);
lboard_t           44 arch/mips/sgi-ip27/ip27-smp.c static nasid_t get_actual_nasid(lboard_t *brd)
lboard_t           64 arch/mips/sgi-ip27/ip27-smp.c 	lboard_t *brd;
lboard_t           69 arch/mips/sgi-ip27/ip27-smp.c 	brd = find_lboard((lboard_t *)KL_CONFIG_INFO(nasid), KLTYPE_IP27);
lboard_t          156 arch/mips/sgi-ip27/ip27-timer.c 	lboard_t *board;
lboard_t           92 arch/mips/sgi-ip27/ip27-xtalk.c 	lboard_t *brd;
lboard_t          100 arch/mips/sgi-ip27/ip27-xtalk.c 	brd = find_lboard((lboard_t *)KL_CONFIG_INFO(nasid), KLTYPE_MIDPLANE8);