| /spdk/python/spdk/sma/device/ |
| H A D | device.py | 9 def __init__(self, code, message): argument 10 self.code = code
|
| H A D | nvmf_tcp.py | 244 raise DeviceException(ex.code, ex.message)
|
| H A D | vhost_blk.py | 220 raise DeviceException(ex.code, ex.message)
|
| /spdk/python/spdk/sma/ |
| H A D | qos.py | 16 def __init__(self, code, message): argument 17 self.code = code
|
| H A D | sma.py | 85 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 D | qmp.py | 35 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 D | crypto.py | 13 def __init__(self, code, message): argument 14 self.code = code
|
| H A D | volume.py | 21 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 D | backporting.md | 25 `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 D | template_pg.md | 17 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 D | concurrency.md | 57 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 D | event.md | 20 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 D | spdk_top.md | 5 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 D | bdev_module.md | 22 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 D | getting_started.md | 105 Example code is located in the examples directory. The examples are compiled
|
| /spdk/.github/ISSUE_TEMPLATE/ |
| H A D | bug_report.md | 29 <!--- reproduce this sighting. Include code to reproduce, if relevant -->
|
| /spdk/ |
| H A D | .astylerc | 19 max-code-length=100 # 100 character line limit
|
| H A D | CODE_OF_CONDUCT.md | 47 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 D | nvme_intel.h | 106 uint8_t code; member
|
| H A D | opal_spec.h | 182 uint16_t code; member
|
| /spdk/licenses/ |
| H A D | bsd-2-clause.txt | 4 1. Redistributions of source code must retain the above copyright notice,
|
| H A D | bsd-3-clause.txt | 3 1. Redistributions of source code must retain the above copyright notice, this list of conditions a…
|
| /spdk/go/rpc/ |
| H A D | LICENSE | 6 1. Redistributions of source code must retain the above copyright notice, this
|
| H A D | README.md | 46 Examples how to integrate this client into your Go code can be
|
| /spdk/scripts/ |
| H A D | spdx.sh | 13 * * Redistributions of source code must retain the above copyright
|