Home
last modified time | relevance | path

Searched full:directive (Results 1 – 25 of 133) sorted by relevance

123456

/kernel/linux/linux-5.10/Documentation/sphinx/
Dkernel_include.py9 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"""
68 'Problems with "%s" directive, prohibited path: %s'
85 raise self.warning('"%s" directive disabled.' % self.name)
109 raise self.severe('Problems with "%s" directive path:\n'
114 raise self.severe('Problems with "%s" directive path:\n%s.' %
[all …]
DrstFlatTable.py9 Implementation of the ``flat-table`` reST-directive.
112 u"""FlatTable (``flat-table``) directive"""
126 'The "%s" directive is empty; content required.' % self.name,
150 def __init__(self, directive): argument
151 self.directive = directive
157 colwidths = self.directive.get_column_widths(self.max_cols)
163 stub_columns = self.directive.options.get('stub-columns', 0)
164 header_rows = self.directive.options.get('header-rows', 0)
176 # no table directive (except *this* flat-table) which allows to
183 stub_columns = self.directive.options.get('stub-columns', 0)
[all …]
Dkernel_abi.py9 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
71 class KernelCmd(Directive):
73 u"""KernelABI (``kernel-abi``) directive"""
136 raise self.severe(u"problems with '%s' directive: %s."
Dkfigure.py347 """Node for ``kernel-image`` directive."""
351 u"""KernelImage directive
353 Earns everything from ``.. image::`` directive, except *remote URI* and
384 """Node for ``kernel-figure`` directive."""
387 u"""KernelImage directive
389 Earns everything from ``.. figure::`` directive, except *remote URI* and
459 """Node for ``kernel-render`` directive."""
463 u"""KernelRender directive
466 *figure* directive, plus option ``caption``. If ``caption`` has a
470 The KernelRender directive wraps the text of the directive into a
[all …]
Dmaintainers_include.py10 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"""
178 raise self.warning('"%s" directive disabled.' % self.name)
194 raise self.severe('Problems with "%s" directive path:\n%s.' %
/kernel/linux/linux-6.6/Documentation/sphinx/
Dkernel_include.py9 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)
111 raise self.severe('Problems with "%s" directive path:\n'
116 raise self.severe('Problems with "%s" directive path:\n%s.' %
[all …]
DrstFlatTable.py9 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 …]
Dkernel_abi.py9 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.
44 from docutils.parsers.rst import directives, Directive
59 class KernelCmd(Directive):
61 u"""KernelABI (``kernel-abi``) directive"""
Dkernel_feat.py8 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.
42 from docutils.parsers.rst import directives, Directive
57 class KernelFeat(Directive):
59 u"""KernelFeat (``kernel-feat``) directive"""
Dmaintainers_include.py10 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.' %
Dkfigure.py445 """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 …]
Dkerneldoc.py39 from docutils.parsers.rst import directives, Directive
46 class KernelDocDirective(Directive):
/kernel/linux/linux-5.10/arch/arc/include/asm/
Djump_label.h19 * ".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
/kernel/linux/linux-6.6/arch/arc/include/asm/
Djump_label.h19 * ".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
/kernel/linux/linux-6.6/Documentation/dev-tools/
Dktap.rst73 <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 …]
/kernel/linux/linux-6.6/Documentation/bpf/libbpf/
Dlibbpf_naming_convention.rst174 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
/kernel/linux/linux-6.6/security/tomoyo/
Dcommon.h540 /* 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 …]
/kernel/linux/linux-5.10/security/tomoyo/
Dcommon.h540 /* 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 …]
/kernel/linux/linux-6.6/arch/arm64/kernel/
Dpatch-scs.c74 * While the DW_CFA_negate_ra_state directive is guaranteed to in scs_patch_loc()
76 * also appear after a DW_CFA_restore_state directive that in scs_patch_loc()
78 * followed by DW_CFA_negate_ra_state directive to toggle the in scs_patch_loc()
/kernel/linux/linux-6.6/drivers/iommu/
Dfsl_pamu.h342 #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 */
/kernel/linux/linux-5.10/drivers/iommu/
Dfsl_pamu.h342 #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 */
/kernel/linux/linux-5.10/arch/s390/include/asm/
Dalternative-asm.h64 * @newinstr. ".skip" directive takes care of proper instruction padding
83 * @newinstr. ".skip" directive takes care of proper instruction padding
/kernel/linux/linux-6.6/Documentation/doc-guide/
Dkernel-doc.rst450 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
/kernel/linux/linux-5.10/Documentation/doc-guide/
Dkernel-doc.rst443 documents using a dedicated kernel-doc Sphinx directive extension.
445 The kernel-doc directive is of the format::
451 tree. The following directive options are supported:
502 This is an alias of the 'identifiers' directive and deprecated.
516 Without options, the kernel-doc directive includes all documentation comments
/kernel/linux/linux-5.10/arch/ia64/include/asm/
Dcache.h20 * The "aligned" directive can only _increase_ alignment, so this is

123456