/openbmc/linux/include/rdma/ |
H A D | uverbs_ioctl.h | 954 #define uverbs_get_const_signed(_to, _attrs_bundle, _idx) \ argument 959 type_min(typeof(*(_to))), \ 960 type_max(typeof(*(_to))), NULL); \ 961 (*(_to)) = _val; \ 965 #define uverbs_get_const_unsigned(_to, _attrs_bundle, _idx) \ argument 970 type_max(typeof(*(_to))), NULL); \ 971 (*(_to)) = _val; \ 975 #define uverbs_get_const_default_signed(_to, _attrs_bundle, _idx, _default) \ argument 981 type_min(typeof(*(_to))), \ 982 type_max(typeof(*(_to))), &_def_val); \ [all …]
|
/openbmc/linux/drivers/net/ethernet/sfc/falcon/ |
H A D | enum.h | 117 #define LOOPBACK_CHANGED(_from, _to, _mask) \ argument 118 (!!((LOOPBACK_MASK(_from) ^ LOOPBACK_MASK(_to)) & (_mask))) 120 #define LOOPBACK_OUT_OF(_from, _to, _mask) \ argument 121 ((LOOPBACK_MASK(_from) & (_mask)) && !(LOOPBACK_MASK(_to) & (_mask)))
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | enum.h | 117 #define LOOPBACK_CHANGED(_from, _to, _mask) \ argument 118 (!!((LOOPBACK_MASK(_from) ^ LOOPBACK_MASK(_to)) & (_mask))) 120 #define LOOPBACK_OUT_OF(_from, _to, _mask) \ argument 121 ((LOOPBACK_MASK(_from) & (_mask)) && !(LOOPBACK_MASK(_to) & (_mask)))
|
/openbmc/linux/drivers/net/ethernet/sfc/siena/ |
H A D | enum.h | 117 #define LOOPBACK_CHANGED(_from, _to, _mask) \ argument 118 (!!((LOOPBACK_MASK(_from) ^ LOOPBACK_MASK(_to)) & (_mask))) 120 #define LOOPBACK_OUT_OF(_from, _to, _mask) \ argument 121 ((LOOPBACK_MASK(_from) & (_mask)) && !(LOOPBACK_MASK(_to) & (_mask)))
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | uaccess.h | 97 : [rc] "=&d" (__rc), [_to] "+Q" (*(to)) \ 151 EX_TABLE_UA_LOAD_MEM(0b, 2b, %[rc], %[_to], %[_ksize]) \ 152 EX_TABLE_UA_LOAD_MEM(1b, 2b, %[rc], %[_to], %[_ksize]) \ 155 [spec] "d" (__oac_spec.val), [_to] "a" (to), \ 302 : [rc] "=d" (__rc), [_to] "+Q" (*(to)) \
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | spdx.py | 322 def add_relationship(self, _from, relationship, _to, *, comment=None, annotation=None): argument 328 if isinstance(_to, SPDXObject): 329 to_spdxid = _to.SPDXID 331 to_spdxid = _to
|
/openbmc/linux/tools/power/x86/intel_pstate_tracer/ |
H A D | intel_pstate_tracer.py | 326 def store_csv(cpu_int, time_pre_dec, time_post_dec, core_busy, scaled, _from, _to, mperf, aperf, ts… argument 336 …pre_dec), int(time_post_dec), int(core_busy), int(scaled), int(_from), int(_to), int(mperf), int(a… 447 _to = search_obj.group(16) 480 …store_csv(cpu_int, time_pre_dec, time_post_dec, core_busy, scaled, _from, _to, mperf, aperf, tsc, …
|
/openbmc/linux/drivers/usb/dwc3/ |
H A D | core.h | 1547 #define DWC3_VER_IS_WITHIN(_ip, _from, _to) \ argument 1550 (!(_ip##_REVISION_##_to) || \ 1551 dwc->revision <= _ip##_REVISION_##_to)) 1553 #define DWC3_VER_TYPE_IS_WITHIN(_ip, _ver, _from, _to) \ argument 1556 (!(_ip##_VERSIONTYPE_##_to) || \ 1557 dwc->version_type <= _ip##_VERSIONTYPE_##_to))
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | page.h | 23 extern void copy_page(void * _to, void * _from);
|
/openbmc/linux/drivers/clk/at91/ |
H A D | sama7g5.c | 26 #define SAMA7G5_FILL_TABLE(_to, _from, _count) \ argument 30 (_to)[_i] = (_from)[_i]; \
|
/openbmc/linux/kernel/sched/ |
H A D | sched.h | 2335 #define for_class_range(class, _from, _to) \ argument 2336 for (class = (_from); class < (_to); class++)
|
/openbmc/libcper/specification/document/ |
H A D | cper-json-specification.tex | 57 …presenting a full CPER log. This is the structure returned by \texttt{cper\_to\_ir(FILE* cper\_fil… 71 This is the structure returned by \texttt{cper\_single\_section\_to\_ir(FILE* cper\_file)} as JSON …
|