| /netbsd/src/lib/libc/citrus/ |
| D | citrus_prop.h | 42 #define _CITRUS_PROP_CB0_T(_func_, _type_) \ argument 43 typedef int (*_citrus_prop_##_func_##_cb_func_t) \ 46 _citrus_prop_##_func_##_cb_func_t func; \ 47 } _citrus_prop_##_func_##_cb_t; 52 #define _CITRUS_PROP_CB1_T(_func_, _type_) \ argument 53 typedef int (*_citrus_prop_##_func_##_cb_func_t) \ 56 _citrus_prop_##_func_##_cb_func_t func; \ 57 } _citrus_prop_##_func_##_cb_t;
|
| D | citrus_prop.c | 81 #define _CITRUS_PROP_READ_UINT_COMMON(_func_, _type_, _max_) \ argument 83 _citrus_prop_read_##_func_##_common(struct _memstream * __restrict ms, \ 114 #define _CITRUS_PROP_READ_INT(_func_, _type_) \ in _CITRUS_PROP_READ_UINT_COMMON() argument 116 _citrus_prop_read_##_func_(struct _memstream * __restrict ms, \ in _CITRUS_PROP_READ_UINT_COMMON() 141 obj->u._func_ = 0; \ in _CITRUS_PROP_READ_UINT_COMMON() 149 return _citrus_prop_read_##_func_##_common \ in _CITRUS_PROP_READ_UINT_COMMON() 150 (ms, &obj->u._func_, base); \ in _CITRUS_PROP_READ_UINT_COMMON() 399 #define CALL0(_func_) \ in _citrus_prop_parse_element() argument 401 _DIAGASSERT(hint->cb._func_.func != NULL); \ in _citrus_prop_parse_element() 402 errnum = (*hint->cb._func_.func)(context, \ in _citrus_prop_parse_element() [all …]
|
| D | citrus_ctype_template.h | 475 #define _RESTART_BEGIN(_func_, _cei_, _pspriv_, _pse_) \ argument 480 _pse_ = &_CEI_TO_STATE(_cei_, _func_); \ 491 #define _RESTART_END(_func_, _cei_, _pspriv_, _pse_) \ argument
|
| /netbsd/src/sys/dev/raidframe/ |
| D | rf_shutdown.h | 63 #define rf_ShutdownCreate(_listp_,_func_,_arg_) \ argument 64 _rf_ShutdownCreate(_listp_,_func_,_arg_,__FILE__,__LINE__) 68 #define rf_ShutdownCreate(_listp_,_func_,_arg_) \ argument 69 _rf_ShutdownCreate(_listp_,_func_,_arg_)
|
| D | rf_threadstuff.h | 85 #define RF_CREATE_THREAD(_handle_, _func_, _arg_, _name_) \ argument 86 kthread_create(PRI_SOFTBIO, 0, NULL, (void (*)(void *))(_func_), \ 89 #define RF_CREATE_ENGINE_THREAD(_handle_, _func_, _arg_, _fmt_, _fmt_arg_) \ argument 90 kthread_create(PRI_SOFTBIO, 0, NULL, (void (*)(void *))(_func_), \
|
| /netbsd/src/tests/fs/common/ |
| D | h_fsmacros.h | 132 #define ATF_TC_FSADD_RO(_fs_,_type_,_func_,_desc_,_gen_) \ argument 133 ATF_TC(_fs_##_##_func_); \ 134 ATF_TC_HEAD(_fs_##_##_func_,tc) \ 140 void *_fs_##_func_##tmp; \ 142 ATF_TC_BODY(_fs_##_##_func_,tc) \ 146 FSTEST_CONSTRUCTOR(tc,_fs_,_fs_##_func_##tmp); \ 150 if (_fs_##_fstest_mount(tc, _fs_##_func_##tmp, \ 153 _func_(tc,FSTEST_MNTNAME); \
|
| /netbsd/src/lib/libc/citrus/modules/ |
| D | citrus_utf8.c | 123 #define _CEI_TO_STATE(_ei_, _func_) (_ei_)->states.s_##_func_ argument
|
| D | citrus_euctw.c | 113 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_ argument
|
| D | citrus_euc.c | 122 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_ argument
|
| D | citrus_johab.c | 83 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_ argument
|
| D | citrus_mskanji.c | 119 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_ argument
|
| D | citrus_dechanyu.c | 83 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.__CONCAT(s_,_func_) argument
|
| D | citrus_gbk2k.c | 84 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_ argument
|
| D | citrus_big5.c | 127 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_ argument
|
| D | citrus_zw.c | 89 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_ argument
|
| D | citrus_ues.c | 80 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_ argument
|
| D | citrus_viqr.c | 246 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_ argument
|
| D | citrus_utf7.c | 91 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_ argument
|
| D | citrus_hz.c | 155 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_ argument
|
| D | citrus_iso2022.c | 145 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_ argument
|
| /netbsd/src/sys/arch/ia64/ia64/ |
| D | exception.S | 809 #define CALL(_func_, _n_, _ifa_) \ argument 823 br.call.sptk rp=_func_ ;; \
|
| /netbsd/src/sys/external/bsd/acpica/dist/ |
| D | changes.txt | 13552 runtime (such as __FUNCTION__ or _func_, etc.) The function name is used
|