/Linux-v6.1/Documentation/sphinx/ |
D | rstFlatTable.py | 9 Implementation of the ``flat-table`` reST-directive. 102 u"""FlatTable (``flat-table``) directive""" 116 'The "%s" directive is empty; content required.' % self.name, 140 def __init__(self, directive): argument 141 self.directive = directive 147 colwidths = self.directive.get_column_widths(self.max_cols) 153 stub_columns = self.directive.options.get('stub-columns', 0) 154 header_rows = self.directive.options.get('header-rows', 0) 166 # no table directive (except *this* flat-table) which allows to 173 stub_columns = self.directive.options.get('stub-columns', 0) [all …]
|
D | kernel_include.py | 9 Implementation of the ``kernel-include`` reST-directive. 14 The ``kernel-include`` reST-directive is a replacement for the ``include`` 15 directive. The ``kernel-include`` directive expand environment variables in 21 security risk for builders. This is why the ``include`` directive from 23 tree where the reST document with the include directive is placed. 59 u"""KernelInclude (``kernel-include``) directive""" 69 'Problems with "%s" directive, prohibited path: %s' 88 raise self.warning('"%s" directive disabled.' % self.name) 112 raise self.severe('Problems with "%s" directive path:\n' 117 raise self.severe('Problems with "%s" directive path:\n%s.' % [all …]
|
D | kernel_feat.py | 8 Implementation of the ``kernel-feat`` reST-directive. 15 The ``kernel-feat`` (:py:class:`KernelFeat`) directive calls the 18 Overview of directive's argument and options. 44 from docutils.parsers.rst import directives, Directive 59 class KernelFeat(Directive): 61 u"""KernelFeat (``kernel-feat``) directive""" 144 raise self.severe(u"problems with '%s' directive: %s."
|
D | kernel_abi.py | 9 Implementation of the ``kernel-abi`` reST-directive. 16 The ``kernel-abi`` (:py:class:`KernelCmd`) directive calls the 19 Overview of directive's argument and options. 46 from docutils.parsers.rst import directives, Directive 61 class KernelCmd(Directive): 63 u"""KernelABI (``kernel-abi``) directive""" 126 raise self.severe(u"problems with '%s' directive: %s."
|
D | maintainers_include.py | 10 Implementation of the ``maintainers-include`` reST-directive. 15 The ``maintainers-include`` reST-directive performs extensive parsing 26 from docutils.parsers.rst import Directive 40 u"""MaintainersInclude (``maintainers-include``) directive""" 176 raise self.warning('"%s" directive disabled.' % self.name) 192 raise self.severe('Problems with "%s" directive path:\n%s.' %
|
D | kfigure.py | 445 """Node for ``kernel-image`` directive.""" 449 u"""KernelImage directive 451 Earns everything from ``.. image::`` directive, except *remote URI* and 482 """Node for ``kernel-figure`` directive.""" 485 u"""KernelImage directive 487 Earns everything from ``.. figure::`` directive, except *remote URI* and 557 """Node for ``kernel-render`` directive.""" 561 u"""KernelRender directive 564 *figure* directive, plus option ``caption``. If ``caption`` has a 568 The KernelRender directive wraps the text of the directive into a [all …]
|
D | kerneldoc.py | 39 from docutils.parsers.rst import directives, Directive 46 class KernelDocDirective(Directive):
|
/Linux-v6.1/Documentation/dev-tools/ |
D | ktap.rst | 73 <result> <number> [<description>][ # [<directive>] [<diagnostic data>]] 86 The directive and any diagnostic data is optional. If either are present, they 89 A directive is a keyword that indicates a different outcome for a test other 90 than passed and failed. The directive is optional, and consists of a single 92 a directive it doesn't support, it should fall back to the "ok" / "not ok" 98 result line can be either "ok" or "not ok" if the SKIP directive is used) 101 directive is inherited from TAP, its use in the kernel is discouraged. 105 case result line should be “not ok” if the TIMEOUT directive is used) 108 the test case result line should be “not ok” if the ERROR directive is used) 115 directive nor any diagnostic data do not need to include the "#" field [all …]
|
/Linux-v6.1/arch/arc/include/asm/ |
D | jump_label.h | 19 * ".balign 4" directive. In that case patched instruction is aligned with one 21 * However 'align by 4' directive is much stricter than it actually required. 24 * ".bundle_align_mode" assembler directive. That will save us from adding 27 * TODO: switch to ".bundle_align_mode" directive using whin it will be
|
/Linux-v6.1/Documentation/bpf/libbpf/ |
D | libbpf_naming_convention.rst | 174 The documentation always starts with a @brief directive. This line is a short 178 can be added below the last directive, at the bottom of the comment. 180 Parameters are denoted with the @param directive, there should be one for each 181 parameter. If this is a function with a non-void return, use the @return directive
|
/Linux-v6.1/security/tomoyo/ |
D | common.h | 540 /* Structure for "path_group"/"number_group"/"address_group" directive. */ 547 /* Structure for "path_group" directive. */ 553 /* Structure for "number_group" directive. */ 559 /* Structure for "address_group" directive. */ 696 * Structure for "task manual_domain_transition" directive. 707 * "file symlink", "file chroot" and "file unmount" directive. 717 * "file ioctl", "file chmod", "file chown" and "file chgrp" directive. 727 /* Structure for "file mkblock" and "file mkchar" directive. */ 738 * Structure for "file rename", "file link" and "file pivot_root" directive. 747 /* Structure for "file mount" directive. */ [all …]
|
/Linux-v6.1/drivers/iommu/ |
D | fsl_pamu.h | 342 #define IOE_DIRECT0 0x84 /* Directive type 0 */ 343 #define IOE_DIRECT0_IDX 0x04 /* Directive type 0 */ 348 #define IOE_DIRECT1 0x87 /* Directive type 1 */ 349 #define IOE_DIRECT1_IDX 0x07 /* Directive type 1 */
|
/Linux-v6.1/Documentation/doc-guide/ |
D | kernel-doc.rst | 450 documents using a dedicated kernel-doc Sphinx directive extension. 452 The kernel-doc directive is of the format:: 458 tree. The following directive options are supported: 509 This is an alias of the 'identifiers' directive and deprecated. 523 Without options, the kernel-doc directive includes all documentation comments
|
/Linux-v6.1/arch/arm64/include/asm/ |
D | module.lds.h | 15 * directive to force them into a single section and silence the
|
/Linux-v6.1/arch/ia64/include/asm/ |
D | cache.h | 20 * The "aligned" directive can only _increase_ alignment, so this is
|
/Linux-v6.1/Documentation/driver-api/80211/ |
D | mac80211-advanced.rst | 137 .. WARNING: DOCPROC directive not supported: !Cnet/mac80211/agg-tx.c 145 .. WARNING: DOCPROC directive not supported: !Cnet/mac80211/agg-rx.c
|
/Linux-v6.1/drivers/nvme/host/ |
D | constants.c | 44 [nvme_admin_directive_send] = "Directive Send", 45 [nvme_admin_directive_recv] = "Directive Receive",
|
/Linux-v6.1/arch/x86/include/asm/ |
D | dwarf2.h | 29 * useful to anyone. Note we should not use this directive if we
|
/Linux-v6.1/arch/sh/lib/ |
D | delay.c | 20 * This align directive ensures this doesn't occur. in __delay()
|
/Linux-v6.1/scripts/ |
D | unifdef.c | 77 LT_DODGY, /* flag: directive is not on one line */ 291 case 'n': /* add #line directive after deleted lines */ in main() 393 * alter the preprocessor directive, as follows. 404 * following directive to #endif since this has the desired behaviour. 408 * directive. We can handle them correctly only if there is no change 409 * from printing to dropping (or vice versa) caused by that directive. 410 * If the directive is the first of a group we have a choice between 720 if there is too much whitespace in a directive */ in parseline()
|
/Linux-v6.1/arch/ia64/scripts/ |
D | toolchain-flags | 45 # Check whether assembler supports .serialize.{data,instruction} directive.
|
/Linux-v6.1/tools/testing/kunit/ |
D | kunit_parser.py | 370 directive]' 395 Note that the SKIP directive is the only direction that causes a 400 directive]' 448 directive]'
|
/Linux-v6.1/arch/arm/include/asm/ |
D | fncpy.h | 22 * You will typically need a ".align 3" directive in the assembler where the
|
/Linux-v6.1/lib/kunit/ |
D | test.c | 163 const char *directive) in kunit_print_ok_not_ok() argument 181 (status == KUNIT_SKIPPED) ? directive : ""); in kunit_print_ok_not_ok() 187 (status == KUNIT_SKIPPED) ? directive : ""); in kunit_print_ok_not_ok()
|
/Linux-v6.1/arch/arm/kernel/ |
D | sigreturn_codes.S | 30 * directive to keep correct layout of sigreturn_codes array.
|