Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dspinlock.h82 spin_unlock(_l); \ argument
59 spin_lock(_l) global() argument
66 spin_lock_bh(_l) global() argument
71 spin_lock_irq(_l) global() argument
75 spin_unlock(_l) global() argument
87 spin_unlock_irq(_l) global() argument
91 spin_trylock(_l) global() argument
103 spin_trylock_irq(_l) global() argument
106 spin_trylock_irqsave(_l,flags) global() argument
111 spin_lock_nested(_l,_n) global() argument
118 spin_lock_irqsave(_l,flags) global() argument
123 spin_lock_irqsave_nested(_l,flags,_n) global() argument
128 spin_unlock_irqrestore(_l,flags) global() argument
165 assert_spin_locked(_l) global() argument
[all...]
H A Drwlock.h41 #define read_unlock(_l) rw_runlock(_l) argument
42 #define write_unlock(_l) rw_wunlock(_l) argument
43 read_unlock(_l) global() argument
44 write_unlock(_l) global() argument
[all...]
H A Dmutex.h113 #define __mutex_init(_m, _n, _l) \ argument
H A Dnetdevice.h467 #define alloc_netdev(_l, _n, _f, _func) \ argument
469 #define alloc_netdev_dummy(_l) \ argument
/freebsd/sys/net/route/
H A Droute_debug.h84 #define _DEBUG_PASS_MSG(_l) (DEBUG_VAR_NAME >= (_l)) argument
86 #define IF_DEBUG_LEVEL(_l) \ argument
93 #define FIB_LOG(_l, _fib, _fam, _fmt, ...) \ argument
95 #define _FIB_LOG(_l, _fib, _fam, _fmt, ...) \ argument
102 #define FIB_NH_LOG(_l, _nh, _fmt, ...) \ argument
106 #define FIB_RH_LOG(_l, _rh, _fmt, ...) \ argument
110 #define FIB_CTL_LOG(_l, _ctl, _fmt, ...) \ argument
118 #define RT_LOG(_l, _fmt, ...) RT_LOG_##_l(_l, _fmt, ## __VA_ARGS__) argument
119 #define _RT_LOG(_l, _fmt, ...) do { \ argument
133 #define FIB_LOG_LOG_DEBUG3(_l, _fib, _fam, _fmt, ...) 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/sys/netlink/
H A Dnetlink_debug.h49 #define NL_RAW_PID_LOG(_l, _pid, _fmt, ...) \ argument
51 #define _NL_RAW_PID_LOG(_l, _pid, _fmt, ...) \ argument
57 #define NLP_LOG(_l, _nlp, _fmt, ...) \ argument
63 #define NL_RAW_PID_LOG_LOG_DEBUG3(_l, _pid, _fmt, ...) argument
68 #define NL_RAW_PID_LOG_LOG_DEBUG2(_l, _pid, _fmt, ...) argument
73 #define NL_RAW_PID_LOG_LOG_DEBUG(_l, _pid, _fmt, ...) argument
78 #define NL_RAW_PID_LOG_LOG_INFO(_l, _pid, _fmt, ...) argument
/freebsd/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/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/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/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/sys/tests/
H A Dktest.h76 #define KTEST_LOG_LEVEL(_ctx, _l, _fmt, ...) { \ argument
/freebsd/sys/net/
H A Dif.h344 #define IF_MSGHDRL_IFM_DATA(_l) \ argument
346 #define IF_MSGHDRL_RTA(_l) \ argument
386 #define IFA_MSGHDRL_IFAM_DATA(_l) \ argument
388 #define IFA_MSGHDRL_RTA(_l) \ argument
H A Drtsock.c139 #define RTS_PID_LOG(_l, _fmt, ...) \ argument
/freebsd/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/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/sys/dev/netmap/
H A Dnetmap_kern.h1457 #define NM_CHECK_ADDR_LEN(_na, _a, _l) do { \ argument
1465 #define NM_CHECK_ADDR_LEN(_na, _a, _l) do { \ argument
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c231 const char *_f, int _l) in lkpi_lsta_dump()
888 struct ieee80211vap *vap, const char *_f, int _l) in lkpi_update_dtim_tsf()