Home
last modified time | relevance | path

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

123456

/Zephyr-latest/subsys/net/
DKconfig.hostname36 bool "Make hostname unique"
38 This will append link address to NET_HOSTNAME to create a unique
43 bool "Update unique hostname"
46 This will update the unique hostname on link address changes. By
47 default, this option is disabled, which means the unique hostname
/Zephyr-latest/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-latest/subsys/net/lib/lwm2m/
Dlwm2m_obj_gateway.c71 bool unique = true; in prefix_validation_cb() local
84 unique = false; in prefix_validation_cb()
91 return unique ? 0 : -EINVAL; in prefix_validation_cb()
/Zephyr-latest/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-latest/samples/boards/nxp/mimxrt1170_evk_cm7/magic_addr/
DREADME.rst13 API for the flexram in zephyr to use this unique feature.
/Zephyr-latest/doc/hardware/peripherals/
Dbbram.rst6 The BBRAM APIs allow interfacing with the unique properties of this memory region. The following
/Zephyr-latest/modules/nanopb/
Dnanopb.cmake38 # Create unique target name for generated header list
/Zephyr-latest/boards/pjrc/teensy4/
Dteensy41.dts41 nxp,unique-mac;
/Zephyr-latest/subsys/bluetooth/services/
DKconfig.dis181 …The System ID characteristic is used to represent an extended unique identifier (EUI) of the system
196 …nally Unique Identifier (OUI) followed by a manufacturer-defined indentifier unique for the device.
199 hex "Manufacturer-defined unique identifier."
203 The manufacturer-defined unique identifier is 40 bits long.
/Zephyr-latest/tests/ztest/fail/
DREADME.rst9 In order to test the actual framework's failure cases, this test suite has to do something unique.
/Zephyr-latest/subsys/secure_storage/src/its/
DCMakeLists.txt16 easily readable by an attacker, not unique, and/or guessable, depending on the device.
/Zephyr-latest/drivers/dma/
DKconfig.mcux_lpc28 is "total number of unique DMA channels ever expected to be used, maximum
/Zephyr-latest/doc/services/device_mgmt/
Dmcumgr_handlers.rst15 protocol and header. There can only be one registered group per unique ID.
51 responses (which have unique error codes per group as opposed to the legacy SMP version 1 error
56 that group IDs need to be unique so other custom groups should use different values, a central index
74 note that event IDs need to be unique so other custom groups should use different values, a
/Zephyr-latest/tests/bsim/bluetooth/host/misc/sample_test/
DCMakeLists.txt7 # You can name the project however you like. Having a unique name is encouraged.
/Zephyr-latest/cmake/
Dcfb.cmake59 # But first create a unique name for the custom target
Dtarget_toolchain_flags.cmake11 # ccache will generate unique signatures
/Zephyr-latest/boards/st/nucleo_wba55cg/doc/
Dnucleo_wba55cg.rst120 - Root of trust thanks to unique boot entry and secure hide protection area (HDP)
122 - Secure data storage with root hardware unique key (RHUK)
128 - 96-bit unique ID
/Zephyr-latest/doc/services/file_system/
Dindex.rst16 implementation must have a globally unique integer identifier; use
/Zephyr-latest/subsys/net/lib/wifi_credentials/
DKconfig86 management is user of PSA API) to provide correct and unique identifiers.
/Zephyr-latest/boards/st/nucleo_wba52cg/doc/
Dnucleo_wba52cg.rst122 - Root of trust thanks to unique boot entry and secure hide protection area (HDP)
124 - Secure data storage with root hardware unique key (RHUK)
130 - 96-bit unique ID
/Zephyr-latest/samples/userspace/shared_mem/
DREADME.rst9 unique memory domains with protected partitions. The
/Zephyr-latest/doc/security/standards/
Detsi-303645.rst139 * - unique per device
140 - unique for each individual device of a given product class or type.
198 unique per device or defined by the user.
205 - Where pre-installed unique per device passwords are used,
401 - Where a hard-coded unique per device identity is used in a device for security purposes,
419 shall be unique per device and shall be produced with a mechanism that reduces the risk
/Zephyr-latest/scripts/tests/twister/
Dtest_testsuite.py305 unique = TestSuite(testsuite_root, workdir, name)
306 assert unique == exception
/Zephyr-latest/doc/services/crypto/random/
Dindex.rst84 to make the initialization of the CTR-DRBG as unique as possible.
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dtestsuite.py530 unique = os.path.normpath(
533 return unique

123456