Home
last modified time | relevance | path

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

123

/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.' %
Dkerneldoc.py39 from docutils.parsers.rst import directives, Directive
56 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-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-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-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/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
Dsphinx.rst349 If you want to use a relative path, you need to use Sphinx's ``doc`` directive.
378 The kernel figure (and image) directive support **DOT** formated files, see
422 The *render* directive has all the options known from the *figure* directive,
/kernel/linux/linux-5.10/arch/ia64/include/asm/
Dcache.h20 * The "aligned" directive can only _increase_ alignment, so this is
/kernel/linux/linux-5.10/arch/x86/include/asm/
Ddwarf2.h29 * useful to anyone. Note we should not use this directive if we
/kernel/linux/linux-5.10/Documentation/driver-api/80211/
Dmac80211-advanced.rst137 .. WARNING: DOCPROC directive not supported: !Cnet/mac80211/agg-tx.c
145 .. WARNING: DOCPROC directive not supported: !Cnet/mac80211/agg-rx.c
/kernel/linux/linux-5.10/arch/sh/lib/
Ddelay.c20 * This align directive ensures this doesn't occur. in __delay()
/kernel/linux/linux-5.10/arch/ia64/scripts/
Dtoolchain-flags45 # Check whether assembler supports .serialize.{data,instruction} directive.
/kernel/linux/linux-5.10/scripts/
Dunifdef.c77 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()
/kernel/linux/linux-5.10/arch/arm/include/asm/
Dfncpy.h22 * You will typically need a ".align 3" directive in the assembler where the
/kernel/linux/linux-5.10/arch/arm/kernel/
Dsigreturn_codes.S30 * directive to keep correct layout of sigreturn_codes array.
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/include/
Dcrb.h144 * Chapter 8.2.3 Coprocessor Directive
/kernel/linux/linux-5.10/Documentation/admin-guide/nfs/
Dnfsroot.rst300 specified using the 'append=' directive in the LILO configuration
303 However, to use the 'root=' directive you also need to create
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dicswx.h163 * Chapter 8.2.3 Coprocessor Directive
/kernel/linux/linux-5.10/Documentation/
Dindex.rst7 contain the root `toctree` directive.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/
Dxilinx.txt37 directive in system.mhs). Should be in lowercase

123