/Zephyr-latest/modules/acpica/ |
D | CMakeLists.txt | 84 ${COMP_DIR}/namespace/nsaccess.c 85 ${COMP_DIR}/namespace/nsalloc.c 86 ${COMP_DIR}/namespace/nsarguments.c 87 ${COMP_DIR}/namespace/nsconvert.c 88 ${COMP_DIR}/namespace/nsdump.c 89 ${COMP_DIR}/namespace/nseval.c 90 ${COMP_DIR}/namespace/nsinit.c 91 ${COMP_DIR}/namespace/nsload.c 92 ${COMP_DIR}/namespace/nsnames.c 93 ${COMP_DIR}/namespace/nsobject.c [all …]
|
/Zephyr-latest/modules/thrift/src/thrift/server/ |
D | TFDServer.h | 15 namespace apache 17 namespace thrift 19 namespace transport
|
D | TConnectedClient.h | 34 namespace apache 36 namespace thrift 38 namespace server
|
D | TSimpleServer.h | 30 namespace apache 32 namespace thrift 34 namespace server
|
D | TServerFramework.h | 36 namespace apache 38 namespace thrift 40 namespace server
|
D | TServer.h | 34 namespace apache 36 namespace thrift 38 namespace server
|
/Zephyr-latest/modules/thrift/src/thrift/transport/ |
D | TSSLServerSocket.h | 12 namespace apache 14 namespace thrift 16 namespace transport
|
D | TServerSocket.h | 24 namespace apache 26 namespace thrift 28 namespace transport
|
D | ThriftTLScertificateType.h | 10 namespace apache::thrift::transport
|
D | TSSLSocket.h | 18 namespace apache 20 namespace thrift 22 namespace transport
|
/Zephyr-latest/doc/services/storage/disk/ |
D | nvme.rst | 18 - NVMe namespace: :zephyr_file:`drivers/disk/nvme/nvme_namespace.c` 23 Finally the NVMe namespace is the dedicated part to deal with an actual namespace which, in turn, e… 26 If a controller exposes more than 1 namespace (disk), it will be possible to raise the amount of bu… 30 it's related namespace. As such, the disk name follows NVMe naming which is nvme<k>n<n> where k is …
|
/Zephyr-latest/lib/cpp/minimal/include/ |
D | cstddef | 18 namespace std {
|
D | new | 18 namespace std {
|
D | cstdint | 18 namespace std {
|
/Zephyr-latest/modules/thrift/src/thrift/protocol/ |
D | TBinaryProtocol.h | 33 namespace apache 35 namespace thrift 37 namespace protocol
|
/Zephyr-latest/drivers/disk/nvme/ |
D | Kconfig | 65 int "Maximum namespace to allocate" 69 This sets the maximum namespace to allocate. Note that there may
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/sample_test/ |
D | README.rst | 20 namespace the babblesim simulator code.
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | core.py | 365 def __call__(self, parser, namespace, values, option_string=None): argument 367 namespace.dt_flash = True 369 namespace.dt_flash = False 379 def __call__(self, parser, namespace, values, option_string=None): argument 383 setattr(namespace, self.dest, values)
|
D | intel_adsp.py | 23 def __call__(self, parser, namespace, values, option_string=None): argument
|
D | canopen_program.py | 49 def __call__(self, parser, namespace, values, option_string=None): argument 50 setattr(namespace, self.dest, not option_string.startswith('--no-'))
|
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | datatypes.py | 18 self.namespace = ""
|
D | walker.py | 184 cfgApp.namespace = self.cfg.namespacePrefix + "/app" 204 cfgBuild.namespace = self.cfg.namespacePrefix + "/build" 226 cfgZephyr.namespace = self.cfg.namespacePrefix + "/zephyr" 308 cfgSDK.namespace = self.cfg.namespacePrefix + "/sdk" 336 cfgModuleExtRef.namespace = self.cfg.namespacePrefix + "/modules-deps"
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig.mctl | 9 # TODO: Decide, and add, top-level namespace prefix (currently none) to symbols.
|
/Zephyr-latest/doc/build/sysbuild/ |
D | index.rst | 195 ``-DCONFIG_<var>=<value>`` or ``-D<namespace>_CONFIG_<var>=<value>``. 200 Sysbuild creates a namespace for each domain. The namespace prefix is the 204 To set the variable ``<var>`` in the namespace ``<namespace>``, use this syntax:: 206 -D<namespace>_<var>=<value> 234 In the previous example, ``SB_CONFIG`` is the namespace prefix for sysbuild's Kconfig 239 -D<namespace>_CONFIG_<var>=<value> 241 In the previous example, ``<namespace>`` is the application name discussed above in 262 When no ``<namespace>`` is used, the Kconfig setting is passed to the main
|
/Zephyr-latest/scripts/west_commands/completion/ |
D | west-completion.zsh | 311 '(-n --namespace-prefix)'{-n,--namespace-prefix}'[namespace prefix]:namespace prefix:'
|