Searched refs:_arg (Results 1 - 17 of 17) sorted by relevance

/freebsd-10-stable/sys/net/
H A Dif_atm.h304 struct atmev_flow_control _arg; \
305 _arg.vpi = (VPI); \
306 _arg.vci = (VCI); \
307 _arg.busy = (BUSY); \
308 atm_event((ATMIF)->ifp, ATMEV_FLOW_CONTROL, &_arg); \
313 struct atmev_vcc_changed _arg; \
314 _arg.vpi = (VPI); \
315 _arg.vci = (VCI); \
316 _arg.up = (UP); \
317 atm_event((ATMIF)->ifp, ATMEV_VCC_CHANGED, &_arg); \
[all...]
/freebsd-10-stable/share/mk/
H A Dbsd.symver.mk20 .for _arg in ${.MAKEFLAGS}
22 _mpath+= ${_arg}
24 _oarg= ${_arg}
/freebsd-10-stable/sys/dev/virtio/
H A Dvirtqueue.h59 #define VQ_ALLOC_INFO_INIT(_i,_nsegs,_intr,_arg,_vqp,_str,...) do { \
64 (_i)->vqai_intr_arg = (_arg); \
/freebsd-10-stable/contrib/bsnmp/lib/
H A Dsnmpclient.h141 int32_t snmp_pdu_send(struct snmp_pdu *_pdu, snmp_send_cb_f _func, void *_arg);
185 typedef void (*snmp_table_cb_f)(void *_list, void *_arg, int _res);
/freebsd-10-stable/sys/sys/
H A Dmac.h105 int mac_syscall(const char *_policyname, int _call, void *_arg);
H A Dpmckern.h159 extern int (*pmc_hook)(struct thread *_td, int _function, void *_arg);
/freebsd-10-stable/usr.sbin/pmcstat/
H A Dpmcstat.h170 void pmcstat_find_targets(const char *_arg);
/freebsd-10-stable/sys/dev/hpt27xx/
H A Dldm.h116 #define INIT_LOCK_REQUEST(req, _start, _end, _cb, _arg, _cc) \
121 INIT_TQ_ITEM(&(req)->callback, _cb, _arg);\
176 #define INIT_TIMER_CALL(timer, _interval, _proc, _arg) \
181 (timer)->arg = _arg;\
/freebsd-10-stable/sys/dev/hptnr/
H A Dldm.h116 #define INIT_LOCK_REQUEST(req, _start, _end, _cb, _arg, _cc) \
121 INIT_TQ_ITEM(&(req)->callback, _cb, _arg);\
176 #define INIT_TIMER_CALL(timer, _interval, _proc, _arg) \
181 (timer)->arg = _arg;\
/freebsd-10-stable/sys/dev/hptrr/
H A Dldm.h115 #define INIT_LOCK_REQUEST(req, _start, _end, _cb, _arg, _cc) \
120 INIT_TQ_ITEM(&(req)->callback, _cb, _arg);\
175 #define INIT_TIMER_CALL(timer, _interval, _proc, _arg) \
180 (timer)->arg = _arg;\
/freebsd-10-stable/sys/net80211/
H A Dieee80211_proto.h47 #define IEEE80211_SEND_MGMT(_ni,_type,_arg) \
48 ((*(_ni)->ni_ic->ic_send_mgmt)(_ni, _type, _arg))
/freebsd-10-stable/sys/netpfil/ipfw/
H A Dip_dn_private.h428 int copy_data_helper_compat(void *_o, void *_arg);
H A Dip_dn_glue.c752 copy_data_helper_compat(void *_o, void *_arg) argument
754 struct copy_args *a = _arg;
H A Dip_dummynet.c818 schk_hash(uintptr_t key, int flags, void *_arg) argument
826 schk_match(void *obj, uintptr_t key, int flags, void *_arg) argument
1108 copy_data_helper(void *_o, void *_arg) argument
1110 struct copy_args *a = _arg;
/freebsd-10-stable/sys/dev/mpr/
H A Dmpr_user.c2381 mpr_ioctl32(struct cdev *dev, u_long cmd32, void *_arg, int flag, argument
2384 struct mpr_cfg_page_req32 *page32 = _arg;
2385 struct mpr_ext_cfg_page_req32 *ext32 = _arg;
2386 struct mpr_raid_action32 *raid32 = _arg;
2387 struct mpr_usr_command32 *user32 = _arg;
/freebsd-10-stable/sys/dev/mps/
H A Dmps_user.c2286 mps_ioctl32(struct cdev *dev, u_long cmd32, void *_arg, int flag, argument
2289 struct mps_cfg_page_req32 *page32 = _arg;
2290 struct mps_ext_cfg_page_req32 *ext32 = _arg;
2291 struct mps_raid_action32 *raid32 = _arg;
2292 struct mps_usr_command32 *user32 = _arg;
/freebsd-10-stable/sys/dev/ath/
H A Dif_athvar.h1142 #define ath_hal_rxmonitor(_ah, _arg, _chan) \
1143 ((*(_ah)->ah_rxMonitor)((_ah), (_arg), (_chan)))

Completed in 224 milliseconds