Home
last modified time | relevance | path

Searched defs:_b (Results 1 – 23 of 23) sorted by relevance

/trueos/contrib/ntp/include/isc/
HDbuffer.h600 #define ISC__BUFFER_INIT(_b, _base, _length) \ argument
617 #define ISC__BUFFER_INVALIDATE(_b) \ argument
627 #define ISC__BUFFER_REGION(_b, _r) \ argument
633 #define ISC__BUFFER_USEDREGION(_b, _r) \ argument
639 #define ISC__BUFFER_AVAILABLEREGION(_b, _r) \ argument
645 #define ISC__BUFFER_ADD(_b, _n) \ argument
650 #define ISC__BUFFER_SUBTRACT(_b, _n) \ argument
659 #define ISC__BUFFER_CLEAR(_b) \ argument
666 #define ISC__BUFFER_CONSUMEDREGION(_b, _r) \ argument
672 #define ISC__BUFFER_REMAININGREGION(_b, _r) \ argument
[all …]
/trueos/contrib/libstdc++/include/bits/
Dconcept_check.h53 #define __glibcxx_class_requires(_a,_b) argument
54 #define __glibcxx_class_requires2(_a,_b,_c) argument
55 #define __glibcxx_class_requires3(_a,_b,_c,_d) argument
56 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e) argument
76 #define __glibcxx_class_requires2(_a,_b,_C) \ argument
78 #define __glibcxx_class_requires3(_a,_b,_c,_C) \ argument
80 #define __glibcxx_class_requires4(_a,_b,_c,_d,_C) \ argument
/trueos/sys/cddl/contrib/opensolaris/uts/common/sys/
HDsysmacros.h337 #define DECL_BITFIELD2(_a, _b) \ argument
339 #define DECL_BITFIELD3(_a, _b, _c) \ argument
341 #define DECL_BITFIELD4(_a, _b, _c, _d) \ argument
343 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \ argument
345 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument
347 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument
349 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
352 #define DECL_BITFIELD2(_a, _b) \ argument
354 #define DECL_BITFIELD3(_a, _b, _c) \ argument
356 #define DECL_BITFIELD4(_a, _b, _c, _d) \ argument
[all …]
/trueos/sys/arm/allwinner/
HDaintc.c76 #define SW_INT_IRQ_PENDING_REG(_b) (0x10 + ((_b) * 4)) argument
77 #define SW_INT_FIQ_PENDING_REG(_b) (0x20 + ((_b) * 4)) argument
78 #define SW_INT_SELECT_REG(_b) (0x30 + ((_b) * 4)) argument
79 #define SW_INT_ENABLE_REG(_b) (0x40 + ((_b) * 4)) argument
80 #define SW_INT_MASK_REG(_b) (0x50 + ((_b) * 4)) argument
/trueos/sys/dev/usb/
HDusb_core.h44 #define USB_BUS_LOCK(_b) mtx_lock(&(_b)->bus_mtx) argument
45 #define USB_BUS_UNLOCK(_b) mtx_unlock(&(_b)->bus_mtx) argument
46 #define USB_BUS_LOCK_ASSERT(_b, _t) mtx_assert(&(_b)->bus_mtx, _t) argument
47 #define USB_BUS_SPIN_LOCK(_b) mtx_lock_spin(&(_b)->bus_spin_lock) argument
48 #define USB_BUS_SPIN_UNLOCK(_b) mtx_unlock_spin(&(_b)->bus_spin_lock) argument
49 #define USB_BUS_SPIN_LOCK_ASSERT(_b, _t) mtx_assert(&(_b)->bus_spin_lock, _t) argument
/trueos/tools/tools/ath/common/
HDah_osdep.h50 #define OS_MACEQU(_a, _b) \ argument
68 #define __printflike(_a,_b) \ argument
/trueos/sys/dev/uart/
HDuart_dev_imx.h210 #define CLR(_bas, _r, _b) \ argument
212 #define SET(_bas, _r, _b) \ argument
214 #define IS_SET(_bas, _r, _b) \ argument
217 #define ENA(_bas, _r, _b) SET((_bas), REG(_r), FLD(_r, _b)) argument
218 #define DIS(_bas, _r, _b) CLR((_bas), REG(_r), FLD(_r, _b)) argument
219 #define IS(_bas, _r, _b) IS_SET((_bas), REG(_r), FLD(_r, _b)) argument
/trueos/sys/cddl/compat/opensolaris/sys/
HDmman.h35 #define mmap64(_a,_b,_c,_d,_e,_f) mmap(_a,_b,_c,_d,_e,_f) argument
HDatomic.h35 #define casptr(_a, _b, _c) \ argument
/trueos/contrib/nvi/common/
HDutil.h61 #define MIN(_a,_b) ((_a)<(_b)?(_a):(_b)) argument
62 #define MAX(_a,_b) ((_a)<(_b)?(_b):(_a)) argument
/trueos/crypto/openssl/crypto/ec/
HDectest.c1008 # define CHAR2_CURVE_TEST_INTERNAL(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _vari… argument
1025 # define CHAR2_CURVE_TEST_INTERNAL(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _vari… argument
1040 # define CHAR2_CURVE_TEST(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \ argument
/trueos/tools/tools/bus_autoconf/
HDbus_usb.c59 usb_compare(const void *_a, const void *_b) in usb_compare()
/trueos/sys/contrib/ipfilter/netinet/
HDip_compat.h1448 # define DT1(_n,_a,_b) DTRACE_PROBE1(_n,_a,_b) argument
1449 # define DT2(_n,_a,_b,_c,_d) DTRACE_PROBE2(_n,_a,_b,_c,_d) argument
1450 # define DT3(_n,_a,_b,_c,_d,_e,_f) \ argument
1452 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) \ argument
1456 # define DT1(_n,_a,_b) argument
1457 # define DT2(_n,_a,_b,_c,_d) argument
1458 # define DT3(_n,_a,_b,_c,_d,_e,_f) argument
1459 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) argument
1463 # define DT1(_n,_a,_b) argument
1464 # define DT2(_n,_a,_b,_c,_d) argument
[all …]
/trueos/sys/net80211/
HDieee80211_crypto_ccmp.c390 #define CCMP_ENCRYPT(_i, _b, _b0, _pos, _e, _len) do { \ argument
535 #define CCMP_DECRYPT(_i, _b, _b0, _pos, _a, _len) do { \ argument
HDieee80211_regdomain.c224 #define swap(_a, _b, _size) { \ argument
HDieee80211_scan_sta.c823 #define PREFER(_a,_b,_what) do { \ in sta_compare() argument
/trueos/sys/dev/ath/
HDah_osdep.h72 #define OS_MEMCMP(_a, _b, _l) memcmp((_a), (_b), (_l)) argument
HDif_athvar.h1343 #define ath_hal_filltxdesc(_ah, _ds, _b, _l, _did, _qid, _first, _last, _ds0) \ argument
1396 #define ath_hal_gpioset(_ah, _gpio, _b) \ argument
1400 #define ath_hal_gpiosetintr(_ah, _gpio, _b) \ argument
/trueos/cddl/contrib/opensolaris/lib/libzpool/common/sys/
HDzfs_context.h346 #define kmem_free(_b, _s) umem_free(_b, _s) argument
348 #define kmem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i) \ argument
352 #define kmem_cache_free(_c, _b) umem_cache_free(_c, _b) argument
681 #define ddi_log_sysevent(_a, _b, _c, _d, _e, _f, _g) (0) argument
/trueos/contrib/wpa/wpa_supplicant/
HDscan.c175 int _b = *(int *) b; in freq_cmp() local
/trueos/sys/dev/bxe/
HDecore_sp.h143 #define ECORE_MEMCMP(_a, _b, _s) memcmp(_a, _b, _s) argument
144 #define ECORE_MEMCPY(_a, _b, _s) memcpy(_a, _b, _s) argument
223 #define ecore_sp_post(_sc, _a, _b, _c, _d) \ argument
/trueos/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_impl.h604 #define dt_set_errno(_a,_b) _dt_set_errno(_a,_b,__FILE__,__LINE__) argument
/trueos/sys/dev/netmap/
HDnetmap_kern.h1370 #define bus_dmamap_sync(_a, _b, _c) argument