/Zephyr-Core-3.4.0/subsys/net/ |
D | Kconfig.hostname | 21 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/ |
D | same_identifier.cocci | 32 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/ |
D | lwm2m_obj_gateway.c | 69 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/ |
D | test_testsuite.py | 73 unique = TestSuite(testsuite_root, workdir, name) 74 assert unique == exception
|
/Zephyr-Core-3.4.0/doc/connectivity/networking/api/ |
D | net_hostname.rst | 24 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/ |
D | bbram.rst | 6 The BBRAM APIs allow interfacing with the unique properties of this memory region. The following
|
D | w1.rst | 51 * All slave devices have a unique 64-bit identification number, which
|
/Zephyr-Core-3.4.0/drivers/neural_net/ |
D | Kconfig.intel_gna | 23 Max. number of unique neural network models required in the system
|
/Zephyr-Core-3.4.0/tests/ztest/fail/ |
D | README.rst | 9 In order to test the actual framework's failure cases, this test suite has to do something unique.
|
/Zephyr-Core-3.4.0/cmake/ |
D | target_toolchain_flags.cmake | 11 # ccache will generate unique signatures
|
D | cfb.cmake | 59 # But first create a unique name for the custom target
|
/Zephyr-Core-3.4.0/scripts/pylib/twister/twisterlib/ |
D | testsuite.py | 425 unique = os.path.normpath(os.path.join(relative_ts_root, workdir, name)) 432 return unique
|
/Zephyr-Core-3.4.0/subsys/bluetooth/audio/ |
D | bap_broadcast_source.c | 466 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()
|
D | bap_scan_delegator.c | 300 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/ |
D | index.rst | 16 implementation must have a globally unique integer identifier; use
|
/Zephyr-Core-3.4.0/samples/userspace/shared_mem/ |
D | README.rst | 9 unique memory domains with protected partitions. The
|
/Zephyr-Core-3.4.0/doc/_extensions/zephyr/kconfig/ |
D | __init__.py | 159 unique = set({option["name"] for option in self.env.kconfig_db}) 160 for option in unique:
|
/Zephyr-Core-3.4.0/drivers/hwinfo/ |
D | Kconfig | 132 bool "Cypress PSoC-6 unique device ID"
|
/Zephyr-Core-3.4.0/doc/services/ipc/ipc_service/backends/ |
D | ipc_service_icmsg.rst | 29 unique (not overlapping any other region) and accessible by both domains
|
/Zephyr-Core-3.4.0/dts/arm/nxp/ |
D | nxp_rt1060.dtsi | 13 * region, we describe them in one 768Kb unique node.
|
/Zephyr-Core-3.4.0/share/sysbuild/ |
D | CMakeLists.txt | 82 message(FATAL_ERROR "A duplicate image name was provided, image names must be unique.")
|
/Zephyr-Core-3.4.0/doc/services/crypto/random/ |
D | index.rst | 84 to make the initialization of the CTR-DRBG as unique as possible.
|
/Zephyr-Core-3.4.0/subsys/random/ |
D | Kconfig | 124 source to make the initialization of the CTR-DRBG as unique as
|
/Zephyr-Core-3.4.0/boards/arm/stm32f401_mini/doc/ |
D | index.rst | 39 - 96-bit unique ID
|
/Zephyr-Core-3.4.0/samples/boards/nrf/mesh/onoff-app/ |
D | README.rst | 14 a unique UUID. It is obtained from the device address set by Nordic in the
|