Home
last modified time | relevance | path

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

12

/spdk/python/spdk/sma/device/
H A Ddevice.py9 def __init__(self, code, message): argument
10 self.code = code
H A Dnvmf_tcp.py244 raise DeviceException(ex.code, ex.message)
H A Dvhost_blk.py220 raise DeviceException(ex.code, ex.message)
/spdk/python/spdk/sma/
H A Dqos.py16 def __init__(self, code, message): argument
17 self.code = code
H A Dsma.py85 context.set_code(ex.code)
109 context.set_code(ex.code)
132 context.set_code(ex.code)
150 context.set_code(ex.code)
163 context.set_code(ex.code)
189 context.set_code(ex.code)
H A Dqmp.py35 def __init__(self, message, code='internal'): argument
36 self.code = repr(code)
38 self.description = f'QMP Error ({self.code}): {self.message}'
48 def __init__(self, message, code='socket'): argument
49 super().__init__(message, code)
/spdk/python/spdk/sma/volume/
H A Dcrypto.py13 def __init__(self, code, message): argument
14 self.code = code
H A Dvolume.py21 def __init__(self, code, message): argument
22 self.code = code
186 raise VolumeException(ex.code, ex.message)
199 raise VolumeException(ex.code, ex.message)
/spdk/doc/
H A Dbackporting.md25 `preparation` may require some changes to the original code introduced by the patch, as it is taken
29 because the code that they add is slightly different.
35 * if the code was modified heavily, then the body of the message should match that.
49 to apply code as is. If it ever encounters a merge conflict, it will stop and save backporting
82 in the future, if changes to the code are required later in the process. Otherwise, the branch
99 * Some patches are unnecessary, because DPDK code has been changed and it matches SPDK needs,
101 * Patches from previous submodule fork are insufficient and further changes to the DPDK code are
H A Dtemplate_pg.md17 intended to supplement the source code to provide an overall understanding of how to integrate <COM…
19 intended to serve as a design document or an API reference but in some cases source code snippets a…
20 sequences will be discussed. For the latest source code reference refer to the [repo](https://githu…
35 they start writing code.
48 … want to highlight things they need to think about in *their* design. If you have written test code
H A Dconcurrency.md57 efficiency, so it is used in only the most critical code paths.
88 message passing strategy, the code would describe some object with global state
96 don't fit quite so nicely with the names we originally chose. In today's code
139 Message passing is efficient, but it results in asynchronous code.
140 Unfortunately, asynchronous code is a challenge in C. It's often implemented by
142 chops up the code so that it isn't easy to follow, especially through logic
265 from top to bottom to get a clear overview of what's happening in the code
H A Devent.md20 allows for straightforward code that can maintain state without any locking or
74 initialization code within spdk_app_start(), itself, before invoking the caller's
H A Dspdk_top.md5 or library and want to know if your code is running efficiently? Are your new pollers busy most of …
7 if your code is running efficiently so that you can tune your implementation and get more from SPDK.
H A Dbdev_module.md22 currently possible to place the code for a bdev module elsewhere, but updates
116 0's). If it isn't supported, the generic bdev code is capable of emulating it
181 of a bdev descriptor to avoid promotion and to block new writers. New code
H A Dgetting_started.md105 Example code is located in the examples directory. The examples are compiled
/spdk/.github/ISSUE_TEMPLATE/
H A Dbug_report.md29 <!--- reproduce this sighting. Include code to reproduce, if relevant -->
/spdk/
H A D.astylerc19 max-code-length=100 # 100 character line limit
H A DCODE_OF_CONDUCT.md47 comments, commits, code, wiki edits, issues, and other contributions that are
121 [Mozilla's code of conduct enforcement ladder][Mozilla CoC].
123 For answers to common questions about this code of conduct, see the FAQ at
/spdk/include/spdk/
H A Dnvme_intel.h106 uint8_t code; member
H A Dopal_spec.h182 uint16_t code; member
/spdk/licenses/
H A Dbsd-2-clause.txt4 1. Redistributions of source code must retain the above copyright notice,
H A Dbsd-3-clause.txt3 1. Redistributions of source code must retain the above copyright notice, this list of conditions a…
/spdk/go/rpc/
H A DLICENSE6 1. Redistributions of source code must retain the above copyright notice, this
H A DREADME.md46 Examples how to integrate this client into your Go code can be
/spdk/scripts/
H A Dspdx.sh13 * * Redistributions of source code must retain the above copyright

12