Searched refs:__type (Results 1 – 2 of 2) sorted by relevance
55 #define mdesc_for_each_arc(__arc, __hdl, __node, __type) \ argument56 for (__arc = mdesc_next_arc(__hdl, __node, __type); \58 __arc = mdesc_next_arc(__hdl, __arc, __type))
426 unsigned int __type:4; /**< Type. */ member