Home
last modified time | relevance | path

Searched refs:_type (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/asm-arm/mach/
Darch.h54 #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/
Ddma.h70 #define dma_region_i(_dma, _type, _index) ( ((_type*) ((_dma)->kvirt)) + (_index) ) argument
/linux-2.4.37.9/include/net/sctp/
Dconstants.h140 #define SCTP_SUBTYPE_CONSTRUCTOR(_name, _type, _elt) \ argument
142 SCTP_ST_## _name (_type _arg) \
/linux-2.4.37.9/net/sctp/
Dsm_statetable.c69 #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];