/linux-6.12.1/Documentation/sphinx/ |
D | rstFlatTable.py | 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) 173 stub_columns = self.directive.options.get('stub-columns', 0) 207 error = self.directive.state_machine.reporter.error( 209 , nodes.literal_block(self.directive.block_text 210 , self.directive.block_text) 211 , line = self.directive.lineno ) [all …]
|
/linux-6.12.1/tools/testing/selftests/kselftest/ |
D | ktap_helpers.sh | 43 directive="$3" # optional 46 [ ! -z "$directive" ] && directive_str="# $directive" 66 directive="SKIP" 67 __ktap_test "$result" "$description" "$directive"
|
D | ksft.py | 39 def _test_print(result, description, directive=None): argument 40 if directive:
|
/linux-6.12.1/tools/testing/selftests/ |
D | kselftest.h | 264 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() 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/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.12.1/tools/testing/selftests/sched_ext/ |
D | runner.c | 68 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/tools/net/sunrpc/xdrgen/grammars/ |
D | xdr.lark | 88 pragma_def : "pragma" directive identifier [ identifier ] ";" 90 directive : exclude_directive
|
/linux-6.12.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-6.12.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-6.12.1/tools/net/sunrpc/xdrgen/ |
D | xdr_ast.py | 485 directive = children[0].children[0].data 486 match directive:
|
D | README | 150 encoding and decoding functions. Currently one directive is
|
/linux-6.12.1/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: 554 This is an alias of the 'identifiers' directive and deprecated. 568 Without options, the kernel-doc directive includes all documentation comments
|
D | sphinx.rst | 468 The kernel figure (and image) directive supports **DOT** formatted files, see 512 The *render* directive has all the options known from the *figure* directive,
|
/linux-6.12.1/lib/kunit/ |
D | test.c | 173 const char *directive) in kunit_print_ok_not_ok() argument 176 const char *directive_body = (status == KUNIT_SKIPPED) ? directive : ""; in kunit_print_ok_not_ok()
|
/linux-6.12.1/Documentation/core-api/ |
D | printk-basics.rst | 95 directive)::
|
/linux-6.12.1/Documentation/admin-guide/nfs/ |
D | nfsroot.rst | 300 specified using the 'append=' directive in the LILO configuration 303 However, to use the 'root=' directive you also need to create
|
/linux-6.12.1/arch/m68k/ifpsp060/ |
D | ilsp.doc | 51 using the Motorola Assembly Syntax assembler directive "dc.l"
|
D | fplsp.doc | 52 using the Motorola Assembly Syntax assembler directive "dc.l"
|
D | TEST.DOC | 43 directive "dc.l" (define constant longword). The files can be
|
D | fpsp.doc | 48 using the Motorola Assembly Syntax assembler directive "dc.l"
|
D | isp.doc | 56 using the Motorola Assembly Syntax assembler directive "dc.l"
|
/linux-6.12.1/Documentation/devicetree/bindings/ |
D | xilinx.txt | 37 directive in system.mhs). Should be in lowercase
|
/linux-6.12.1/include/linux/ |
D | nvme.h | 1824 struct nvme_directive_cmd directive; member
|
/linux-6.12.1/tools/objtool/Documentation/ |
D | objtool.txt | 440 directive right before the call.
|
/linux-6.12.1/Documentation/arch/powerpc/ |
D | hvcs.rst | 308 previously read '1'. The write directive is ignored if the vterm_state
|