| /freebsd-10-stable/contrib/openpam/t/ |
| D | t.h | 44 static int t_ ## n ## _func(void *); \ 46 { t_ ## n ## _func, d, NULL }; \ 47 static int t_ ## n ## _func(OPENPAM_UNUSED(void *arg)) 50 static int t_ ## n ## _func(void *); \ 52 { t_ ## n ## _func, d, a }; \ 53 static int t_ ## n ## _func(void *arg)
|
| /freebsd-10-stable/etc/rc.d/ |
| D | netif | 148 local _cooked_list _tmp_list _fail _func _ok _str _cmdifn 150 _func= 155 _func="$1" 196 case $_func in 205 if ${_func} ${ifn} $2; then 216 case ${_func}:${_dadwait} in 225 case ${_func} in 240 case ${_func} in
|
| /freebsd-10-stable/sys/ddb/ |
| D | ddb.h | 121 #define _DB_SET(_suffix, _name, _func, list, _flag, _more) \ argument 124 .fcn = _func, \ 148 #define _DB_FUNC(_suffix, _name, _func, list, _flag, _more) \ argument 149 static db_cmdfcn_t _func; \ 150 _DB_SET(_suffix, _name, _func, list, _flag, _more); \ 152 _func(db_expr_t addr, boolean_t have_addr, db_expr_t count, char *modif) 155 #define DB_FUNC(_name, _func, list, _flag, _more) \ argument 156 _DB_FUNC(_cmd, _name, _func, list, _flag, _more)
|
| /freebsd-10-stable/contrib/ngatm/libngatm/ |
| D | unicust.h | 92 _##T##_func(void *varg) \ 105 _##T##_func(void *varg) \ 118 _##T##_func(void *varg) \
|
| D | sscopcust.h | 87 (S)->timer##T, T##_func); \ 93 T##_func(void *varg) \
|
| /freebsd-10-stable/sys/netgraph/atm/uni/ |
| D | ng_uni_cust.h | 101 _##T##_func(node_p node, hook_p hook, void *arg1, int arg2) \ 115 _##T##_func(node_p node, hook_p hook, void *arg1, int arg2) \ 130 _##T##_func(node_p node, hook_p hook, void *arg1, int arg2) \
|
| /freebsd-10-stable/contrib/libstdc++/include/bits/ |
| D | boost_concept_check.h | 75 typedef void (_ns::_concept <_type_var>::* _func##_type_var##_concept)(); \ 76 template <_func##_type_var##_concept _Tp1> \ 83 …typedef void (_ns::_concept <_type_var1,_type_var2>::* _func##_type_var1##_type_var2##_concept)();… 84 template <_func##_type_var1##_type_var2##_concept _Tp1> \ 91 …typedef void (_ns::_concept <_type_var1,_type_var2,_type_var3>::* _func##_type_var1##_type_var2##_… 92 template <_func##_type_var1##_type_var2##_type_var3##_concept _Tp1> \ 99 …typedef void (_ns::_concept <_type_var1,_type_var2,_type_var3,_type_var4>::* _func##_type_var1##_t… 100 template <_func##_type_var1##_type_var2##_type_var3##_type_var4##_concept _Tp1> \
|
| /freebsd-10-stable/sys/boot/usb/ |
| D | bsd_kernel.h | 74 #define SYSINIT(uniq, subs, order, _func, _data) \ argument 76 .func = (_func), \ 83 #define SYSUNINIT(uniq, subs, order, _func, _data) \ argument 85 .func = (_func), \
|
| /freebsd-10-stable/sys/netgraph/atm/sscop/ |
| D | ng_sscop_cust.h | 116 hz * (S)->timer##T / 1000, T##_func, (S), 0); \ 125 T##_func(node_p node, hook_p hook, void *arg1, int arg2) \
|
| /freebsd-10-stable/contrib/bsnmp/lib/ |
| D | snmpclient.h | 141 int32_t snmp_pdu_send(struct snmp_pdu *_pdu, snmp_send_cb_f _func, void *_arg);
|
| /freebsd-10-stable/contrib/gcc/config/arm/ |
| D | README-interworking | 504 .globl _func 506 _func: 527 .globl _func 529 _func: 547 .globl _func 549 _func: 570 .globl _func 571 _func: 612 .globl _func 614 _func:
|
| /freebsd-10-stable/sys/contrib/ngatm/netnatm/sig/ |
| D | unipriv.h | 559 #define TIMER_START_UNI(U,T,N) _TIMER_START(U, U, (U)->T, N, _##T##_func) 560 #define TIMER_START_CALL(C,T,N) _TIMER_START(C->uni, C, (C)->T, N, _##T##_func) 561 #define TIMER_START_PARTY(P,T,N) _TIMER_START(P->call->uni, P, (P)->T, N, _##T##_func)
|
| /freebsd-10-stable/contrib/llvm/lib/Target/Mips/ |
| D | Mips16InstrInfo.td | 49 class FI816_ins_base<bits<3> _func, string asmstr, 51 FI816<_func, (outs), (ins simm16:$imm), !strconcat(asmstr, asmstr2), 54 class FI816_ins<bits<3> _func, string asmstr, 56 FI816_ins_base<_func, asmstr, "\t$imm # 16 bit inst", itin>; 58 class FI816_SP_ins<bits<3> _func, string asmstr, 60 FI816_ins_base<_func, asmstr, "\t$$sp, $imm # 16 bit inst", itin>; 134 class FEXT_I816_ins_base<bits<3> _func, string asmstr, 136 FEXT_I816<_func, (outs), (ins simm16:$imm), !strconcat(asmstr, asmstr2), 139 class FEXT_I816_ins<bits<3> _func, string asmstr, 141 FEXT_I816_ins_base<_func, asmstr, "\t$imm", itin>; [all …]
|
| D | Mips16InstrFormats.td | 318 class FI816<bits<3> _func, dag outs, dag ins, string asmstr, 326 let func = _func;
|
| /freebsd-10-stable/contrib/openpam/include/security/ |
| D | openpam.h | 214 const char *_func,
|
| /freebsd-10-stable/sys/dev/drm2/ |
| D | drmP.h | 289 #define DRM_IOCTL_DEF(ioctl, _func, _flags) \ argument 290 [DRM_IOCTL_NR(ioctl)] = {.cmd = ioctl, .func = _func, .flags = _flags, .cmd_drv = 0} 292 #define DRM_IOCTL_DEF_DRV(ioctl, _func, _flags) \ argument 293 …[DRM_IOCTL_NR(DRM_##ioctl)] = {.cmd = DRM_##ioctl, .func = _func, .flags = _flags, .cmd_drv = DRM_…
|
| /freebsd-10-stable/contrib/libstdc++/ |
| D | linkage.m4 | 34 dnl but _func does, then it will "#define func _func".
|
| /freebsd-10-stable/contrib/ntp/sntp/libevent/ |
| D | ChangeLog-2.0 | 587 o Use the _func() replacements for open, fstat, etc in evutil.c on win32 (e50c0fc)
|