Home
last modified time | relevance | path

Searched defs:_l (Results 1 – 25 of 25) sorted by relevance

/freebsd-src/sys/compat/linuxkpi/common/include/linux/
H A Dspinlock.h57 #define spin_lock(_l) do { \ argument
64 #define spin_lock_bh(_l) do { \ argument
69 #define spin_lock_irq(_l) do { \ argument
73 #define spin_unlock(_l) do { \ argument
80 #define spin_unlock_bh(_l) do { \ argument
85 #define spin_unlock_irq(_l) do { \ argument
89 #define spin_trylock(_l) ({ \ argument
101 #define spin_trylock_irq(_l) \ argument
104 #define spin_trylock_irqsave(_l, flags) ({ \ argument
109 #define spin_lock_nested(_l, _n) do { \ argument
[all …]
H A Drwlock.h39 #define read_lock(_l) rw_rlock(_l) argument
40 #define write_lock(_l) rw_wlock(_l) argument
41 #define read_unlock(_l) rw_runlock(_l) argument
42 #define write_unlock(_l) rw_wunlock(_l) argument
55 #define rwlock_init(_l) rw_init_flags(_l, "lnxrw", RW_NOWITNESS | RW_NEW) argument
H A Dmutex.h113 #define __mutex_init(_m, _n, _l) \ argument
H A Dnetdevice.h458 alloc_netdev(_l,_n,_f,_func) global() argument
/freebsd-src/sys/net/route/
H A Droute_debug.h87 if ((DEBUG_MAX_LEVEL >= (_l)) && (__predict_false(DEBUG_VAR_NAME >= (_l)))) argument
93 #define FIB_LOG(_l, _fib, _fam, _fmt, ...) \ argument
94 FIB_LOG_##_l(_l, _fib, _fam, _fmt, ## __VA_ARGS__) argument
85 _DEBUG_PASS_MSG(_l) global() argument
99 FIB_NH_LOG(_l,_nh,_fmt,...) global() argument
101 FIB_RH_LOG(_l,_rh,_fmt,...) global() argument
103 FIB_CTL_LOG(_l,_ctl,_fmt,...) global() argument
109 RT_LOG(_l,_fmt,...) global() argument
110 _RT_LOG(_l,_fmt,...) global() argument
123 FIB_LOG_LOG_DEBUG3(_l,_fib,_fam,_fmt,...) global() argument
124 RT_LOG_LOG_DEBUG3(_l,_fmt,...) global() argument
130 FIB_LOG_LOG_DEBUG2(_l,_fib,_fam,_fmt,...) global() argument
131 RT_LOG_LOG_DEBUG2(_l,_fmt,...) global() argument
137 FIB_LOG_LOG_DEBUG(_l,_fib,_fam,_fmt,...) global() argument
138 RT_LOG_LOG_DEBUG(_l,_fmt,...) global() argument
144 FIB_LOG_LOG_INFO(_l,_fib,_fam,_fmt,...) global() argument
145 RT_LOG_LOG_INFO(_l,_fmt,...) global() argument
[all...]
H A Dfib_algo.c240 #define _PASS_MSG(_l) (flm_debug_level >= (_l)) argument
241 #define ALGO_PRINTF(_l, _fmt, ...) if (_PASS_MSG(_l)) { \ argument
249 #define RH_PRINTF(_l, _rh, _fmt, ...) if (_PASS_MSG(_l)) { \ argument
252 #define FD_PRINTF(_l, _fd, _fmt, ...) FD_PRINTF_##_l(_l, _fd, _fmt, ## __VA_ARGS__) argument
253 #define _FD_PRINTF(_l, _fd, _fmt, ...) if (_PASS_MSG(_l)) { \ argument
260 #define FD_PRINTF_LOG_DEBUG2(_l, _fd, _fmt, ...) argument
H A Dfib_algo.h113 #define FIB_PRINTF(_l, _fd, _fmt, ...) fib_printf(_l, _fd, __func__, _fmt, ##__VA_ARGS__) argument
/freebsd-src/sys/netlink/
H A Dnetlink_debug.h49 #define NL_RAW_PID_LOG(_l, _pid, _fmt, ...) \ argument
50 NL_RAW_PID_LOG_##_l(_l, _pid, _fmt, ## __VA_ARGS__) argument
54 NLP_LOG(_l,_nlp,_fmt,...) global() argument
59 NL_RAW_PID_LOG_LOG_DEBUG3(_l,_pid,_fmt,...) global() argument
64 NL_RAW_PID_LOG_LOG_DEBUG2(_l,_pid,_fmt,...) global() argument
69 NL_RAW_PID_LOG_LOG_DEBUG(_l,_pid,_fmt,...) global() argument
74 NL_RAW_PID_LOG_LOG_INFO(_l,_pid,_fmt,...) global() argument
[all...]
/freebsd-src/sys/dev/vmware/vmci/
H A Dvmci_kernel_if.h23 #define vmci_list(_l) LIST_HEAD(, _l) argument
24 #define vmci_list_item(_l) LIST_ENTRY(_l) argument
25 #define vmci_list_init(_l) LIST_INIT(_l) argument
26 #define vmci_list_empty(_l) LIST_EMPTY(_l) argument
27 #define vmci_list_first(_l) LIST_FIRST(_l) argument
29 #define vmci_list_insert(_l, _e, n) LIST_INSERT_HEAD(_l, _e, n) argument
31 #define vmci_list_scan(v, _l, n) LIST_FOREACH(v, _l, n) argument
32 #define vmci_list_scan_safe(_e, _l, n, t) \ argument
/freebsd-src/sys/dev/sfxge/common/
H A Defx_annote.h62 #define __out_ecount_part(_n, _l) argument
65 #define __out_bcount_part(_n, _l) argument
66 #define __out_bcount_part_opt(_n, _l) argument
/freebsd-src/sys/dev/ath/
H A Dif_ath_tx_edma.c129 #define INCR(_l, _sz) (_l) ++; (_l) &= ((_sz) - 1) argument
130 #define DECR(_l, _sz) (_l) --; (_l) &= ((_sz) - 1) argument
H A Dif_ath_rx_edma.c129 #define INCR(_l, _sz) (_l) ++; (_l) &= ((_sz) - 1) argument
130 #define DECR(_l, _sz) (_l) --; (_l) &= ((_sz) - 1) argument
H A Dif_ath_tx.h37 #define INCR(_l, _sz) (_l) ++; (_l) &= ((_sz) - 1) argument
H A Dif_ath_tdma.c357 #define TSF_TO_TU(_h,_l) \ in ath_tdma_update() argument
H A Dah_osdep.h72 #define OS_MEMCMP(_a, _b, _l) memcmp((_a), (_b), (_l)) argument
H A Dif_ath_beacon.c927 #define TSF_TO_TU(_h,_l) \ in ath_beacon_config() argument
H A Dif_athvar.h1399 #define ath_hal_filltxdesc(_ah, _ds, _b, _l, _did, _qid, _first, _last, _ds0) \ argument
1531 #define ath_hal_btcoex_mci_send_message(_ah, _h, _f, _p, _l, _wd, _cbt) \ argument
/freebsd-src/crypto/heimdal/lib/hx509/
H A Dname.c304 #define COPYCHARARRAY(_ds,_el,_l,_n) \ argument
313 #define COPYVALARRAY(_ds,_el,_l,_n) \ argument
321 #define COPYVOIDARRAY(_ds,_el,_l,_n) \ argument
/freebsd-src/sys/tests/
H A Dktest.h76 #define KTEST_LOG_LEVEL(_ctx, _l, _fmt, ...) { \ argument
/freebsd-src/sys/net/
H A Dif.h344 #define IF_MSGHDRL_IFM_DATA(_l) \ argument
386 #define IFA_MSGHDRL_IFAM_DATA(_l) \ argument
342 IF_MSGHDRL_IFM_DATA(_l) global() argument
384 IFA_MSGHDRL_IFAM_DATA(_l) global() argument
[all...]
H A Drtsock.c139 #define RTS_PID_LOG(_l, _fmt, ...) \ argument
/freebsd-src/sys/dev/vt/
H A Dvt.h78 #define DPRINTF(_l, ...) if (vt_debug > (_l)) printf( __VA_ARGS__ ) argument
82 #define DPRINTF(_l, ...) do {} while (0) argument
/freebsd-src/sys/netpfil/ipfilter/netinet/
H A Dip_nat.h580 #define NAT_HASH_FN(_k,_l,_m) (((_k) + ((_k) >> 12) + _l) % (_m)) argument
581 #define NAT_HASH_FN6(_k,_l,_m) ((((u_32_t *)(_k))[3] \ argument
/freebsd-src/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c231 const char *_f, int _l) in lkpi_lsta_dump() argument
888 struct ieee80211vap *vap, const char *_f, int _l) in lkpi_update_dtim_tsf() argument
/freebsd-src/sys/dev/netmap/
H A Dnetmap_kern.h1456 NM_CHECK_ADDR_LEN(_na,_a,_l) global() argument
1464 NM_CHECK_ADDR_LEN(_na,_a,_l) global() argument