Home
last modified time | relevance | path

Searched refs:unique (Results 1 – 25 of 99) sorted by relevance

1234

/Zephyr-Core-3.4.0/subsys/net/
DKconfig.hostname21 bool "Make hostname unique"
23 This will append link address to hostname to create a unique
28 bool "Update unique hostname"
31 This will update the unique hostname on link address changes. By
32 default, this option is disabled, which means the unique hostname
/Zephyr-Core-3.4.0/scripts/coccinelle/
Dsame_identifier.cocci32 msg = "WARNING: Violation to rule 5.7 (Tag name should be unique) tag: {}".format(v)
53 msg = "WARNING: Violation to rule 5.7 (Tag name should be unique) tag: {}".format(v)
74 msg = "WARNING: Violation to rule 5.7 (Tag name should be unique) tag: {}".format(v)
/Zephyr-Core-3.4.0/subsys/net/lib/lwm2m/
Dlwm2m_obj_gateway.c69 bool unique = true; in prefix_validation_cb() local
82 unique = false; in prefix_validation_cb()
89 return unique ? 0 : -EINVAL; in prefix_validation_cb()
/Zephyr-Core-3.4.0/scripts/tests/twister/
Dtest_testsuite.py73 unique = TestSuite(testsuite_root, workdir, name)
74 assert unique == exception
/Zephyr-Core-3.4.0/doc/connectivity/networking/api/
Dnet_hostname.rst24 can enable :kconfig:option:`CONFIG_NET_HOSTNAME_UNIQUE` which will add a unique
28 ``01:02:03:04:05:06``, then the unique hostname could be
/Zephyr-Core-3.4.0/doc/hardware/peripherals/
Dbbram.rst6 The BBRAM APIs allow interfacing with the unique properties of this memory region. The following
Dw1.rst51 * All slave devices have a unique 64-bit identification number, which
/Zephyr-Core-3.4.0/drivers/neural_net/
DKconfig.intel_gna23 Max. number of unique neural network models required in the system
/Zephyr-Core-3.4.0/tests/ztest/fail/
DREADME.rst9 In order to test the actual framework's failure cases, this test suite has to do something unique.
/Zephyr-Core-3.4.0/cmake/
Dtarget_toolchain_flags.cmake11 # ccache will generate unique signatures
Dcfb.cmake59 # But first create a unique name for the custom target
/Zephyr-Core-3.4.0/scripts/pylib/twister/twisterlib/
Dtestsuite.py425 unique = os.path.normpath(os.path.join(relative_ts_root, workdir, name))
432 return unique
/Zephyr-Core-3.4.0/subsys/bluetooth/audio/
Dbap_broadcast_source.c466 bool unique; in generate_broadcast_id() local
478 unique = true; in generate_broadcast_id()
485 unique = false; in generate_broadcast_id()
489 } while (!unique); in generate_broadcast_id()
Dbap_scan_delegator.c300 bool unique = false; in next_src_id() local
302 while (!unique) { in next_src_id()
304 unique = true; in next_src_id()
308 unique = false; in next_src_id()
/Zephyr-Core-3.4.0/doc/services/file_system/
Dindex.rst16 implementation must have a globally unique integer identifier; use
/Zephyr-Core-3.4.0/samples/userspace/shared_mem/
DREADME.rst9 unique memory domains with protected partitions. The
/Zephyr-Core-3.4.0/doc/_extensions/zephyr/kconfig/
D__init__.py159 unique = set({option["name"] for option in self.env.kconfig_db})
160 for option in unique:
/Zephyr-Core-3.4.0/drivers/hwinfo/
DKconfig132 bool "Cypress PSoC-6 unique device ID"
/Zephyr-Core-3.4.0/doc/services/ipc/ipc_service/backends/
Dipc_service_icmsg.rst29 unique (not overlapping any other region) and accessible by both domains
/Zephyr-Core-3.4.0/dts/arm/nxp/
Dnxp_rt1060.dtsi13 * region, we describe them in one 768Kb unique node.
/Zephyr-Core-3.4.0/share/sysbuild/
DCMakeLists.txt82 message(FATAL_ERROR "A duplicate image name was provided, image names must be unique.")
/Zephyr-Core-3.4.0/doc/services/crypto/random/
Dindex.rst84 to make the initialization of the CTR-DRBG as unique as possible.
/Zephyr-Core-3.4.0/subsys/random/
DKconfig124 source to make the initialization of the CTR-DRBG as unique as
/Zephyr-Core-3.4.0/boards/arm/stm32f401_mini/doc/
Dindex.rst39 - 96-bit unique ID
/Zephyr-Core-3.4.0/samples/boards/nrf/mesh/onoff-app/
DREADME.rst14 a unique UUID. It is obtained from the device address set by Nordic in the

1234