/linux-6.14.4/tools/testing/selftests/kselftest/ |
D | ktap_helpers.sh | 44 directive="${3:-}" # optional 47 [ ! -z "$directive" ] && directive_str="# $directive" 67 directive="SKIP" 68 __ktap_test "$result" "$description" "$directive" 77 directive="XFAIL" 78 __ktap_test "$result" "$description" "$directive"
|
D | ksft.py | 42 def _test_print(result, description, directive=None): argument 43 if directive: 44 directive_str = f"# {directive}"
|
/linux-6.14.4/Documentation/sphinx/ |
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) 111 raise self.severe('Problems with "%s" directive path:\n' 116 raise self.severe('Problems with "%s" directive path:\n%s.' % [all …]
|
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_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. 42 from docutils.parsers.rst import directives, Directive 57 class KernelFeat(Directive): 59 u"""KernelFeat (``kernel-feat``) directive"""
|
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. 44 from docutils.parsers.rst import directives, Directive 59 class KernelCmd(Directive): 61 u"""KernelABI (``kernel-abi``) directive"""
|
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 | 439 """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 …]
|
D | kerneldoc.py | 39 from docutils.parsers.rst import directives, Directive 46 class KernelDocDirective(Directive):
|
/linux-6.14.4/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-6.14.4/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-6.14.4/tools/testing/selftests/ |
D | kselftest.h | 285 const char *directive = ""; in ksft_test_result_code() local 294 directive = " # XFAIL "; in ksft_test_result_code() 298 directive = " # XPASS "; in ksft_test_result_code() 302 directive = " # SKIP "; in ksft_test_result_code() 312 /* Docs seem to call for double space if directive is absent */ in ksft_test_result_code() 313 if (!directive[0] && msg) in ksft_test_result_code() 314 directive = " # "; in ksft_test_result_code() 316 printf("%s %u %s%s", tap_code, ksft_test_num(), test_name, directive); in ksft_test_result_code()
|
/linux-6.14.4/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-6.14.4/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-6.14.4/tools/net/sunrpc/xdrgen/grammars/ |
D | xdr.lark | 88 pragma_def : "pragma" directive identifier [ identifier ] ";" 90 directive : big_endian_directive
|
/linux-6.14.4/arch/arm64/kernel/pi/ |
D | patch-scs.c | 77 * While the DW_CFA_negate_ra_state directive is guaranteed to in scs_patch_loc() 79 * also appear after a DW_CFA_restore_state directive that in scs_patch_loc() 81 * followed by DW_CFA_negate_ra_state directive to toggle the in scs_patch_loc()
|
/linux-6.14.4/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-6.14.4/Documentation/doc-guide/ |
D | kernel-doc.rst | 495 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: 555 This is an alias of the 'identifiers' directive and deprecated. 569 Without options, the kernel-doc directive includes all documentation comments
|
/linux-6.14.4/tools/testing/selftests/sched_ext/ |
D | runner.c | 69 const char *directive = status == SCX_TEST_SKIP ? "SKIP " : ""; in print_test_result() local 71 printf("%s %u %s # %s\n", result, testnum, test->name, directive); in print_test_result()
|
/linux-6.14.4/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-6.14.4/arch/arm64/include/asm/ |
D | module.lds.h | 13 * directive to force them into a single section and silence the
|
/linux-6.14.4/tools/net/sunrpc/xdrgen/ |
D | xdr_ast.py | 726 directive = children[0].children[0].data 727 match directive: 738 raise NotImplementedError("Directive not supported") 752 """Return header name set by pragma header directive"""
|
/linux-6.14.4/arch/x86/include/asm/ |
D | dwarf2.h | 29 * useful to anyone. Note we should not use this directive if we
|
/linux-6.14.4/drivers/nvme/host/ |
D | constants.c | 44 [nvme_admin_directive_send] = "Directive Send", 45 [nvme_admin_directive_recv] = "Directive Receive",
|
/linux-6.14.4/arch/sh/lib/ |
D | delay.c | 20 * This align directive ensures this doesn't occur. in __delay()
|