/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | spinlock.h | 82 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 D | rwlock.h | 41 #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 D | mutex.h | 113 #define __mutex_init(_m, _n, _l) \ argument
|
H A D | netdevice.h | 467 #define alloc_netdev(_l, _n, _f, _func) \ argument 469 #define alloc_netdev_dummy(_l) \ argument
|
/freebsd/sys/net/route/ |
H A D | route_debug.h | 84 #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 D | fib_algo.c | 240 #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 D | fib_algo.h | 113 #define FIB_PRINTF(_l, _fd, _fmt, ...) fib_printf(_l, _fd, __func__, _fmt, ##__VA_ARGS__) argument
|
/freebsd/sys/netlink/ |
H A D | netlink_debug.h | 49 #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 D | vmci_kernel_if.h | 23 #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 D | efx_annote.h | 62 #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 D | if_ath_tx_edma.c | 129 #define INCR(_l, _sz) (_l) ++; (_l) &= ((_sz) - 1) argument 130 #define DECR(_l, _sz) (_l) --; (_l) &= ((_sz) - 1) argument
|
H A D | if_ath_rx_edma.c | 129 #define INCR(_l, _sz) (_l) ++; (_l) &= ((_sz) - 1) argument 130 #define DECR(_l, _sz) (_l) --; (_l) &= ((_sz) - 1) argument
|
H A D | if_ath_tx.h | 37 #define INCR(_l, _sz) (_l) ++; (_l) &= ((_sz) - 1) argument
|
H A D | if_ath_tdma.c | 357 #define TSF_TO_TU(_h,_l) \ in ath_tdma_update() argument
|
H A D | ah_osdep.h | 72 #define OS_MEMCMP(_a, _b, _l) memcmp((_a), (_b), (_l)) argument
|
H A D | if_ath_beacon.c | 927 #define TSF_TO_TU(_h,_l) \ in ath_beacon_config() argument
|
H A D | if_athvar.h | 1399 #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 D | name.c | 304 #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 D | ktest.h | 76 #define KTEST_LOG_LEVEL(_ctx, _l, _fmt, ...) { \ argument
|
/freebsd/sys/net/ |
H A D | if.h | 344 #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 D | rtsock.c | 139 #define RTS_PID_LOG(_l, _fmt, ...) \ argument
|
/freebsd/sys/dev/vt/ |
H A D | vt.h | 78 #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 D | ip_nat.h | 580 #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 D | netmap_kern.h | 1457 #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 D | linux_80211.c | 231 const char *_f, int _l) in lkpi_lsta_dump() 888 struct ieee80211vap *vap, const char *_f, int _l) in lkpi_update_dtim_tsf()
|