Searched refs:_func (Results 1 – 10 of 10) sorted by relevance
| /dragonfly/sys/dev/drm/include/linux/ |
| HD | workqueue.h | 77 #define INIT_WORK(work, _func) \ argument 80 (work)->func = (_func); \ 86 #define INIT_WORK_ONSTACK(work, _func) INIT_WORK(work, _func) argument 88 #define INIT_DELAYED_WORK(_work, _func) \ argument 90 INIT_WORK(&(_work)->work, _func); \ 94 #define INIT_DELAYED_WORK_ONSTACK(work, _func) INIT_DELAYED_WORK(work, _func) argument
|
| /dragonfly/etc/rc.d/ |
| HD | netif | 98 _func= 104 _func="$1" 127 if ${_func} ${ifn} ; then
|
| /dragonfly/sys/dev/drm/include/drm/ |
| HD | drm_ioctl.h | 167 #define DRM_IOCTL_DEF_DRV(ioctl, _func, _flags) \ argument 170 .func = _func, \
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
| D | boost_concept_check.h | 72 typedef void (_ns::_concept <_type_var>::* _func##_type_var##_concept)(); \ in _GLIBCXX_VISIBILITY() 73 template <_func##_type_var##_concept _Tp1> \ in _GLIBCXX_VISIBILITY() 80 …typedef void (_ns::_concept <_type_var1,_type_var2>::* _func##_type_var1##_type_var2##_concept)();… in _GLIBCXX_VISIBILITY() 81 template <_func##_type_var1##_type_var2##_concept _Tp1> \ in _GLIBCXX_VISIBILITY() 88 …typedef void (_ns::_concept <_type_var1,_type_var2,_type_var3>::* _func##_type_var1##_type_var2##_… in _GLIBCXX_VISIBILITY() 89 template <_func##_type_var1##_type_var2##_type_var3##_concept _Tp1> \ in _GLIBCXX_VISIBILITY() 96 …typedef void (_ns::_concept <_type_var1,_type_var2,_type_var3,_type_var4>::* _func##_type_var1##_t… in _GLIBCXX_VISIBILITY() 97 template <_func##_type_var1##_type_var2##_type_var3##_type_var4##_concept _Tp1> \ in _GLIBCXX_VISIBILITY()
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
| D | boost_concept_check.h | 74 typedef void (_ns::_concept <_type_var>::* _func##_type_var##_concept)(); \ in _GLIBCXX_VISIBILITY() 75 template <_func##_type_var##_concept _Tp1> \ in _GLIBCXX_VISIBILITY() 82 …typedef void (_ns::_concept <_type_var1,_type_var2>::* _func##_type_var1##_type_var2##_concept)();… in _GLIBCXX_VISIBILITY() 83 template <_func##_type_var1##_type_var2##_concept _Tp1> \ in _GLIBCXX_VISIBILITY() 90 …typedef void (_ns::_concept <_type_var1,_type_var2,_type_var3>::* _func##_type_var1##_type_var2##_… in _GLIBCXX_VISIBILITY() 91 template <_func##_type_var1##_type_var2##_type_var3##_concept _Tp1> \ in _GLIBCXX_VISIBILITY() 98 …typedef void (_ns::_concept <_type_var1,_type_var2,_type_var3,_type_var4>::* _func##_type_var1##_t… in _GLIBCXX_VISIBILITY() 99 template <_func##_type_var1##_type_var2##_type_var3##_type_var4##_concept _Tp1> \ in _GLIBCXX_VISIBILITY()
|
| /dragonfly/sys/netinet/ |
| HD | tcp_timer2.h | 89 void (*_func)(void *)) in tcp_callout_reset() 94 callout_reset(&_tc->tc_callout, _to_ticks, _func, _tp); in tcp_callout_reset()
|
| /dragonfly/contrib/openpam/include/security/ |
| HD | openpam.h | 213 const char *_func,
|
| /dragonfly/sys/dev/drm/ |
| HD | drm_ioctl.c | 544 #define DRM_IOCTL_DEF(ioctl, _func, _flags) \ argument 547 .func = _func, \
|
| /dragonfly/contrib/mpfr/src/ |
| HD | mpfr-impl.h | 989 #define MPFR_DECL_INIT_CACHE(_cache,_func) \ argument 991 {{{{0,MPFR_SIGN_POS,0,(mp_limb_t*)0}},0,_func}}
|
| /dragonfly/contrib/gcc-8.0/libgomp/ |
| HD | target.c | 2523 if (!(device->f##_func = dlsym (plugin_handle, "GOMP_OFFLOAD_" #f))) \ in gomp_load_plugin_for_device() 2528 ((device->f##_func = dlsym (plugin_handle, "GOMP_OFFLOAD_" #n)) \ in gomp_load_plugin_for_device()
|