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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sgi-ip27/
H A Dip27-klconfig.c18 klinfo_t *find_component(lboard_t *brd, klinfo_t *kli, unsigned char struct_type) argument
38 if (KLCF_COMP_TYPE(kli) == struct_type)
46 klinfo_t *find_first_component(lboard_t *brd, unsigned char struct_type) argument
48 return find_component(brd, (klinfo_t *)NULL, struct_type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/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
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/sn/
H A Dklconfig.h421 unsigned char struct_type; /* type of structure, local or remote */ member in struct:lboard_s
457 #define KLCF_REMOTE(_brd) (((_brd)->struct_type & LOCAL_BOARD) ? 0 : 1)
472 #define KLCF_COMP_TYPE(_comp) ((_comp)->struct_type)
483 unsigned char struct_type; /* type of this structure */ member in struct:klinfo_s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/sn/
H A Dklconfig.h421 unsigned char struct_type; /* type of structure, local or remote */ member in struct:lboard_s
457 #define KLCF_REMOTE(_brd) (((_brd)->struct_type & LOCAL_BOARD) ? 0 : 1)
472 #define KLCF_COMP_TYPE(_comp) ((_comp)->struct_type)
483 unsigned char struct_type; /* type of this structure */ member in struct:klinfo_s

Completed in 149 milliseconds