/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/cockpit/ |
H A D | cockpit_304.bb | 2 DESCRIPTION = "Cockpit makes it easy to administer your GNU/Linux servers via a web browser"
|
/openbmc/openbmc/poky/meta/recipes-extended/pam/ |
H A D | libpam_1.7.0.bb | 3 DESCRIPTION = "Linux-PAM (Pluggable Authentication Modules for Linux), a flexible mechanism for aut…
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | rs.c | 1098 static inline bool rs_rate_column_match(struct rs_rate *a, in rs_rate_column_match() argument 1103 if (a->stbc || a->bfer) in rs_rate_column_match() 1106 ant_match = (a->ant == b->ant); in rs_rate_column_match() 1108 return (a->type == b->type) && (a->bw == b->bw) && (a->sgi == b->sgi) in rs_rate_column_match()
|
/openbmc/linux/drivers/media/i2c/ccs/ |
H A D | ccs-core.c | 2370 u32 min, max, a, b, max_m; in ccs_set_compose_scaler() local 2383 a = crops[CCS_PAD_SINK]->width in ccs_set_compose_scaler() 2391 a = clamp(a, CCS_LIM(sensor, SCALER_M_MIN), in ccs_set_compose_scaler() 2398 dev_dbg(&client->dev, "scaling: a %u b %u max_m %u\n", a, b, max_m); in ccs_set_compose_scaler() 2400 min = min(max_m, min(a, b)); in ccs_set_compose_scaler() 2401 max = min(max_m, max(a, b)); in ccs_set_compose_scaler()
|
/openbmc/linux/drivers/staging/rtl8192u/ |
H A D | r8192U_core.c | 24 double __adddf3(double a, double b) in __adddf3() argument 26 return a + b; in __adddf3() 29 double __addsf3(float a, float b) in __addsf3() argument 31 return a + b; in __addsf3() 34 double __subdf3(double a, double b) in __subdf3() argument 36 return a - b; in __subdf3() 39 double __extendsfdf2(float a) in __extendsfdf2() argument 41 return a; in __extendsfdf2()
|
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_ethtool.c | 4708 static bool i40e_match_fdir_filter(struct i40e_fdir_filter *a, in i40e_match_fdir_filter() argument 4712 if (a->dst_ip != b->dst_ip || in i40e_match_fdir_filter() 4713 a->src_ip != b->src_ip || in i40e_match_fdir_filter() 4714 a->dst_port != b->dst_port || in i40e_match_fdir_filter() 4715 a->src_port != b->src_port || in i40e_match_fdir_filter() 4716 a->flow_type != b->flow_type || in i40e_match_fdir_filter() 4717 a->ipl4_proto != b->ipl4_proto || in i40e_match_fdir_filter() 4718 a->vlan_tag != b->vlan_tag || in i40e_match_fdir_filter() 4719 a->vlan_etype != b->vlan_etype) in i40e_match_fdir_filter()
|
/openbmc/linux/include/net/ |
H A D | ip_vs.h | 177 static inline int ip_vs_addr_equal(int af, const union nf_inet_addr *a, in ip_vs_addr_equal() argument 182 return ipv6_addr_equal(&a->in6, &b->in6); in ip_vs_addr_equal() 184 return a->ip == b->ip; in ip_vs_addr_equal()
|
/openbmc/qemu/hw/vfio/ |
H A D | pci-quirks.c | 1368 bool a, b; in vfio_radeon_set_gfx_only_reset() local 1376 a = misc & 2; in vfio_radeon_set_gfx_only_reset() 1378 if (a == b) { in vfio_radeon_set_gfx_only_reset()
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | rk3368.dtsi | 6 * licensing only applies to this file, and not this project as a 9 * a) This library is free software; you can redistribute it and/or 22 * obtaining a copy of this software and associated documentation
|
H A D | sun4i-a10.dtsi | 7 * licensing only applies to this file, and not this project as a 10 * a) This library is free software; you can redistribute it and/or 23 * obtaining a copy of this software and associated documentation
|
/openbmc/linux/net/llc/ |
H A D | llc_c_ac.c | 1419 u8 llc_circular_between(u8 a, u8 b, u8 c) in llc_circular_between() argument 1421 b = b - a; in llc_circular_between() 1422 c = c - a; in llc_circular_between()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_mpc.c | 44 #define NUM_ELEMENTS(a) (sizeof(a) / sizeof((a)[0])) argument
|
/openbmc/qemu/tcg/tci/ |
H A D | tcg-target.c.inc | 6 * Permission is hereby granted, free of charge, to any person obtaining a copy 915 /* Test if a constant matches the constraint. */ 939 * the interpreter assumes a 128-bit return value and assigns to
|
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | 4965-mac.c | 5159 u32 a; in il4965_alive_notify() local 5168 a = il->scd_base_addr + IL49_SCD_CONTEXT_DATA_OFFSET; in il4965_alive_notify() 5169 for (; a < il->scd_base_addr + IL49_SCD_TX_STTS_BITMAP_OFFSET; a += 4) in il4965_alive_notify() 5170 il_write_targ_mem(il, a, 0); in il4965_alive_notify() 5171 for (; a < il->scd_base_addr + IL49_SCD_TRANSLATE_TBL_OFFSET; a += 4) in il4965_alive_notify() 5172 il_write_targ_mem(il, a, 0); in il4965_alive_notify() 5174 a < in il4965_alive_notify() 5177 a += 4) in il4965_alive_notify() 5178 il_write_targ_mem(il, a, 0); in il4965_alive_notify()
|
/openbmc/linux/drivers/net/ethernet/intel/e1000e/ |
H A D | netdev.c | 203 __le64 a; in e1000e_dump() member 211 __le64 a; in e1000e_dump() member 305 (unsigned long long)le64_to_cpu(u0->a), in e1000e_dump() 378 (unsigned long long)le64_to_cpu(u1->a), in e1000e_dump() 386 (unsigned long long)le64_to_cpu(u1->a), in e1000e_dump() 444 (unsigned long long)le64_to_cpu(u1->a), in e1000e_dump() 450 (unsigned long long)le64_to_cpu(u1->a), in e1000e_dump() 2058 struct e1000_adapter *a = adapter; in e1000e_set_interrupt_capability() local 2063 err = pci_enable_msix_range(a->pdev, in e1000e_set_interrupt_capability() 2064 a->msix_entries, in e1000e_set_interrupt_capability() [all …]
|
/openbmc/linux/fs/btrfs/ |
H A D | volumes.c | 1297 static int devid_cmp(void *priv, const struct list_head *a, in devid_cmp() argument 1302 dev1 = list_entry(a, struct btrfs_device, dev_list); in devid_cmp() 4162 #define CHECK_APPEND_NOARG(a) \ in describe_balance_args() argument 4164 ret = snprintf(bp, size_bp, (a)); \ in describe_balance_args() 4171 #define CHECK_APPEND_1ARG(a, v1) \ in describe_balance_args() argument 4173 ret = snprintf(bp, size_bp, (a), (v1)); \ in describe_balance_args() 4180 #define CHECK_APPEND_2ARG(a, v1, v2) \ in describe_balance_args() argument 4182 ret = snprintf(bp, size_bp, (a), (v1), (v2)); \ in describe_balance_args() 4259 #define CHECK_APPEND_1ARG(a, v1) \ in describe_balance_start_or_resume() argument 4261 ret = snprintf(bp, size_bp, (a), (v1)); \ in describe_balance_start_or_resume() [all …]
|
/openbmc/linux/arch/arm64/boot/dts/amlogic/ |
H A D | meson-axg.dtsi | 271 "snps,dwmac-3.70a", 1242 * VPU_0 and VPU_1 muxed to a single clock by a glitch 1244 * Same for VAPB but with a final gate after the glitch free mux.
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x.h | 753 #define SUB_S16(a, b) (s16)((s16)(a) - (s16)(b)) argument 754 #define SUB_S32(a, b) (s32)((s32)(a) - (s32)(b)) argument
|
/openbmc/linux/security/tomoyo/ |
H A D | common.c | 836 static bool tomoyo_same_manager(const struct tomoyo_acl_head *a, in tomoyo_same_manager() argument 839 return container_of(a, struct tomoyo_manager, head)->manager == in tomoyo_same_manager() 1035 static bool tomoyo_same_task_acl(const struct tomoyo_acl_info *a, in tomoyo_same_task_acl() argument 1038 const struct tomoyo_task_acl *p1 = container_of(a, typeof(*p1), head); in tomoyo_same_task_acl()
|
/openbmc/linux/drivers/net/ |
H A D | geneve.c | 1376 static bool geneve_dst_addr_equal(struct ip_tunnel_info *a, in geneve_dst_addr_equal() argument 1379 if (ip_tunnel_info_af(a) == AF_INET) in geneve_dst_addr_equal() 1380 return a->key.u.ipv4.dst == b->key.u.ipv4.dst; in geneve_dst_addr_equal() 1382 return ipv6_addr_equal(&a->key.u.ipv6.dst, &b->key.u.ipv6.dst); in geneve_dst_addr_equal()
|
/openbmc/linux/net/netfilter/ |
H A D | nft_set_pipapo_avx2.c | 55 #define NFT_PIPAPO_AVX2_AND(dst, a, b) \ argument 56 asm volatile("vpand %ymm" #a ", %ymm" #b ", %ymm" #dst)
|
/openbmc/linux/drivers/scsi/ |
H A D | ch.c | 87 #define ch_printk(prefix, ch, fmt, a...) \ argument 88 sdev_prefix_printk(prefix, (ch)->device, (ch)->name, fmt, ##a)
|
/openbmc/linux/kernel/cgroup/ |
H A D | cgroup-v1.c | 272 static int cmppid(const void *a, const void *b) in cmppid() argument 274 return *(pid_t *)a - *(pid_t *)b; in cmppid()
|
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/ |
H A D | smu13_driver_if_v13_0_0.h | 416 uint32_t a; // store in IEEE float format in this variable member 427 uint32_t a; // store in IEEE float format in this variable member
|
/openbmc/linux/arch/x86/kernel/ |
H A D | e820.c | 291 static int __init cpcompare(const void *a, const void *b) in cpcompare() argument 293 struct change_member * const *app = a, * const *bpp = b; in cpcompare()
|