Home
last modified time | relevance | path

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

12

/freebsd-13.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-13.1/sys/ddb/
H A Dddb.h130 #define _DB_SET(_suffix, _name, _func, list, _flag, _more) \ argument
133 .fcn = _func, \
157 #define _DB_FUNC(_suffix, _name, _func, list, _flag, _more) \ argument
158 static db_cmdfcn_t _func; \
159 _DB_SET(_suffix, _name, _func, list, _flag, _more); \
161 _func(db_expr_t addr, bool have_addr, db_expr_t count, char *modif)
164 #define DB_FUNC(_name, _func, list, _flag, _more) \ argument
165 _DB_FUNC(_cmd, _name, _func, list, _flag, _more)
/freebsd-13.1/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A Dctypes.py28 def _func(value): function
39 _func.__name__ = type_name
40 return _func
/freebsd-13.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-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dirq_work.h47 #define DEFINE_IRQ_WORK(name, _func) struct irq_work name = { \ argument
49 .func = (_func), \
H A Dinterrupt.h145 #define DECLARE_TASKLET(_name, _func, _data) \ argument
146 struct tasklet_struct _name = { .func = (_func), .data = (_data) }
H A Dnetdevice.h292 #define alloc_netdev(_l, _n, _f, _func) \ argument
293 linuxkpi_alloc_netdev(_l, _n, _f, _func)
/freebsd-13.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-13.1/sys/contrib/device-tree/include/dt-bindings/pinctrl/
H A Drzn1-pinctrl.h9 #define RZN1_PINMUX(_gpio, _func) \ argument
10 (((_func) << 8) | (_gpio))
/freebsd-13.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-13.1/stand/kshim/
H A Dbsd_kernel.h99 #define SYSINIT(uniq, subs, order, _func, _data) \ argument
101 .func = (_func), \
108 #define SYSUNINIT(uniq, subs, order, _func, _data) \ argument
110 .func = (_func), \
/freebsd-13.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-13.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-13.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-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16InstrInfo.td62 class FI816_ins_base<bits<3> _func, string asmstr,
64 FI816<_func, (outs), (ins simm16:$imm), !strconcat(asmstr, asmstr2),
67 class FI816_ins<bits<3> _func, string asmstr,
69 FI816_ins_base<_func, asmstr, "\t$imm # 16 bit inst", itin>;
71 class FI816_SP_ins<bits<3> _func, string asmstr,
73 FI816_ins_base<_func, asmstr, "\t$$sp, $imm # 16 bit inst", itin>;
158 class FEXT_I816_ins_base<bits<3> _func, string asmstr,
163 class FEXT_I816_ins<bits<3> _func, string asmstr,
165 FEXT_I816_ins_base<_func, asmstr, "\t$imm", itin>;
167 class FEXT_I816_SP_ins<bits<3> _func, string asmstr,
[all …]
H A DMips16InstrFormats.td317 class FI816<bits<3> _func, dag outs, dag ins, string asmstr,
325 let func = _func;
/freebsd-13.1/contrib/openpam/include/security/
H A Dopenpam.h215 const char *_func,
/freebsd-13.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-13.1/sys/net/route/
H A Dfib_algo.c245 #define _ALGO_PRINTF(_fib, _fam, _aname, _gen, _func, _fmt, ...) \ argument
247 print_family(_fam), _fib, _aname, _gen, _func, ## __VA_ARGS__)
248 #define _RH_PRINTF(_fib, _fam, _func, _fmt, ...) \ argument
249 printf("[fib_algo] %s.%u %s: " _fmt "\n", print_family(_fam), _fib, _func, ## __VA_ARGS__)
/freebsd-13.1/sys/sys/
H A Dkernel.h482 void config_intrhook_oneshot(ich_func_t _func, void *_arg);
/freebsd-13.1/sys/contrib/device-tree/src/arm64/exynos/
H A Dexynos5433-pinctrl.dtsi14 #define PIN(_func, _pin, _pull, _drv) \ argument
17 samsung,pin-function = <EXYNOS_PIN_FUNC_ ##_func>; \
/freebsd-13.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)

12