Home
last modified time | relevance | path

Searched refs:a (Results 18576 – 18600 of 20301) sorted by relevance

1...<<741742743744745746747748749750>>...813

/openbmc/linux/tools/testing/selftests/net/
H A Dfib_nexthops.sh88 read a
89 [ "$a" = "q" ] && exit 1
96 read a
97 [ "$a" = "q" ] && exit 1
/openbmc/linux/drivers/net/fddi/skfp/
H A Dskfddi.c436 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 Dexport.c202 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 Drx.c595 #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 Dv4l2-framework.txt4 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 Dsmu_cmn.c974 #define METRICS_VERSION(a, b) ((a << 16) | b) in smu_cmn_init_soft_gpu_metrics() argument
/openbmc/linux/drivers/dma/idxd/
H A Dcdev.c97 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 Dnvmet.h663 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 Dseg6_iptunnel.c712 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 Drelease-notes-4.2.3.rst45 - cve-update-nvd2-native: log a little more
108 - openssl: use a glob on the PERLEXTERNAL to track updates on the path
H A Drelease-notes-5.0.2.rst78 - iputils: splitting the ping6 as a package
125 - xinput-calibrator: mark upstream as inactive in a patch
/openbmc/linux/drivers/acpi/numa/
H A Dhmat.c560 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 Dtt.c553 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 Dmem-events.c565 #define P(a, b) PERF_MEM_##a##_##b in c2c_decode_stats() argument
H A Dmaps.c479 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 Dvboxguest_utils.c23 #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 Dpmu_event_filter_test.c681 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 Dsa8155p-adp.dts36 * So model it as a fixed regulator.
55 qcom,pmic-id = "a";
/openbmc/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-ampere-mtjefferson.dts246 temperature-sensor@4a{
496 temperature-sensor@1a {
/openbmc/linux/arch/powerpc/boot/dts/
H A Dkilauea.dts354 * 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 Dturris1x.dts51 power-control@2a {
378 * a last resort because older U-Boot versions
/openbmc/linux/arch/xtensa/kernel/
H A Dalign.S238 _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 Dimage.h331 #define ROUND(a, b) (((a) + (b) - 1) & ~((b) - 1)) argument
/openbmc/openbmc/poky/meta/classes-global/
H A Dpackage_ipk.bbclass18 OPKGBUILDCMD ??= 'opkg-build -Z zstd -a "${ZSTD_DEFAULTS}"'
160 # Manually indent: multiline description includes a leading space
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-event_source-devices-hv_gpci5 that go into perf_event_attr.config for a particular pmu.
8 Each attribute under this group defines a bit range of the

1...<<741742743744745746747748749750>>...813