Home
last modified time | relevance | path

Searched refs:prefix (Results 76 – 100 of 180) sorted by relevance

12345678

/Zephyr-latest/subsys/logging/
Dlog_output.c707 static const char prefix[] = DROPPED_COLOR_PREFIX "--- "; in log_output_dropped_process() local
715 log_output_write(outf, (uint8_t *)prefix, sizeof(prefix) - 1, output->control_block->ctx); in log_output_dropped_process()
/Zephyr-latest/subsys/mgmt/mcumgr/mgmt/
DKconfig9 # All Kconfig options defined with this file should begin with prefix:
/Zephyr-latest/soc/native/inf_clock/
DKconfig35 without any prefix. Note that an MCU being primary does not imply it will be
/Zephyr-latest/include/zephyr/net/
Dnet_event.h449 struct in6_addr prefix; member
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Dedtlib.py2927 prefix: str,
2959 map_prop = parent.props.get(prefix + "-map")
2961 if require_controller and prefix + "-controller" not in parent.props:
2968 masked_child_spec = _mask(prefix, child, parent, child_spec)
2997 prefix, child, parent, child_spec, parent_spec)
3000 return _map(prefix, parent, map_parent, parent_spec, spec_len_fn,
3008 prefix: str,
3016 mask_prop = parent.props.get(prefix + "-map-mask")
3030 prefix: str,
3044 pass_thru_prop = parent.props.get(prefix + "-map-pass-thru")
/Zephyr-latest/subsys/mgmt/mcumgr/grp/shell_mgmt/
DKconfig13 # try to group them together by the same stem after prefix.
/Zephyr-latest/scripts/
Dcheckpatch.pl301 my ($hashRef, $prefix) = @_;
304 print "\nNOTE: $prefix message types:";
2041 my $prefix = '';
2070 $output .= $prefix . $level . ':';
2227 my $prefix = $absolute;
2228 substr($prefix, -length($file)) = '';
2231 if ($prefix ne ".../") {
2464 $prefix = '';
2574 $prefix = "$realfile:$realline: "
2577 $prefix = "$filename:$realline: ";
[all …]
/Zephyr-latest/cmake/modules/
DFindGnuLd.cmake24 # as a prefix to the linker executable.
Dwest.cmake75 # Set WEST to a COMMAND prefix as if it were a find_program() result, and
Dextensions.cmake196 # omit this prefix by specifying 'STRIP_PREFIX' . This option has no
245 # The list has no prefix, so don't add it.
386 macro(get_property_and_add_prefix result target property prefix)
392 set(maybe_prefix ${prefix})
437 …# Remove the prefix (/home/sebo/zephyr/driver/serial/CMakeLists.txt => driver/serial/CMakeLists.tx…
1875 # import_kconfig(<prefix> <kconfig_fragment> [<keys>] [TARGET <target>])
1878 # introduce all the symbols that are prefixed with 'prefix' into the
1882 # <prefix> : symbol prefix of settings in the Kconfig fragment.
1888 function(import_kconfig prefix kconfig_fragment)
1898 if("${LINE}" MATCHES "^(${prefix}[^=]+)=([ymn]|.+$)")
[all …]
/Zephyr-latest/drivers/ethernet/
DKconfig.native_posix33 then this value is used as a prefix and the interface names will be
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dcoverage.py338 def _interleave_list(prefix, list): argument
339 tuple_list = [(prefix, item) for item in list]
/Zephyr-latest/subsys/testsuite/ztest/src/
Dztest.c1405 static const struct ztest_suite_node *suite_lookup(size_t idx, const char *prefix) in suite_lookup() argument
1414 ((prefix == NULL) || (strncmp(prefix, suite->name, strlen(prefix)) == 0))) { in suite_lookup()
/Zephyr-latest/subsys/mgmt/mcumgr/grp/enum_mgmt/
DKconfig12 # try to group them together by the same stem after prefix.
/Zephyr-latest/cmake/sca/codechecker/
Dsca.cmake60 set(CODECHECKER_TRIM_PATH_PREFIX "--trim-path-prefix;${CODECHECKER_TRIM_PATH_PREFIX}")
/Zephyr-latest/drivers/serial/
Duart_pl011.c554 #define COMPAT_SPECIFIC_FUNC_NAME(prefix, name) _CONCAT(_CONCAT(prefix, name), _) argument
/Zephyr-latest/subsys/net/lib/config/
DKconfig200 bool "Request IPv6 prefix when configuring DHCPv6 client"
203 request IPv6 prefix from the DHCPv6 server.
/Zephyr-latest/cmake/linker/lld/
Dtarget.cmake84 TOOLCHAIN_LD_LINK_ELF # prefix of output variables
/Zephyr-latest/doc/build/sysbuild/
Dindex.rst80 for running things like menuconfig with the prefix, for example (if using
200 Sysbuild creates a namespace for each domain. The namespace prefix is the
234 In the previous example, ``SB_CONFIG`` is the namespace prefix for sysbuild's Kconfig
412 ran normally without any prefix. For other images (including sysbuild), these
413 are ran with a prefix of the image name and an underscore e.g. ``sysbuild_`` or
427 targets prefix with ``tfm_`` and ``bl2_``, for example: ``tfm_rom_report``
/Zephyr-latest/samples/subsys/ipc/openamp_rsc_table/
DREADME.rst103 On the Linux console, send a message to Zephyr which answers with the :samp:`TTY {<addr>}:` prefix.
/Zephyr-latest/doc/services/retention/
Dblinfo.rst10 :ref:`settings_api` with the ``blinfo/`` prefix.
/Zephyr-latest/cmake/linker/armlink/
Dtarget.cmake65 TOOLCHAIN_LD_LINK_ELF # prefix of output variables
/Zephyr-latest/cmake/linker/ld/
Dtarget.cmake118 TOOLCHAIN_LD_LINK_ELF # prefix of output variables
/Zephyr-latest/cmake/linker/xt-ld/
Dtarget.cmake111 TOOLCHAIN_LD_LINK_ELF # prefix of output variables
/Zephyr-latest/subsys/llext/
DKconfig117 It will also be used, normalized, as the prefix for the variable

12345678