Searched refs:struct_type (Results 1 - 3 of 3) sorted by relevance

/arch/mips/sgi-ip27/
H A Dip27-klconfig.c17 klinfo_t *find_component(lboard_t *brd, klinfo_t *kli, unsigned char struct_type) argument
37 if (KLCF_COMP_TYPE(kli) == struct_type)
45 klinfo_t *find_first_component(lboard_t *brd, unsigned char struct_type) argument
47 return find_component(brd, (klinfo_t *)NULL, struct_type);
/arch/ia64/include/asm/sn/
H A Dklconfig.h182 unsigned char struct_type; /* type of structure, local or remote */ member in struct:lboard_s
217 unsigned char struct_type; /* type of this structure */ member in struct:klinfo_s
/arch/mips/include/asm/sn/
H A Dklconfig.h423 unsigned char struct_type; /* type of structure, local or remote */ member in struct:lboard_s
459 #define KLCF_REMOTE(_brd) (((_brd)->struct_type & LOCAL_BOARD) ? 0 : 1)
474 #define KLCF_COMP_TYPE(_comp) ((_comp)->struct_type)
485 unsigned char struct_type; /* type of this structure */ member in struct:klinfo_s

Completed in 90 milliseconds