Home
last modified time | relevance | path

Searched defs:X (Results 276 – 296 of 296) sorted by relevance

1...<<1112

/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq_cmd.h303 #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 Dmtk_eth_soc.h55 #define NEXT_DESP_IDX(X, Y) (((X) + 1) & ((Y) - 1)) argument
/openbmc/linux/drivers/net/ethernet/neterion/
H A Ds2io.h1120 #define S2IO_PARM_INT(X, def_val) \ argument
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h66 #define __MASK(X) (1UL<<(X)) argument
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu.h1287 #define MIN(X, Y) ((X) < (Y) ? (X) : (Y)) argument
/openbmc/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c63 #define MIN(X, Y) ((X) < (Y) ? (X) : (Y)) argument
/openbmc/linux/net/bridge/
H A Dbr_private.h1067 #define mlock_dereference(X, br) \ argument
/openbmc/qemu/linux-user/
H A Dsyscall.c548 #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 Dstrace.c3877 #define NAME(X) [X] = #X in print_futex_op() argument
/openbmc/linux/arch/powerpc/xmon/
H A Dppc-opc.c2576 #define X(op, xop) (OP (op) | ((((unsigned long)(xop)) & 0x3ff) << 1)) macro
/openbmc/linux/include/linux/
H A Dmm.h125 #define mm_forbids_zeropage(X) (0) argument
/openbmc/linux/fs/ext4/
H A Dsuper.c2858 #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 Djquery-2.0.3.min.js5 …),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return q.get(e,n)||q.acces… argument
H A Djquery-3.7.1.min.js2 …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 Dlibbpf.c320 #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 Dcore_reloc_types.h480 X = 100, enumerator
/openbmc/linux/drivers/platform/x86/
H A Dthinkpad_acpi.c6298 #define THERMAL_ATTRS(X) \ argument
/openbmc/linux/drivers/net/ethernet/sun/
H A Dniu.h2263 #define TXC_CONTROL_PORT_ENABLE(X) (1 << (X)) argument
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dtg3.h3318 #define TG3_KNOWN_PHY_ID(X) \ argument
/openbmc/qemu/target/mips/tcg/
H A Dmsa_helper.c7447 #define FMAXMIN_A(F, G, X, _S, _T, BITS, STATUS) \ argument
/openbmc/linux/kernel/bpf/
H A Dverifier.c192 #define BPF_MAP_PTR(X) ((struct bpf_map *)((X) & ~BPF_MAP_PTR_UNPRIV)) argument

1...<<1112