Home
last modified time | relevance | path

Searched refs:struct_type (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/arch/mips/sgi-ip27/
Dip27-klconfig.c18 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()
Dip27-init.c829 kli->struct_type,
/linux-2.4.37.9/arch/ia64/sn/io/sn2/
Dklconflib.c73 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/
Dklconfig.h430 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/
Dklconfig.h447 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