Home
last modified time | relevance | path

Searched refs:namespace (Results 1 – 25 of 43) sorted by relevance

12

/Zephyr-latest/modules/acpica/
DCMakeLists.txt84 ${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/
DTFDServer.h15 namespace apache
17 namespace thrift
19 namespace transport
DTConnectedClient.h34 namespace apache
36 namespace thrift
38 namespace server
DTSimpleServer.h30 namespace apache
32 namespace thrift
34 namespace server
DTServerFramework.h36 namespace apache
38 namespace thrift
40 namespace server
DTServer.h34 namespace apache
36 namespace thrift
38 namespace server
/Zephyr-latest/modules/thrift/src/thrift/transport/
DTSSLServerSocket.h12 namespace apache
14 namespace thrift
16 namespace transport
DTServerSocket.h24 namespace apache
26 namespace thrift
28 namespace transport
DThriftTLScertificateType.h10 namespace apache::thrift::transport
DTSSLSocket.h18 namespace apache
20 namespace thrift
22 namespace transport
/Zephyr-latest/doc/services/storage/disk/
Dnvme.rst18 - 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/
Dcstddef18 namespace std {
Dnew18 namespace std {
Dcstdint18 namespace std {
/Zephyr-latest/modules/thrift/src/thrift/protocol/
DTBinaryProtocol.h33 namespace apache
35 namespace thrift
37 namespace protocol
/Zephyr-latest/drivers/disk/nvme/
DKconfig65 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/
DREADME.rst20 namespace the babblesim simulator code.
/Zephyr-latest/scripts/west_commands/runners/
Dcore.py371 def __call__(self, parser, namespace, values, option_string=None): argument
373 namespace.dt_flash = True
375 namespace.dt_flash = False
385 def __call__(self, parser, namespace, values, option_string=None): argument
389 setattr(namespace, self.dest, values)
Dintel_adsp.py23 def __call__(self, parser, namespace, values, option_string=None): argument
Dcanopen_program.py49 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/
Ddatatypes.py18 self.namespace = ""
Dwalker.py184 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/
DKconfig.mctl9 # TODO: Decide, and add, top-level namespace prefix (currently none) to symbols.
/Zephyr-latest/scripts/west_commands/completion/
Dwest-completion.zsh311 '(-n --namespace-prefix)'{-n,--namespace-prefix}'[namespace prefix]:namespace prefix:'
/Zephyr-latest/doc/build/sysbuild/
Dindex.rst214 ``-DCONFIG_<var>=<value>`` or ``-D<namespace>_CONFIG_<var>=<value>``.
219 Sysbuild creates a namespace for each domain. The namespace prefix is the
223 To set the variable ``<var>`` in the namespace ``<namespace>``, use this syntax::
225 -D<namespace>_<var>=<value>
253 In the previous example, ``SB_CONFIG`` is the namespace prefix for sysbuild's Kconfig
258 -D<namespace>_CONFIG_<var>=<value>
260 In the previous example, ``<namespace>`` is the application name discussed above in
281 When no ``<namespace>`` is used, the Kconfig setting is passed to the main

12