Home
last modified time | relevance | path

Searched refs:pfx (Results 26 – 50 of 101) sorted by relevance

12345

/openbmc/linux/scripts/atomic/
H A Dgen-atomic-long.sh39 local pfx="$1"; shift
44 local atomicname="${pfx}${name}${sfx}${order}"
52 gen_kerneldoc "raw_" "${meta}" "${pfx}" "${name}" "${sfx}" "${order}" "atomic_long" "long" "$@"
H A Dgen-atomic-instrumented.sh56 local pfx="$1"; shift
63 local atomicname="${atomic}_${pfx}${name}${sfx}${order}"
71 gen_kerneldoc "" "${meta}" "${pfx}" "${name}" "${sfx}" "${order}" "${atomic}" "${int}" "$@"
/openbmc/openbmc/meta-google/recipes-google/ncsi/files/
H A Dgbmc-ncsi-br-deprecated-ips.sh.in41 local pfx="$(ip_bytes_to_str pfx_bytes)"
61 IPv6ProxyNDPAddress=$pfx
69 ip6 saddr != $pfx/76 ip6 daddr $pfx/76 goto ncsi_gbmc_br_pub_input
73 ip6 saddr != $pfx/76 ip6 daddr $pfx/76 accept
122 # We only want to allow a <pfx>::fd0x address, where x>0
/openbmc/linux/tools/bpf/bpftool/
H A Dmain.c215 bool is_prefix(const char *pfx, const char *str) in is_prefix() argument
217 if (!pfx) in is_prefix()
219 if (strlen(str) < strlen(pfx)) in is_prefix()
222 return !memcmp(str, pfx, strlen(pfx)); in is_prefix()
260 const char *pfx = ""; in fprint_hex() local
269 pfx = sep; in fprint_hex()
271 fprintf(f, "%s%02hhx", i ? pfx : "", data[i]); in fprint_hex()
/openbmc/u-boot/arch/arm/mach-rmobile/
H A Dpfc-sh73a0.c27 PORT_10(fn, pfx, sfx), PORT_10(fn, pfx##1, sfx), \
28 PORT_10(fn, pfx##2, sfx), PORT_10(fn, pfx##3, sfx), \
29 PORT_10(fn, pfx##4, sfx), PORT_10(fn, pfx##5, sfx), \
30 PORT_10(fn, pfx##6, sfx), PORT_10(fn, pfx##7, sfx), \
31 PORT_10(fn, pfx##8, sfx), PORT_10(fn, pfx##9, sfx), \
33 PORT_1(fn, pfx##110, sfx), PORT_1(fn, pfx##111, sfx), \
34 PORT_1(fn, pfx##112, sfx), PORT_1(fn, pfx##113, sfx), \
35 PORT_1(fn, pfx##114, sfx), PORT_1(fn, pfx##115, sfx), \
36 PORT_1(fn, pfx##116, sfx), PORT_1(fn, pfx##117, sfx), \
38 PORT_1(fn, pfx##128, sfx), PORT_1(fn, pfx##129, sfx), \
[all …]
/openbmc/linux/net/ipv6/netfilter/
H A Dip6t_NPT.c18 struct in6_addr pfx; in ip6t_npt_checkentry() local
25 ipv6_addr_prefix(&pfx, &npt->src_pfx.in6, npt->src_pfx_len); in ip6t_npt_checkentry()
26 if (!ipv6_addr_equal(&pfx, &npt->src_pfx.in6)) in ip6t_npt_checkentry()
28 ipv6_addr_prefix(&pfx, &npt->dst_pfx.in6, npt->dst_pfx_len); in ip6t_npt_checkentry()
29 if (!ipv6_addr_equal(&pfx, &npt->dst_pfx.in6)) in ip6t_npt_checkentry()
/openbmc/linux/net/dsa/
H A Dmaster.c159 uint8_t pfx[4]; in dsa_master_get_strings() local
162 snprintf(pfx, sizeof(pfx), "p%.2d", port); in dsa_master_get_strings()
164 pfx[sizeof(pfx) - 1] = '_'; in dsa_master_get_strings()
191 memmove(ndata + (i * len + sizeof(pfx)), in dsa_master_get_strings()
192 ndata + i * len, len - sizeof(pfx)); in dsa_master_get_strings()
193 memcpy(ndata + i * len, pfx, sizeof(pfx)); in dsa_master_get_strings()
/openbmc/u-boot/arch/mips/include/asm/
H A Dio.h232 #define __BUILD_MEMORY_SINGLE(pfx, bwlq, type, irq) \ argument
234 static inline void pfx##write##bwlq(type val, \
244 __val = pfx##ioswab##bwlq(__mem, val); \
265 static inline type pfx##read##bwlq(const volatile void __iomem *mem) \
288 return pfx##ioswab##bwlq(__mem, __val); \
291 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p) \ argument
293 static inline void pfx##out##bwlq##p(type val, unsigned long port) \
302 __val = pfx##ioswab##bwlq(__addr, val); \
310 static inline type pfx##in##bwlq##p(unsigned long port) \
321 return pfx##ioswab##bwlq(__addr, __val); \
/openbmc/linux/drivers/pinctrl/renesas/
H A Dpfc-emev2.c11 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument
12 PORT_10(0, fn, pfx, sfx), PORT_90(0, fn, pfx, sfx), \
13 PORT_10(100, fn, pfx##10, sfx), PORT_10(110, fn, pfx##11, sfx), \
14 PORT_10(120, fn, pfx##12, sfx), PORT_10(130, fn, pfx##13, sfx), \
15 PORT_10(140, fn, pfx##14, sfx), PORT_1(150, fn, pfx##150, sfx), \
16 PORT_1(151, fn, pfx##151, sfx), PORT_1(152, fn, pfx##152, sfx), \
17 PORT_1(153, fn, pfx##153, sfx), PORT_1(154, fn, pfx##154, sfx), \
18 PORT_1(155, fn, pfx##155, sfx), PORT_1(156, fn, pfx##156, sfx), \
19 PORT_1(157, fn, pfx##157, sfx), PORT_1(158, fn, pfx##158, sfx)
244 #define __PIN_CFG(pn, pfx, sfx) SH_PFC_PIN_CFG(pfx, 0) argument
[all …]
H A Dpfc-sh73a0.c19 PORT_10(0, fn, pfx, sfx), PORT_90(0, fn, pfx, sfx), \
21 PORT_1(110, fn, pfx##110, sfx), PORT_1(111, fn, pfx##111, sfx), \
22 PORT_1(112, fn, pfx##112, sfx), PORT_1(113, fn, pfx##113, sfx), \
23 PORT_1(114, fn, pfx##114, sfx), PORT_1(115, fn, pfx##115, sfx), \
24 PORT_1(116, fn, pfx##116, sfx), PORT_1(117, fn, pfx##117, sfx), \
26 PORT_1(128, fn, pfx##128, sfx), PORT_1(129, fn, pfx##129, sfx), \
27 PORT_10(130, fn, pfx##13, sfx), PORT_10(140, fn, pfx##14, sfx), \
29 PORT_1(160, fn, pfx##160, sfx), PORT_1(161, fn, pfx##161, sfx), \
30 PORT_1(162, fn, pfx##162, sfx), PORT_1(163, fn, pfx##163, sfx), \
32 PORT_1(192, fn, pfx##192, sfx), PORT_1(193, fn, pfx##193, sfx), \
[all …]
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/
H A Dgbmc-br-dhcp.sh65 pfx="$(ip_bytes_to_str pfx_bytes)"
66 gbmc_br_set_ip "$pfx" || exit
/openbmc/linux/arch/sh/include/asm/
H A Dio.h89 #define __BUILD_MEMORY_STRING(pfx, bwlq, type) \ argument
92 pfx##writes##bwlq(volatile void __iomem *mem, const void *addr, \
103 static inline void pfx##reads##bwlq(volatile void __iomem *mem, \
178 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow) \ argument
180 static inline void pfx##out##bwlq##p(type val, unsigned long port) \
189 static inline type pfx##in##bwlq##p(unsigned long port) \
/openbmc/qemu/tests/qemu-iotests/
H A D29563 self.pfx = "encrypt."
66 self.pfx = ""
82 '-o', self.pfx + 'key-secret=' + secret.id(),
83 '-o', self.pfx + 'iter-time=10',
/openbmc/linux/scripts/gdb/linux/
H A Dinterrupts.py100 def x86_show_irqstat(prec, pfx, field, desc): argument
102 text = "%*s: " % (prec, pfx)
109 def x86_show_mce(prec, var, pfx, desc): argument
111 text = "%*s: " % (prec, pfx)
/openbmc/qemu/scripts/qapi/
H A Dcommon.py163 pfx = str(indent)
164 if pfx:
165 raw = re.sub(r'^(?!(#|$))', pfx, raw, flags=re.MULTILINE)
/openbmc/phosphor-networkd/src/
H A Dutil.cpp129 constexpr auto pfx = "eth"sv; in interfaceToUbootEthAddr() local
130 if (!intf.starts_with(pfx)) in interfaceToUbootEthAddr()
134 intf.remove_prefix(pfx.size()); in interfaceToUbootEthAddr()
/openbmc/openbmc/poky/meta/recipes-devtools/automake/automake/
H A Dnew_rt_path_for_test-driver.patch32 define_variable ("${pfx}LOG_DRIVER",
37 my $driver = '$(' . $pfx . 'LOG_DRIVER)';
/openbmc/linux/net/6lowpan/
H A Diphc.c228 if (ipv6_prefix_equal(&addr_pfx, &table[i].pfx, addr_plen)) { in lowpan_iphc_ctx_get_by_addr()
267 ipv6_addr_prefix(&network_pfx, &table[i].pfx, in lowpan_iphc_ctx_get_by_mcast_addr()
384 ipv6_addr_prefix_copy(ipaddr, &ctx->pfx, ctx->plen); in lowpan_iphc_uncompress_ctx_addr()
391 ipv6_addr_prefix_copy(ipaddr, &ctx->pfx, ctx->plen); in lowpan_iphc_uncompress_ctx_addr()
404 ipv6_addr_prefix_copy(ipaddr, &ctx->pfx, ctx->plen); in lowpan_iphc_uncompress_ctx_addr()
496 ipv6_addr_prefix(&network_pfx, &ctx->pfx, ctx->plen); in lowpan_uncompress_multicast_ctx_daddr()
808 ipv6_addr_prefix_copy(&tmp, &ctx->pfx, ctx->plen); in lowpan_iphc_compress_ctx_802154_lladdr()
818 ipv6_addr_prefix_copy(&tmp, &ctx->pfx, ctx->plen); in lowpan_iphc_compress_ctx_802154_lladdr()
841 ipv6_addr_prefix_copy(&tmp, &ctx->pfx, ctx->plen); in lowpan_iphc_addr_equal()
876 ipv6_addr_prefix_copy(&tmp, &ctx->pfx, ctx->plen); in lowpan_compress_ctx_addr()
[all …]
/openbmc/linux/Documentation/userspace-api/netlink/
H A Dc-code-gen.rst72 The rest of the section will refer to the prefix as ``$pfx``.
74 Attributes are named ``$pfx-$attribute``.
76 Attribute enums end with two special values ``__$pfx-MAX`` and ``$pfx-MAX``
/openbmc/linux/sound/pci/emu10k1/
H A Demuproc.c302 unsigned reg, const char *pfx) in disasm_emu10k1_reg() argument
308 return sprintf(buffer, "%s0x%03x", pfx, reg); in disasm_emu10k1_reg()
313 return sprintf(buffer, "%s%s(%u)", pfx, name, reg); in disasm_emu10k1_reg()
314 return sprintf(buffer, "%s%s", pfx, emu10k1_const_entries[reg]); in disasm_emu10k1_reg()
319 static int disasm_sblive_reg(char *buffer, unsigned reg, const char *pfx) in disasm_sblive_reg() argument
321 return disasm_emu10k1_reg(buffer, sblive_reg_entries, reg, pfx); in disasm_sblive_reg()
324 static int disasm_audigy_reg(char *buffer, unsigned reg, const char *pfx) in disasm_audigy_reg() argument
326 return disasm_emu10k1_reg(buffer, audigy_reg_entries, reg, pfx); in disasm_audigy_reg()
/openbmc/linux/drivers/net/ethernet/asix/
H A Dax88796c_main.c305 char pfx[IFNAMSIZ + 7]; in ax88796c_tx_fixup() local
307 snprintf(pfx, sizeof(pfx), "%s: ", ndev->name); in ax88796c_tx_fixup()
313 print_hex_dump(KERN_INFO, pfx, DUMP_PREFIX_OFFSET, 16, 1, in ax88796c_tx_fixup()
317 print_hex_dump(KERN_INFO, pfx, DUMP_PREFIX_OFFSET, 16, 1, in ax88796c_tx_fixup()
321 print_hex_dump(KERN_INFO, pfx, DUMP_PREFIX_OFFSET, 16, 1, in ax88796c_tx_fixup()
326 print_hex_dump(KERN_INFO, pfx, DUMP_PREFIX_OFFSET, 16, 1, in ax88796c_tx_fixup()
473 char pfx[IFNAMSIZ + 7]; in ax88796c_rx_fixup() local
475 snprintf(pfx, sizeof(pfx), "%s: ", ndev->name); in ax88796c_rx_fixup()
480 print_hex_dump(KERN_INFO, pfx, DUMP_PREFIX_OFFSET, 16, 1, in ax88796c_rx_fixup()
484 print_hex_dump(KERN_INFO, pfx, DUMP_PREFIX_OFFSET, 16, 1, in ax88796c_rx_fixup()
/openbmc/linux/scripts/atomic/fallbacks/
H A Ddec2 ${retstmt}raw_${atomic}_${pfx}sub${sfx}${order}(1, v);
H A Dinc2 ${retstmt}raw_${atomic}_${pfx}add${sfx}${order}(1, v);
H A Dandnot2 ${retstmt}raw_${atomic}_${pfx}and${sfx}${order}(~i, v);
H A Drelease3 ${retstmt}arch_${atomic}_${pfx}${name}${sfx}_relaxed(${args});

12345