Searched refs:_method_id (Results 1 – 1 of 1) sorted by relevance
27 _method_id)[] = { __VA_ARGS__ }; \29 .id = _method_id, \30 .handler = UVERBS_HANDLER(_method_id), \31 .num_attrs = ARRAY_SIZE(UVERBS_METHOD_ATTRS(_method_id)), \32 .attrs = &UVERBS_METHOD_ATTRS(_method_id), \41 _method_id)[] = { _handle_attr }; \43 .id = _method_id, \45 .num_attrs = ARRAY_SIZE(UVERBS_METHOD_ATTRS(_method_id)), \46 .attrs = &UVERBS_METHOD_ATTRS(_method_id), \89 _method_id)[] = { __VA_ARGS__ }; \[all …]
Completed in 2 milliseconds