Home
last modified time | relevance | path

Searched refs:prefix (Results 226 – 250 of 1980) sorted by relevance

12345678910>>...80

/openbmc/openbmc/meta-security/recipes-scanners/arpwatch/
H A Darpwatch_3.3.bb31 --prefix=${prefix} \
59 install -d ${D}${prefix}/etc/rc.d
79 FILES:${PN} = "${bindir} ${sbindir} ${prefix}/etc/rc.d \
/openbmc/linux/tools/perf/trace/beauty/
H A Dfutex_val3.c10 const char *prefix = "FUTEX_BITSET_"; in syscall_arg__scnprintf_futex_val3() local
14 return scnprintf(bf, size, "%s%s", arg->show_string_prefix ? prefix : "", "MATCH_ANY"); in syscall_arg__scnprintf_futex_val3()
H A Dx86_arch_prctl.sh11 prefix=$2
16 …e:]]*#[[:space:]]*define[[:space:]]+ARCH_([[:alnum:]_]+)[[:space:]]+(%s[[:xdigit:]]+).*' ${prefix}`
/openbmc/linux/include/linux/
H A Dstring.h255 static inline bool strstarts(const char *str, const char *prefix) in strstarts() argument
257 return strncmp(str, prefix, strlen(prefix)) == 0; in strstarts()
400 static __always_inline size_t str_has_prefix(const char *str, const char *prefix) in str_has_prefix() argument
402 size_t len = strlen(prefix); in str_has_prefix()
403 return strncmp(str, prefix, len) == 0 ? len : 0; in str_has_prefix()
/openbmc/phosphor-host-ipmid/
H A Dtransporthandler.cpp268 newreq.append(protocol, tsh(address), prefix, ""); in createIfAddr()
303 fallbackPrefix = ifaddr->prefix; in reconfigureIfAddr4()
429 uint8_t prefix{}; in getLanIPv6Address() local
438 prefix = ifaddr->prefix; in getLanIPv6Address()
445 ret.pack(prefix); in getLanIPv6Address()
928 uint8_t prefix; in setLanInt() local
935 if (req.unpack(prefix, status) != 0) in setLanInt()
1001 uint8_t prefix; in setLanInt() local
1002 if (req.unpack(prefix) != 0) in setLanInt()
1007 if (prefix != 0) in setLanInt()
[all …]
/openbmc/linux/tools/lib/perf/
H A Dlibperf.pc.template3 prefix=@PREFIX@
5 includedir=${prefix}/include
/openbmc/linux/Documentation/networking/
H A Dfib_trie.rst11 with 'hlist' with routing table entries sorted by prefix length.
106 Dumps the routing table ordered by prefix length. This is somewhat
108 entire trie for each prefix length. In comparison, fib_hash is organized
109 as one "zone"/hash per prefix length.
125 the fib_semantic_match in the leaf's sorted prefix hlist.
129 If we don't find a match, we enter prefix matching mode. The prefix length,
132 prefix. The goal is always to reach a leaf and get a positive result from the
135 Inside each tnode, the search for longest matching prefix consists of searching
141 chop off part of the key in order to find the longest matching prefix.
/openbmc/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.c367 prefix, prefix, prefix); in aic_print_reg_dump_types()
378 prefix, in aic_print_reg_dump_start()
411 prefix, in aic_print_reg_dump_end()
413 prefix, in aic_print_reg_dump_end()
429 prefix, in aic_print_reg_dump_end()
430 prefix, in aic_print_reg_dump_end()
432 prefix, in aic_print_reg_dump_end()
434 prefix, in aic_print_reg_dump_end()
/openbmc/linux/tools/lib/perf/Documentation/
H A DMakefile26 prefix ?=$(HOME) macro
29 mandir ?= $(prefix)/share/man
33 docdir ?= $(prefix)/share/doc/libperf
/openbmc/qemu/include/hw/
H A Dregister.h112 const char *prefix; member
125 const char *prefix, bool debug);
136 uint64_t register_read(RegisterInfo *reg, uint64_t re, const char* prefix,
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Ddebug.c76 const char *msg, const char *prefix, in ath12k_dbg_dump() argument
92 (prefix ? prefix : ""), in ath12k_dbg_dump()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/ddrescue/
H A Dddrescue_1.28.bb21 '--prefix=${prefix}' \
22 '--exec-prefix=${exec_prefix}' \
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/
H A Dapache2_2.4.58.bb51 --prefix=${base_prefix} \
73 --prefix=${prefix} \
83 sed -i -e 's:$''{prefix}/usr/lib/cgi-bin:$''{libexecdir}/cgi-bin:g' ${S}/config.layout
94 -e 's,/usr/,${prefix}/,g' > ${D}/${sysconfdir}/init.d/${BPN}
119 … -e 's,-fdebug-prefix-map[^ ]*,,g; s,-fmacro-prefix-map[^ ]*,,g; s,-ffile-prefix-map[^ ]*,,g' \
127 … -e 's,-fdebug-prefix-map[^ ]*,,g; s,-fmacro-prefix-map[^ ]*,,g; s,-fmacro-prefix-map[^ ]*,,g' \
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.pc.template3 prefix=@PREFIX@
5 includedir=${prefix}/include
/openbmc/openbmc-tools/sensor_yaml_config/
H A Dsensor_yaml_config.py212 prefix = "p"
215 prefix = None
226 prefix = None
233 if prefix:
234 ret = ret + prefix + index
236 if prefix:
240 if prefix is None:
/openbmc/linux/kernel/
H A Dkallsyms_selftest.c282 char *prefix; in test_kallsyms_basic_function() local
293 prefix = "kallsyms_lookup_name() for"; in test_kallsyms_basic_function()
299 prefix, test_items[i].name, addr, test_items[i].addr); in test_kallsyms_basic_function()
303 prefix = "kallsyms_on_each_symbol() for"; in test_kallsyms_basic_function()
312 prefix, test_items[i].name, in test_kallsyms_basic_function()
317 prefix = "kallsyms_on_each_match_symbol() for"; in test_kallsyms_basic_function()
326 prefix, test_items[i].name, in test_kallsyms_basic_function()
/openbmc/openbmc/poky/meta/recipes-bsp/grub/
H A Dgrub-efi_2.12.bb20 prefix = "" if d.getVar('EFI_PROVIDER') == "grub-efi" else "grub-efi-"
35 grubimage = prefix + d.getVar("EFI_BOOT_IMAGE")
38 prefix = "grub-efi-" if prefix == "" else ""
39 d.setVar("GRUB_IMAGE_PREFIX", prefix)
/openbmc/linux/arch/mips/kernel/syscalls/
H A Dsyscallnr.sh7 prefix="$4"
22 printf "#define __NR_%s_Linux_syscalls\t%s\n" "${prefix}" "${nxt}"
/openbmc/u-boot/drivers/usb/eth/
H A Dlan7x.h126 const char *prefix, const u32 reg, in lan7x_wait_for_bit() argument
155 debug("%s: Timeout (reg=0x%x mask=%08x wait_set=%i)\n", prefix, reg, in lan7x_wait_for_bit()
167 const char *prefix, in lan7x_mdio_wait_for_bit() argument
197 debug("%s: Timeout (reg=0x%x mask=%08x wait_set=%i)\n", prefix, reg, in lan7x_mdio_wait_for_bit()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/suitesparse/
H A Dsuitesparse_5.10.1.bb32 -DCMAKE_INSTALL_PREFIX=${D}${prefix} \
41 oe_runmake prefix=${D}${prefix} INSTALL=${D}${prefix} install
/openbmc/openbmc/poky/meta/recipes-devtools/bison/
H A Dbison_3.8.2.bb28 PACKAGECONFIG[readline] = "--with-libreadline-prefix,--without-libreadline-prefix,readline"
29 PACKAGECONFIG[textstyle] = "--with-libtextstyle-prefix,--without-libtextstyle-prefix,gettext"
/openbmc/linux/drivers/accel/ivpu/
H A Divpu_fw_log.c94 const char *prefix, bool only_new_msgs, struct drm_printer *p) in fw_log_print_buffer() argument
103 drm_printf(p, "==== %s \"%s\" log empty ====\n", prefix, log->name); in fw_log_print_buffer()
107 drm_printf(p, "==== %s \"%s\" log start ====\n", prefix, log->name); in fw_log_print_buffer()
115 drm_printf(p, "==== %s \"%s\" log end ====\n", prefix, log->name); in fw_log_print_buffer()
/openbmc/u-boot/tools/binman/test/
H A D067_fmap.dts11 name-prefix = "ro-";
19 name-prefix = "rw-";
/openbmc/phosphor-bmc-code-mgmt/side-switch/
H A Dmeson.build19 pkgconfig_define: ['prefix', get_option('prefix')])
/openbmc/linux/lib/
H A Dtest_uuid.c45 static void __init test_uuid_failed(const char *prefix, bool wrong, bool be, in test_uuid_failed() argument
49 prefix, in test_uuid_failed()
56 prefix, in test_uuid_failed()

12345678910>>...80