/openbmc/linux/tools/testing/selftests/net/ |
H A D | fib_nexthops.sh | 88 read a 89 [ "$a" = "q" ] && exit 1 96 read a 97 [ "$a" = "q" ] && exit 1
|
/openbmc/linux/drivers/net/fddi/skfp/ |
H A D | skfddi.c | 436 pr_debug("HW-Addr: %pMF\n", smc->hw.fddi_canon_addr.a); in skfp_driver_init() 437 eth_hw_addr_set(dev, smc->hw.fddi_canon_addr.a); in skfp_driver_init() 504 eth_hw_addr_set(dev, smc->hw.fddi_canon_addr.a); in skfp_open() 1174 CheckSourceAddress(skb->data, smc->hw.fddi_canon_addr.a); in send_queued_packets()
|
/openbmc/linux/fs/nfsd/ |
H A D | export.c | 202 static inline int expkey_match (struct cache_head *a, struct cache_head *b) in expkey_match() argument 204 struct svc_expkey *orig = container_of(a, struct svc_expkey, h); in expkey_match() 806 static int svc_export_match(struct cache_head *a, struct cache_head *b) in svc_export_match() argument 808 struct svc_export *orig = container_of(a, struct svc_export, h); in svc_export_match()
|
/openbmc/linux/drivers/net/wireless/ath/carl9170/ |
H A D | rx.c | 595 #define TID_CHECK(a, b) ( \ in carl9170_ba_check() argument 596 ((a) & cpu_to_le16(IEEE80211_BAR_CTRL_TID_INFO_MASK)) == \ in carl9170_ba_check()
|
/openbmc/linux/Documentation/translations/zh_CN/video4linux/ |
H A D | v4l2-framework.txt | 4 original document maintainer directly. However, if you have a problem 7 or if there is a problem with the translation.
|
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/ |
H A D | smu_cmn.c | 974 #define METRICS_VERSION(a, b) ((a << 16) | b) in smu_cmn_init_soft_gpu_metrics() argument
|
/openbmc/linux/drivers/dma/idxd/ |
H A D | cdev.c | 97 static umode_t cdev_file_attr_visible(struct kobject *kobj, struct attribute *a, int n) in cdev_file_attr_visible() argument 106 return a->mode; in cdev_file_attr_visible()
|
/openbmc/linux/drivers/nvme/target/ |
H A D | nvmet.h | 663 static inline __le16 to0based(u32 a) in to0based() argument 665 return cpu_to_le16(max(1U, min(1U << 16, a)) - 1); in to0based()
|
/openbmc/linux/net/ipv6/ |
H A D | seg6_iptunnel.c | 712 static int seg6_encap_cmp(struct lwtunnel_state *a, struct lwtunnel_state *b) in seg6_encap_cmp() argument 714 struct seg6_iptunnel_encap *a_hdr = seg6_encap_lwtunnel(a); in seg6_encap_cmp()
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.2.3.rst | 45 - cve-update-nvd2-native: log a little more 108 - openssl: use a glob on the PERLEXTERNAL to track updates on the path
|
H A D | release-notes-5.0.2.rst | 78 - iputils: splitting the ping6 as a package 125 - xinput-calibrator: mark upstream as inactive in a patch
|
/openbmc/linux/drivers/acpi/numa/ |
H A D | hmat.c | 560 static int initiator_cmp(void *priv, const struct list_head *a, in initiator_cmp() argument 566 ia = list_entry(a, struct memory_initiator, node); in initiator_cmp()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | tt.c | 553 static int compare_temps(const void *a, const void *b) in compare_temps() argument 555 return ((s16)le16_to_cpu(*(__le16 *)a) - in compare_temps()
|
/openbmc/linux/tools/perf/util/ |
H A D | mem-events.c | 565 #define P(a, b) PERF_MEM_##a##_##b in c2c_decode_stats() argument
|
H A D | maps.c | 479 static int map__strcmp(const void *a, const void *b) in map__strcmp() argument 481 const struct map *map_a = *(const struct map **)a; in map__strcmp()
|
/openbmc/linux/drivers/virt/vboxguest/ |
H A D | vboxguest_utils.c | 23 #define VMMDEV_HGCM_CALL_PARMS(a) \ argument 25 (u8 *)(a) + sizeof(struct vmmdev_hgcm_call)))
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | pmu_event_filter_test.c | 681 static bool bool_eq(bool a, bool b) in bool_eq() argument 683 return a == b; in bool_eq()
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sa8155p-adp.dts | 36 * So model it as a fixed regulator. 55 qcom,pmic-id = "a";
|
/openbmc/linux/arch/arm/boot/dts/aspeed/ |
H A D | aspeed-bmc-ampere-mtjefferson.dts | 246 temperature-sensor@4a{ 496 temperature-sensor@1a {
|
/openbmc/linux/arch/powerpc/boot/dts/ |
H A D | kilauea.dts | 354 * to avoid putting a node for it in the tree, so the numbers 395 * to avoid putting a node for it in the tree, so the numbers
|
H A D | turris1x.dts | 51 power-control@2a { 378 * a last resort because older U-Boot versions
|
/openbmc/linux/arch/xtensa/kernel/ |
H A D | align.S | 238 _beqz a6, .Lstore # S32I.N, do a store 555 s32i a0, a2, PT_DEPC # mark as a regular exception
|
/openbmc/u-boot/include/ |
H A D | image.h | 331 #define ROUND(a, b) (((a) + (b) - 1) & ~((b) - 1)) argument
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | package_ipk.bbclass | 18 OPKGBUILDCMD ??= 'opkg-build -Z zstd -a "${ZSTD_DEFAULTS}"' 160 # Manually indent: multiline description includes a leading space
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-event_source-devices-hv_gpci | 5 that go into perf_event_attr.config for a particular pmu. 8 Each attribute under this group defines a bit range of the
|