Searched refs:struct_type (Results 1 – 3 of 3) sorted by relevance
18 klinfo_t *find_component(lboard_t *brd, klinfo_t *kli, unsigned char struct_type) in find_component() argument38 if (KLCF_COMP_TYPE(kli) == struct_type) in find_component()46 klinfo_t *find_first_component(lboard_t *brd, unsigned char struct_type) in find_first_component() argument48 return find_component(brd, (klinfo_t *)NULL, struct_type); in find_first_component()
182 unsigned char struct_type; /* type of structure, local or remote */ member217 unsigned char struct_type; /* type of this structure */ member
423 unsigned char struct_type; /* type of structure, local or remote */ member459 #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