Home
last modified time | relevance | path

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

12

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dspinlock.h57 #define spin_lock(_l) do { \
60 mtx_lock(_l); \
64 #define spin_lock_bh(_l) do { \
65 spin_lock(_l); \
69 #define spin_lock_irq(_l) do { \
70 spin_lock(_l); \
73 #define spin_unlock(_l) do { \
77 mtx_unlock(_l); \
80 #define spin_unlock_bh(_l) do { \
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 Drwlock.h39 #define read_lock(_l) rw_rlock(_l)
40 #define write_lock(_l) rw_wlock(_l)
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, "lnxr
43 read_unlock(_l) global() argument
44 write_unlock(_l) global() argument
[all...]
H A Dnetdevice.h467 #define alloc_netdev(_l, _n, _f, _func) \ argument
468 linuxkpi_alloc_netdev(_l, _n, _f, _func)
469 #define alloc_netdev_dummy(_l) \ argument
470 linuxkpi_alloc_netdev(_l, "dummy", NET_NAME_UNKNOWN, NULL)
/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
87 if ((DEBUG_MAX_LEVEL >= (_l)) && (__predict_false(DEBUG_VAR_NAME >= (_l))))
93 #define FIB_LOG(_l, _fib, _fam, _fmt, ...) \ argument
94 FIB_LOG_##_l(_l, _fib, _fam, _fmt, ## __VA_ARGS__)
95 #define _FIB_LOG(_l, _fib, _fam, _fmt, ...) \ argument
96 if (_DEBUG_PASS_MSG(_l)) { \
102 #define FIB_NH_LOG(_l, _nh, _fmt, ...) \ argument
103 FIB_LOG_##_l(_l, nhop_get_fibnum(_nh), nhop_get_upper_family(_nh), \
106 #define FIB_RH_LOG(_l, _rh, _fmt, ...) \ argument
[all …]
H A Dfib_algo.h113 #define FIB_PRINTF(_l, _fd, _fmt, ...) fib_printf(_l, _fd, __func__, _fmt, ##__VA_ARGS__) argument
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
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/
H A Dregion.h59 unsigned int _l = (l); \
60 INSIST(_r->length >= _l); \
61 _r->base += _l; \
62 _r->length -= _l; \
68 unsigned int _l = (l); \
69 INSIST(_r->length >= _l); \
70 _r->base += _l; \
71 _r->length -= _l; \
77 unsigned int _l = (l); \
78 INSIST(_r->length >= _l); \
[all …]
/freebsd/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__)
51 #define _NL_RAW_PID_LOG(_l, _pid, _fmt, ...) \ argument
52 if (_DEBUG_PASS_MSG(_l)) { \
57 #define NLP_LOG(_l, _nlp, _fmt, ...) \ argument
58 NL_RAW_PID_LOG_##_l(_l, nlp_get_pid(_nlp), _fmt, ## __VA_ARGS__)
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
33 LIST_FOREACH_SAFE(_e, _l, n, t)
/freebsd/share/mk/
H A Dsrc.libnames.mk483 .for _l in ${_PRIVATELIBS}
484 LIB${_l:tu}?= ${LIBDESTDIR}${LIBDIR_BASE}/libprivate${_l}.a
491 .for _l in ${_LIBRARIES}
492 .if ${_INTERNALLIBS:M${_l}} || !defined(SYSROOT)
493 LDADD_${_l}_L+= -L${LIB${_l:tu}DIR}
495 DPADD_${_l}?= ${LIB${_l:tu}}
496 .if ${_PRIVATELIBS:M${_l}}
497 LDADD_${_l}?= ${LDADD_${_l}_L} -lprivate${_l}
498 .elif ${_INTERNALLIBS:M${_l}}
499 LDADD_${_l}?= ${LDADD_${_l}_L} -l${_l:S/${PIE_SUFFIX}//}${PIE_SUFFIX}
[all …]
/freebsd/tools/test/netfibs/
H A Dinitiator.sh110 local _l i testno
114 _l=`ifconfig ${IFACE} | awk '/inet6 fe80:/ { print $2 }'`
127 setfib -F${i} ping6 -n -c1 ${_l} > /dev/null 2>&1
129 "FIB ${i} ${_l}"
148 local _l i testno IFACE _msg
154 _l=`ifconfig ${IFACE} | awk '/inet6 fe80:/ { print $2 }'`
172 setfib -F${i} ping6 -n -c1 ${_l} > /dev/null 2>&1
174 "${_msg}FIB ${i} ${_l}"
191 local _l i testno
195 _l=`ifconfig ${IFACE} | awk '/inet6 fe80:/ { print $2 }'`
[all …]
/freebsd/contrib/blocklist/etc/rc.d/
H A Dblacklistd35 _l=${_lr##*/}
36 load_rc_config ${_l}
37 eval _ldir=\$${_l}_chrootdir
38 if checkyesno $_l && [ -n "$_ldir" ]; then
/freebsd/libexec/rc/rc.d/
H A Dsyslogd29 local _l _ldir
45 for _l in $altlog_proglist; do
46 eval _ldir=\$${_l}_chrootdir
47 if checkyesno ${_l}_enable && [ -n "$_ldir" ]; then
/freebsd/sys/net/
H A Dif.h344 #define IF_MSGHDRL_IFM_DATA(_l) \ argument
345 (struct if_data *)((char *)(_l) + (_l)->ifm_data_off)
346 #define IF_MSGHDRL_RTA(_l) \ argument
347 (void *)((uintptr_t)(_l) + (_l)->ifm_len)
386 #define IFA_MSGHDRL_IFAM_DATA(_l) \ argument
387 (struct if_data *)((char *)(_l) + (_l)->ifam_data_off)
388 #define IFA_MSGHDRL_RTA(_l) \ argument
389 (void *)((uintptr_t)(_l) + (_l)->ifam_len)
/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/contrib/bmake/
H A D_strtol.h54 INT_FUNCNAME(_int_, _FUNCNAME, _l)(const char *nptr, char **endptr, in _FUNCNAME()
205 return INT_FUNCNAME(_int_, _FUNCNAME, _l)(nptr, endptr, base, _current_locale()); in _FUNCNAME()
209 INT_FUNCNAME(, _FUNCNAME, _l)(const char *nptr, char **endptr, int base, locale_t loc)
211 return INT_FUNCNAME(_int_, _FUNCNAME, _l)(nptr, endptr, base, loc);
/freebsd/crypto/heimdal/lib/hx509/
H A Dname.c304 #define COPYCHARARRAY(_ds,_el,_l,_n) \ argument
305 (_l) = strlen(_ds->u._el); \
306 (_n) = malloc((_l) * sizeof((_n)[0])); \
309 for (i = 0; i < (_l); i++) \
313 #define COPYVALARRAY(_ds,_el,_l,_n) \ argument
314 (_l) = _ds->u._el.length; \
315 (_n) = malloc((_l) * sizeof((_n)[0])); \
318 for (i = 0; i < (_l); i++) \
321 #define COPYVOIDARRAY(_ds,_el,_l,_n) \ argument
322 (_l) = _ds->u._el.length; \
[all …]
/freebsd/include/xlocale/
H A D_ctype.h91 _XLOCALE_INLINE int isw##fname##_l(int, locale_t);\
92 _XLOCALE_INLINE int isw##fname##_l(int __c, locale_t __l)\
116 _XLOCALE_INLINE int is##__fname##_l(int, locale_t); \
117 _XLOCALE_INLINE int is##__fname##_l(int __c, locale_t __l)\
/freebsd/sys/dev/ath/
H A Dif_ath_tx.h37 #define INCR(_l, _sz) (_l) ++; (_l) &= ((_sz) - 1) argument
H A Dah_osdep.h72 #define OS_MEMCMP(_a, _b, _l) memcmp((_a), (_b), (_l)) argument
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
/freebsd/sys/tests/
H A Dktest.h76 #define KTEST_LOG_LEVEL(_ctx, _l, _fmt, ...) { \ argument
79 ktest_add_msg_text(_ctx, _l, _fmt, ## __VA_ARGS__); \
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp464 INTERCEPTOR_STRTO_LOC(ret_type, func##_l, char_type)
468 INTERCEPTOR_STRTO_SRET_LOC(ret_type, func##_l, char_type)
472 INTERCEPTOR_STRTO_BASE_LOC(ret_type, func##_l, char_type)
477 INTERCEPTOR_STRTO_LOC(ret_type, func##_l, char_type) \
478 INTERCEPTOR_STRTO_LOC(ret_type, __##func##_l, char_type) \
483 INTERCEPTOR_STRTO_SRET_LOC(ret_type, func##_l, char_type) \
484 INTERCEPTOR_STRTO_SRET_LOC(ret_type, __##func##_l, char_type) \
489 INTERCEPTOR_STRTO_BASE_LOC(ret_type, func##_l, char_type) \
490 INTERCEPTOR_STRTO_BASE_LOC(ret_type, __##func##_l, char_type) \
549 INTERCEPT_FUNCTION(func##_l);
[all …]
/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

12