Home
last modified time | relevance | path

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

1234

/linux-6.12.1/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.py439 """Node for ``kernel-image`` directive."""
443 u"""KernelImage directive
445 Earns everything from ``.. image::`` directive, except *remote URI* and
476 """Node for ``kernel-figure`` directive."""
479 u"""KernelImage directive
481 Earns everything from ``.. figure::`` directive, except *remote URI* and
551 """Node for ``kernel-render`` directive."""
555 u"""KernelRender directive
558 *figure* directive, plus option ``caption``. If ``caption`` has a
562 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):
/linux-6.12.1/tools/testing/selftests/kselftest/
Dktap_helpers.sh43 directive="$3" # optional
46 [ ! -z "$directive" ] && directive_str="# $directive"
66 directive="SKIP"
67 __ktap_test "$result" "$description" "$directive"
Dksft.py39 def _test_print(result, description, directive=None): argument
40 if directive:
41 directive_str = f"# {directive}"
/linux-6.12.1/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 …]
/linux-6.12.1/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
/linux-6.12.1/tools/testing/selftests/
Dkselftest.h264 const char *directive = ""; in ksft_test_result_code() local
273 directive = " # XFAIL "; in ksft_test_result_code()
277 directive = " # XPASS "; in ksft_test_result_code()
281 directive = " # SKIP "; in ksft_test_result_code()
291 /* Docs seem to call for double space if directive is absent */ in ksft_test_result_code()
292 if (!directive[0] && msg) in ksft_test_result_code()
293 directive = " # "; in ksft_test_result_code()
295 printf("%s %u %s%s", tap_code, ksft_test_num(), test_name, directive); in ksft_test_result_code()
/linux-6.12.1/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
/linux-6.12.1/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 …]
/linux-6.12.1/tools/net/sunrpc/xdrgen/grammars/
Dxdr.lark88 pragma_def : "pragma" directive identifier [ identifier ] ";"
90 directive : exclude_directive
/linux-6.12.1/arch/arm64/kernel/pi/
Dpatch-scs.c73 * While the DW_CFA_negate_ra_state directive is guaranteed to in scs_patch_loc()
75 * also appear after a DW_CFA_restore_state directive that in scs_patch_loc()
77 * followed by DW_CFA_negate_ra_state directive to toggle the in scs_patch_loc()
/linux-6.12.1/tools/net/sunrpc/xdrgen/
Dxdr_ast.py485 directive = children[0].children[0].data
486 match directive:
495 raise NotImplementedError("Directive not supported")
509 """Return header name set by pragma header directive"""
/linux-6.12.1/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 */
/linux-6.12.1/tools/testing/selftests/sched_ext/
Drunner.c68 const char *directive = status == SCX_TEST_SKIP ? "SKIP " : ""; in print_test_result() local
70 printf("%s %u %s # %s\n", result, testnum, test->name, directive); in print_test_result()
/linux-6.12.1/Documentation/doc-guide/
Dkernel-doc.rst495 documents using a dedicated kernel-doc Sphinx directive extension.
497 The kernel-doc directive is of the format::
503 tree. The following directive options are supported:
554 This is an alias of the 'identifiers' directive and deprecated.
568 Without options, the kernel-doc directive includes all documentation comments
/linux-6.12.1/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
/linux-6.12.1/arch/arm64/include/asm/
Dmodule.lds.h13 * directive to force them into a single section and silence the
/linux-6.12.1/arch/x86/include/asm/
Ddwarf2.h29 * useful to anyone. Note we should not use this directive if we
/linux-6.12.1/drivers/nvme/host/
Dconstants.c44 [nvme_admin_directive_send] = "Directive Send",
45 [nvme_admin_directive_recv] = "Directive Receive",
/linux-6.12.1/arch/sh/lib/
Ddelay.c20 * This align directive ensures this doesn't occur. in __delay()

1234