Searched refs:struct_type (Results 1 – 5 of 5) 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 38 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() argument 48 return find_component(brd, (klinfo_t *)NULL, struct_type); in find_first_component()
|
D | ip27-init.c | 829 kli->struct_type,
|
/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 94 …t: brd %p kli %p request type = 0x%x kli type 0x%x\n", brd, kli, kli->struct_type, KLCF_COMP_TYPE… in find_component() 95 if (KLCF_COMP_TYPE(kli) == struct_type) in find_component() 104 find_first_component(lboard_t *brd, unsigned char struct_type) in find_first_component() argument 106 return find_component(brd, (klinfo_t *)NULL, struct_type); in find_first_component()
|
/linux-2.4.37.9/include/asm-ia64/sn/ |
D | klconfig.h | 430 unsigned char struct_type; /* type of structure, local or remote */ member 467 #define KLCF_REMOTE(_brd) (((_brd)->struct_type & LOCAL_BOARD) ? 0 : 1) 494 #define KLCF_COMP_TYPE(_comp) ((_comp)->struct_type) 505 unsigned char struct_type; /* type of this structure */ member
|
/linux-2.4.37.9/include/asm-mips64/sn/ |
D | klconfig.h | 447 unsigned char struct_type; /* type of structure, local or remote */ member 483 #define KLCF_REMOTE(_brd) (((_brd)->struct_type & LOCAL_BOARD) ? 0 : 1) 508 #define KLCF_COMP_TYPE(_comp) ((_comp)->struct_type) 519 unsigned char struct_type; /* type of this structure */ member
|