Searched refs:_arg (Results 1 – 12 of 12) sorted by relevance
| /f-stack/freebsd/contrib/ncsw/inc/ |
| H A D | types_freebsd.h | 70 #define QE_32_BIT_ADDR(_arg) (uint32_t)((uint32_t)&(_arg) & 0xFFFFFFFC) argument
|
| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | rte_class_eth.c | 97 const void *_arg) in eth_dev_match() argument 100 const struct eth_dev_match_arg *arg = _arg; in eth_dev_match()
|
| /f-stack/freebsd/sys/ |
| H A D | mac.h | 107 int mac_syscall(const char *_policyname, int _call, void *_arg);
|
| H A D | kernel.h | 466 typedef void (*ich_func_t)(void *_arg); 476 void config_intrhook_oneshot(ich_func_t _func, void *_arg);
|
| H A D | pmckern.h | 180 extern int (*pmc_hook)(struct thread *_td, int _function, void *_arg);
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_proto.h | 49 #define IEEE80211_SEND_MGMT(_ni,_type,_arg) \ argument 50 ((*(_ni)->ni_ic->ic_send_mgmt)(_ni, _type, _arg))
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_dn_private.h | 444 int copy_data_helper_compat(void *_o, void *_arg);
|
| H A D | ip_dn_glue.c | 751 copy_data_helper_compat(void *_o, void *_arg) in copy_data_helper_compat() argument 753 struct copy_args *a = _arg; in copy_data_helper_compat()
|
| H A D | ip_dummynet.c | 821 schk_hash(uintptr_t key, int flags, void *_arg) in schk_hash() argument 829 schk_match(void *obj, uintptr_t key, int flags, void *_arg) in schk_match() argument 1111 copy_data_helper(void *_o, void *_arg) in copy_data_helper() argument 1113 struct copy_args *a = _arg; in copy_data_helper()
|
| /f-stack/freebsd/kern/ |
| H A D | bus_if.m | 464 * will be called with the value of @p _arg as its single 476 * @param _arg a value to use as the single argument in calls 489 void *_arg;
|
| /f-stack/tools/ipfw/ |
| H A D | ipfw2.c | 2682 void *_arg, void *_state) in list_dyn_state() argument 2690 bp = (struct buf_pr *)_arg; in list_dyn_state()
|
| /f-stack/dpdk/doc/guides/contributing/ |
| H A D | coding_style.rst | 552 static char *function1(int _arg, const char *_arg2,
|