/freebsd/libexec/rc/rc.d/ |
H A D | netif | 158 local _cooked_list _tmp_list _fail _func _ok _str _cmdifn 160 _func= 165 _func="$1" 206 case $_func in 215 if ${_func} ${ifn} $2; then 226 case ${_func}:${_dadwait} in 235 case ${_func} in 250 case ${_func} in
|
/freebsd/sys/ddb/ |
H A D | ddb.h | 145 #define _DB_SET(_table, _name, _func, _flag, _more) \ argument 148 .fcn = _func, \ 182 #define DB_TABLE_COMMAND_FLAGS(_table, _name, _func, _flag) \ argument 183 static db_cmdfcn_t _func; \ 184 _DB_SET(_table, _name, _func, _flag, NULL); \ 186 _func(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) 188 #define DB_TABLE_COMMAND(_table, _name, _func) \ argument 189 DB_TABLE_COMMAND_FLAGS(_table, _name, _func, 0) 192 #define DB_TABLE_ALIAS_FLAGS(_table, _name, _func, _flag) \ argument 193 _DB_SET(_table, _name, _func, _fla 194 DB_TABLE_ALIAS(_table,_name,_func) global() argument [all...] |
H A D | db_command.c | 81 #define DB_CMD(_name, _func, _flags) \ argument 84 .fcn = (_func), \
|
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
H A D | ctypes.py | 28 def _func(value): function 39 _func.__name__ = type_name 40 return _func
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | irq_work.h | 63 #define DEFINE_IRQ_WORK(name, _func) struct irq_work name = { \ argument 65 .func = (_func), \
|
H A D | interrupt.h | 173 #define DECLARE_TASKLET(_name, _func, _data) \ argument 174 struct tasklet_struct _name = { .func = (_func), .data = (_data) }
|
H A D | netdevice.h | 467 #define alloc_netdev(_l, _n, _f, _func) \ argument 468 linuxkpi_alloc_netdev(_l, _n, _f, _func)
|
/freebsd/contrib/openpam/t/ |
H A D | t_openpam_subst.c | 50 static int t_ ## n ## _func(OPENPAM_UNUSED(char **desc), \ 54 t_add_test(&t_ ## n ## _func, NULL, "%s", t_ ## n ## _desc)
|
H A D | t_openpam_dispatch.c | 51 static int t_ ## n ## _func(OPENPAM_UNUSED(char **desc), \ 55 t_add_test(&t_ ## n ## _func, NULL, "%s", t_ ## n ## _desc)
|
H A D | t_openpam_readlinev.c | 49 static int t_ ## n ## _func(OPENPAM_UNUSED(char **desc), \ 53 t_add_test(&t_ ## n ## _func, NULL, "%s", t_ ## n ## _desc)
|
H A D | t_openpam_readword.c | 48 static int t_ ## n ## _func(OPENPAM_UNUSED(char **desc), \ 52 t_add_test(&t_ ## n ## _func, NULL, "%s", t_ ## n ## _desc)
|
/freebsd/sys/sys/ |
H A D | sdt.h | 172 #define SDT_PROBE_DEFINE(_prov, _mod, _func, _name) \ argument 173 struct sdt_probe _SDT_PROBE_NAME(_prov, _mod, _func, _name) = { \ 177 .func = #_func, \ 180 DATA_SET(sdt_probes_set, _SDT_PROBE_NAME(_prov, _mod, _func, _name)) 240 #define SDT_PROBE_ARGTYPE(_prov, _mod, _func, _name, _num, _type, _xtype) \ argument 242 sdta_##_prov##_##_mod##_##_func##_##_name##_num[1] = { \ 247 .probe = &_SDT_PROBE_NAME(_prov, _mod, _func, _name), \ 251 sdta_##_prov##_##_mod##_##_func##_##_name##_num);
|
H A D | kernel.h | 491 void config_intrhook_oneshot(ich_func_t _func, void *_arg);
|
/freebsd/sys/dev/vmm/ |
H A D | vmm_stat.h | 54 #define VMM_STAT_FDEFINE(type, _nelems, _desc, _func, _pred) \ argument 60 .func = _func, \
|
/freebsd/sys/ofed/include/rdma/ |
H A D | uverbs_ioctl.h | 392 #define DECLARE_UVERBS_WRITE(_command_num, _func, _cmd_desc, ...) \ argument 397 .func_write = _func, \ 403 #define DECLARE_UVERBS_WRITE_EX(_command_num, _func, _cmd_desc, ...) \ argument 408 .func_write = _func, \ 444 #define UAPI_DEF_IS_OBJ_SUPPORTED(_func) \ argument 447 .scope = UAPI_SCOPE_OBJECT, .func_is_supported = _func, \
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/pinctrl/ |
H A D | rzn1-pinctrl.h | 9 #define RZN1_PINMUX(_gpio, _func) \ argument 10 (((_func) << 8) | (_gpio))
|
/freebsd/stand/kshim/ |
H A D | bsd_kernel.h | 98 #define SYSINIT(uniq, subs, order, _func, _data) \ argument 100 .func = (_func), \ 107 #define SYSUNINIT(uniq, subs, order, _func, _data) \ argument 109 .func = (_func), \
|
/freebsd/contrib/bsnmp/lib/ |
H A D | snmpclient.h | 142 int32_t snmp_pdu_send(struct snmp_pdu *_pdu, snmp_send_cb_f _func, void *_arg);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | Mips16InstrInfo.td | 62 class FI816_ins_base<bits<3> _func, string asmstr, 64 FI816<_func, (outs), (ins simm16:$imm8), !strconcat(asmstr, asmstr2), 67 class FI816_ins<bits<3> _func, string asmstr, 69 FI816_ins_base<_func, asmstr, "\t$imm8 # 16 bit inst", itin>; 71 class FI816_SP_ins<bits<3> _func, string asmstr, 73 FI816_ins_base<_func, asmstr, "\t$$sp, $imm8 # 16 bit inst", itin>; 158 class FEXT_I816_ins_base<bits<3> _func, string asmstr, 160 FEXT_I816<_func, (outs), (ins simm16:$imm16), !strconcat(asmstr, asmstr2), 163 class FEXT_I816_ins<bits<3> _func, string asmstr, 165 FEXT_I816_ins_base<_func, asmstr, "\t$imm16", itin>; [all …]
|
H A D | Mips16InstrFormats.td | 317 class FI816<bits<3> _func, dag outs, dag ins, string asmstr, 325 let func = _func;
|
/freebsd/contrib/openpam/include/security/ |
H A D | openpam.h | 213 const char *_func,
|
/freebsd/sys/dev/drm2/ |
H A D | drmP.h | 310 #define DRM_IOCTL_DEF(ioctl, _func, _flags) \ argument 311 [DRM_IOCTL_NR(ioctl)] = {.cmd = ioctl, .func = _func, .flags = _flags, .cmd_drv = 0} 313 #define DRM_IOCTL_DEF_DRV(ioctl, _func, _flags) \ argument 314 …[DRM_IOCTL_NR(DRM_##ioctl)] = {.cmd = DRM_##ioctl, .func = _func, .flags = _flags, .cmd_drv = DRM_…
|
/freebsd/sys/net/route/ |
H A D | fib_algo.c | 244 #define _ALGO_PRINTF(_fib, _fam, _aname, _gen, _func, _fmt, ...) \ argument 246 print_family(_fam), _fib, _aname, _gen, _func, ## __VA_ARGS__) 247 #define _RH_PRINTF(_fib, _fam, _func, _fmt, ...) \ argument 248 printf("[fib_algo] %s.%u %s: " _fmt "\n", print_family(_fam), _fib, _func, ## __VA_ARGS__)
|
/freebsd/sys/contrib/device-tree/src/arm64/exynos/ |
H A D | exynos5433-pinctrl.dtsi | 14 #define PIN(_pin, _func, _pull, _drv) \ argument 17 samsung,pin-function = <EXYNOS_PIN_FUNC_ ##_func>; \
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | ChangeLog-2.0 | 587 o Use the _func() replacements for open, fstat, etc in evutil.c on win32 (e50c0fc)
|