/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_adminq_cmd.h | 303 #define I40E_CHECK_STRUCT_LEN(n, X) enum i40e_static_assert_enum_##X \ argument 309 #define I40E_CHECK_CMD_LENGTH(X) I40E_CHECK_STRUCT_LEN(16, X) argument
|
/openbmc/linux/drivers/net/ethernet/mediatek/ |
H A D | mtk_eth_soc.h | 55 #define NEXT_DESP_IDX(X, Y) (((X) + 1) & ((Y) - 1)) argument
|
/openbmc/linux/drivers/net/ethernet/neterion/ |
H A D | s2io.h | 1120 #define S2IO_PARM_INT(X, def_val) \ argument
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | reg.h | 66 #define __MASK(X) (1UL<<(X)) argument
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu.h | 1287 #define MIN(X, Y) ((X) < (Y) ? (X) : (Y)) argument
|
/openbmc/linux/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 63 #define MIN(X, Y) ((X) < (Y) ? (X) : (Y)) argument
|
/openbmc/linux/net/bridge/ |
H A D | br_private.h | 1067 #define mlock_dereference(X, br) \ argument
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 548 #define E(X) case X: return TARGET_##X; in host_to_target_errno() argument 559 #define E(X) case TARGET_##X: return X; in target_to_host_errno() argument
|
H A D | strace.c | 3877 #define NAME(X) [X] = #X in print_futex_op() argument
|
/openbmc/linux/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 2576 #define X(op, xop) (OP (op) | ((((unsigned long)(xop)) & 0x3ff) << 1)) macro
|
/openbmc/linux/include/linux/ |
H A D | mm.h | 125 #define mm_forbids_zeropage(X) (0) argument
|
/openbmc/linux/fs/ext4/ |
H A D | super.c | 2858 #define APPLY(X) ({ if (ctx->spec & EXT4_SPEC_##X) sbi->X = ctx->X; }) in ext4_apply_options() argument
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | jquery-2.0.3.min.js | 5 …),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return q.get(e,n)||q.acces… argument
|
H A D | jquery-3.7.1.min.js | 2 …ocument?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a docume… field in AnonymousClass48244069e001.AnonymousClass48244069e301
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf.c | 320 #define __S(X) #X in libbpf_version_string() argument 321 #define _S(X) __S(X) in libbpf_version_string() argument
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | core_reloc_types.h | 480 X = 100, enumerator
|
/openbmc/linux/drivers/platform/x86/ |
H A D | thinkpad_acpi.c | 6298 #define THERMAL_ATTRS(X) \ argument
|
/openbmc/linux/drivers/net/ethernet/sun/ |
H A D | niu.h | 2263 #define TXC_CONTROL_PORT_ENABLE(X) (1 << (X)) argument
|
/openbmc/linux/drivers/net/ethernet/broadcom/ |
H A D | tg3.h | 3318 #define TG3_KNOWN_PHY_ID(X) \ argument
|
/openbmc/qemu/target/mips/tcg/ |
H A D | msa_helper.c | 7447 #define FMAXMIN_A(F, G, X, _S, _T, BITS, STATUS) \ argument
|
/openbmc/linux/kernel/bpf/ |
H A D | verifier.c | 192 #define BPF_MAP_PTR(X) ((struct bpf_map *)((X) & ~BPF_MAP_PTR_UNPRIV)) argument
|