Home
last modified time | relevance | path

Searched refs:_func (Results 1 – 25 of 25) sorted by relevance

/freebsd-12.1/libexec/rc/rc.d/
H A Dnetif159 local _cooked_list _tmp_list _fail _func _ok _str _cmdifn
161 _func=
166 _func="$1"
207 case $_func in
216 if ${_func} ${ifn} $2; then
227 case ${_func}:${_dadwait} in
236 case ${_func} in
251 case ${_func} in
/freebsd-12.1/sys/ddb/
H A Dddb.h134 #define _DB_SET(_suffix, _name, _func, list, _flag, _more) \ argument
137 .fcn = _func, \
161 #define _DB_FUNC(_suffix, _name, _func, list, _flag, _more) \ argument
162 static db_cmdfcn_t _func; \
163 _DB_SET(_suffix, _name, _func, list, _flag, _more); \
165 _func(db_expr_t addr, bool have_addr, db_expr_t count, char *modif)
168 #define DB_FUNC(_name, _func, list, _flag, _more) \ argument
169 _DB_FUNC(_cmd, _name, _func, list, _flag, _more)
/freebsd-12.1/contrib/ngatm/libngatm/
H A Dunicust.h92 _##T##_func(void *varg) \
105 _##T##_func(void *varg) \
118 _##T##_func(void *varg) \
H A Dsscopcust.h87 (S)->timer##T, T##_func); \
93 T##_func(void *varg) \
/freebsd-12.1/sys/netgraph/atm/uni/
H A Dng_uni_cust.h103 _##T##_func(node_p node, hook_p hook, void *arg1, int arg2) \
117 _##T##_func(node_p node, hook_p hook, void *arg1, int arg2) \
132 _##T##_func(node_p node, hook_p hook, void *arg1, int arg2) \
/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dboost_concept_check.h75 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-12.1/sys/gnu/dts/include/dt-bindings/pinctrl/
H A Drzn1-pinctrl.h9 #define RZN1_PINMUX(_gpio, _func) \ argument
10 (((_func) << 8) | (_gpio))
/freebsd-12.1/contrib/openpam/t/
H A Dt_openpam_dispatch.c53 static int t_ ## n ## _func(OPENPAM_UNUSED(char **desc), \
57 t_add_test(&t_ ## n ## _func, NULL, "%s", t_ ## n ## _desc)
H A Dt_openpam_readlinev.c51 static int t_ ## n ## _func(OPENPAM_UNUSED(char **desc), \
55 t_add_test(&t_ ## n ## _func, NULL, "%s", t_ ## n ## _desc)
H A Dt_openpam_readword.c50 static int t_ ## n ## _func(OPENPAM_UNUSED(char **desc), \
54 t_add_test(&t_ ## n ## _func, NULL, "%s", t_ ## n ## _desc)
/freebsd-12.1/sys/compat/linuxkpi/common/include/linux/
H A Dinterrupt.h200 #define DECLARE_TASKLET(_name, _func, _data) \ argument
201 struct tasklet_struct _name = { .func = (_func), .data = (_data) }
/freebsd-12.1/stand/kshim/
H A Dbsd_kernel.h94 #define SYSINIT(uniq, subs, order, _func, _data) \ argument
96 .func = (_func), \
103 #define SYSUNINIT(uniq, subs, order, _func, _data) \ argument
105 .func = (_func), \
/freebsd-12.1/sys/netgraph/atm/sscop/
H A Dng_sscop_cust.h118 hz * (S)->timer##T / 1000, T##_func, (S), 0); \
127 T##_func(node_p node, hook_p hook, void *arg1, int arg2) \
/freebsd-12.1/contrib/gcc/config/arm/
H A DREADME-interworking504 .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-12.1/contrib/bsnmp/lib/
H A Dsnmpclient.h142 int32_t snmp_pdu_send(struct snmp_pdu *_pdu, snmp_send_cb_f _func, void *_arg);
/freebsd-12.1/sys/contrib/ngatm/netnatm/sig/
H A Dunipriv.h559 #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-12.1/contrib/llvm/lib/Target/Mips/
H A DMips16InstrInfo.td63 class FI816_ins_base<bits<3> _func, string asmstr,
65 FI816<_func, (outs), (ins simm16:$imm), !strconcat(asmstr, asmstr2),
68 class FI816_ins<bits<3> _func, string asmstr,
70 FI816_ins_base<_func, asmstr, "\t$imm # 16 bit inst", itin>;
72 class FI816_SP_ins<bits<3> _func, string asmstr,
74 FI816_ins_base<_func, asmstr, "\t$$sp, $imm # 16 bit inst", itin>;
159 class FEXT_I816_ins_base<bits<3> _func, string asmstr,
164 class FEXT_I816_ins<bits<3> _func, string asmstr,
166 FEXT_I816_ins_base<_func, asmstr, "\t$imm", itin>;
168 class FEXT_I816_SP_ins<bits<3> _func, string asmstr,
[all …]
H A DMips16InstrFormats.td318 class FI816<bits<3> _func, dag outs, dag ins, string asmstr,
326 let func = _func;
/freebsd-12.1/contrib/openpam/include/security/
H A Dopenpam.h215 const char *_func,
/freebsd-12.1/sys/dev/drm2/
H A DdrmP.h312 #define DRM_IOCTL_DEF(ioctl, _func, _flags) \ argument
313 [DRM_IOCTL_NR(ioctl)] = {.cmd = ioctl, .func = _func, .flags = _flags, .cmd_drv = 0}
315 #define DRM_IOCTL_DEF_DRV(ioctl, _func, _flags) \ argument
316 …[DRM_IOCTL_NR(DRM_##ioctl)] = {.cmd = DRM_##ioctl, .func = _func, .flags = _flags, .cmd_drv = DRM_…
/freebsd-12.1/sys/sys/
H A Dkernel.h449 void config_intrhook_oneshot(ich_func_t _func, void *_arg);
/freebsd-12.1/sys/gnu/dts/arm64/exynos/
H A Dexynos5433-pinctrl.dtsi14 #define PIN(_func, _pin, _pull, _drv) \ argument
17 samsung,pin-function = <EXYNOS_PIN_FUNC_ ##_func>; \
/freebsd-12.1/contrib/libstdc++/
H A Dlinkage.m434 dnl but _func does, then it will "#define func _func".
/freebsd-12.1/contrib/libevent/
H A DChangeLog-2.0587 o Use the _func() replacements for open, fstat, etc in evutil.c on win32 (e50c0fc)
/freebsd-12.1/contrib/ntp/sntp/libevent/
H A DChangeLog-2.0587 o Use the _func() replacements for open, fstat, etc in evutil.c on win32 (e50c0fc)