Searched refs:_type (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/include/asm-arm/mach/ |
D | arch.h | 54 #define MACHINE_START(_type,_name) \ argument 55 const struct machine_desc __mach_desc_##_type \ 57 .nr = MACH_TYPE_##_type, \
|
/linux-2.4.37.9/drivers/ieee1394/ |
D | dma.h | 70 #define dma_region_i(_dma, _type, _index) ( ((_type*) ((_dma)->kvirt)) + (_index) ) argument
|
/linux-2.4.37.9/include/net/sctp/ |
D | constants.h | 140 #define SCTP_SUBTYPE_CONSTRUCTOR(_name, _type, _elt) \ argument 142 SCTP_ST_## _name (_type _arg) \
|
/linux-2.4.37.9/net/sctp/ |
D | sm_statetable.c | 69 #define DO_LOOKUP(_max, _type, _table) \ argument 70 if ((event_subtype._type > (_max))) { \ 74 _table, event_subtype._type, _max); \ 77 return &_table[event_subtype._type][(int)state];
|