| /linux/Documentation/translations/ja_JP/ |
| H A D | stable_kernel_rules.txt | 20 翻訳者: Tsugikazu Shibata <tshibata at ab dot jp dot nec dot com> 21 校正者: 武井伸光さん、<takei at webmasters dot gr dot jp> 22 かねこさん (Seiji Kaneko) <skaneko at a2 dot mbn dot or dot jp> 23 小林 雅典さん (Masanori Kobayasi) <zap03216 at nifty dot ne dot jp> 24 野口さん (Kenji Noguchi) <tokyo246 at gmail dot com> 25 神宮信太郎さん <jin at libjingu dot jp>
|
| H A D | stable_api_nonsense.txt | 21 原著作者: Greg Kroah-Hartman < greg at kroah dot com > 22 翻訳者 : 池田 宗広 < m-ikeda at ds dot jp dot nec dot com > 23 校正者 : Masanori Kobayashi さん < zap03216 at nifty dot ne dot jp > 24 Seiji Kaneko さん < skaneko at a2 dot mbn dot or dot jp > 32 Greg Kroah-Hartman <greg at kroah dot com>
|
| H A D | SubmittingPatches | 22 翻訳者: Keiichi Kii <k-keiichi at bx dot jp dot nec dot com> 23 校正者: Masanari Kobayashi さん <zap03216 at nifty dot ne dot jp> 24 Matsukura さん <nbh--mats at nifty dot com> 25 Takeshi Hamasaki さん <hmatrjp at users dot sourceforge dot jp>
|
| /linux/tools/sound/ |
| H A D | dapm-graph | 42 -o OUT_FILE Output file (default: dapm.dot) 48 * Use the .dot extension to generate a text graph representation in 49 graphviz dot syntax. 51 rendering, e.g. 'png', 'svg', and will produce both the .dot file and a 52 picture from it. This requires the 'dot' program from the graphviz 89 # Parse a widget file and generate graph description in graphviz dot format 101 local dot_file="${tmp_dir}/main.dot" 102 local links_file="${tmp_dir}/links.dot" 157 # description in graphviz dot format 168 local dot_file="${tmp_dir}/main.dot" [all …]
|
| /linux/include/uapi/linux/ |
| H A D | if_bonding.h | 15 * 2003/03/18 - Amir Noam <amir.noam at intel dot com> 19 * 2003/03/18 - Tsippy Mendelson <tsippy.mendelson at intel dot com> and 20 * Shmulik Hen <shmulik.hen at intel dot com> 24 * 2003/03/18 - Tsippy Mendelson <tsippy.mendelson at intel dot com> and 25 * Amir Noam <amir.noam at intel dot com> 28 * 2003/03/18 - Amir Noam <amir.noam at intel dot com>, 29 * Tsippy Mendelson <tsippy.mendelson at intel dot com> and 30 * Shmulik Hen <shmulik.hen at intel dot com> 33 * 2003/05/01 - Amir Noam <amir.noam at intel dot com> 37 * 2003/12/01 - Shmulik Hen <shmulik.hen at intel dot co [all...] |
| /linux/Documentation/admin-guide/blockdev/drbd/ |
| H A D | figures.rst | 20 .. kernel-figure:: conn-states-8.dot 21 :alt: conn-states-8.dot 24 .. kernel-figure:: disk-states-8.dot 25 :alt: disk-states-8.dot 28 .. kernel-figure:: peer-states-8.dot 29 :alt: peer-states-8.dot
|
| /linux/Documentation/translations/zh_CN/doc-guide/ |
| H A D | sphinx.rst | 343 内核figure(和image)指令支持 DOT 格式文件,请参阅 345 * DOT:http://graphviz.org/pdf/dotguide.pdf 346 * Graphviz:http://www.graphviz.org/content/dot-language 350 .. kernel-figure:: ../../../doc-guide/hello.dot 353 DOT 示例 357 .. kernel-figure:: ../../../doc-guide/hello.dot 360 DOT 示例 362 嵌入的渲染标记(或语言),如Graphviz的 **DOT** 由 ``kernel-render`` 指令提供:: 364 .. kernel-render:: DOT 366 :caption: 嵌入式 **DOT** (Graphviz) 代码 [all …]
|
| /linux/tools/build/ |
| H A D | Build.include | 21 dot-target = $(dir $@).$(notdir $@) 30 depfile = $(subst $(comma),_,$(dot-target).d) 65 $(fixdep) $(depfile) $@ '$(make-cmd)' > $(dot-target).tmp; \ 67 mv -f $(dot-target).tmp $(dot-target).cmd, \ 68 printf '$(pound) cannot find fixdep (%s)\n' $(fixdep) > $(dot-target).cmd; \ 69 printf '$(pound) using basic dep data\n\n' >> $(dot-target).cmd; \ 70 cat $(depfile) >> $(dot-target).cmd; \ 71 printf '\n%s\n' 'cmd_$@ := $(make-cmd)' >> $(dot-target).cmd) 87 printf '%s\n' 'cmd_$@ := $(make-cmd)' > $(dot-target).cmd)
|
| /linux/tools/verification/rvgen/rvgen/ |
| H A D | automata.py | 6 # Automata class: parse an automaton in dot file digraph format into a python object 32 Raised when DOT file processing fails due to invalid format, I/O errors, 37 """Automata class: Reads a dot file and parses it as an automaton. 42 dot_file: A dot file with an state_automaton definition. 83 if not basename.endswith(".dot") and not basename.endswith(".gv"): 84 print("not a dot file") 85 raise AutomataError(f"not a dot file: {self.__dot_path}") 89 raise AutomataError(f"not a dot file: {self.__dot_path}") 108 raise AutomataError(f"Not a valid .dot format: {self.__dot_path}") 140 raise AutomataError("Dot fil [all...] |
| /linux/Documentation/translations/zh_CN/scsi/ |
| H A D | scsi_mid_low_api.rst | 1161 - Mike Anderson <andmike at us dot ibm dot com> 1162 - James Bottomley <James dot Bottomley at hansenpartnership dot com> 1163 - Patrick Mansfield <patmans at us dot ibm dot com> 1164 - Christoph Hellwig <hch at infradead dot org> 1165 - Doug Ledford <dledford at redhat dot com> 1166 - Andries Brouwer <Andries dot Brouwer at cwi dot nl> 1167 - Randy Dunlap <rdunlap at xenotime dot net> 1168 - Alan Stern <stern at rowland dot harvard dot edu> 1172 dgilbert at interlog dot com
|
| /linux/tools/perf/arch/powerpc/util/ |
| H A D | sym-handling.c | 19 /* Skip over any initial dot */ in arch__choose_best_symbol() 34 /* Allow matching against dot variants */ 37 /* Skip over initial dot */ in arch__compare_symbol_names() 49 /* Skip over initial dot */ in arch__compare_symbol_names_n() 60 /* Skip over initial dot */ in arch__normalize_symbol_name()
|
| /linux/Documentation/translations/it_IT/doc-guide/ |
| H A D | sphinx.rst | 428 Le direttive del kernel per figure ed immagini supportano il formato **DOT**, 431 * DOT: http://graphviz.org/pdf/dotguide.pdf 432 * Graphviz: http://www.graphviz.org/content/dot-language 436 .. kernel-figure:: ../../../doc-guide/hello.dot 439 Esempio DOT 443 .. kernel-figure:: ../../../doc-guide/hello.dot 446 Esempio DOT 449 ad esempio nel formato **DOT** di Graphviz.:: 451 .. kernel-render:: DOT 453 :caption: Codice **DOT** (Graphviz) integrato [all …]
|
| /linux/tools/verification/rvgen/ |
| H A D | dot2c | 6 # dot2c: parse an automata in dot file digraph format into a C 20 parser = argparse.ArgumentParser(description='dot2c: converts a .dot file into a C structure') 21 parser.add_argument('dot_file', help='The dot file to be converted')
|
| /linux/Documentation/doc-guide/ |
| H A D | sphinx.rst | 491 The kernel figure (and image) directive supports **DOT** formatted files, see 493 * DOT: http://graphviz.org/pdf/dotguide.pdf 494 * Graphviz: http://www.graphviz.org/content/dot-language 498 .. kernel-figure:: hello.dot 501 DOT's hello world example 505 .. kernel-figure:: hello.dot 508 DOT's hello world example 510 Embedded *render* markups (or languages) like Graphviz's **DOT** are provided by the 513 .. kernel-render:: DOT 515 :caption: Embedded **DOT** (Graphviz) code [all …]
|
| /linux/tools/perf/Documentation/ |
| H A D | manpage-base.xsl | 11 git.docbook.backslash and git.docbook.dot params 20 <xsl:value-of select="$git.docbook.dot"/> 31 <xsl:value-of select="$git.docbook.dot"/>
|
| /linux/tools/lib/perf/Documentation/ |
| H A D | manpage-base.xsl | 11 git.docbook.backslash and git.docbook.dot params 20 <xsl:value-of select="$git.docbook.dot"/> 31 <xsl:value-of select="$git.docbook.dot"/>
|
| /linux/drivers/misc/ibmasm/ |
| H A D | dot_command.h | 14 * dot commands are the protocol used to communicate with the service 20 /* dot command types */ 50 /* dot commands 6.3.1, 7.1 and 8.x need a longer timeout */ in get_dot_command_timeout()
|
| /linux/drivers/tty/vt/ |
| H A D | ucs_fallback_table.h_shipped | 89 { 0xB7, 0x2A }, /* MIDDLE DOT -> '*' */ 142 { 0x0A, 0x43 }, /* LATIN CAPITAL LETTER C WITH DOT ABOVE -> 'C' */ 143 { 0x0B, 0x63 }, /* LATIN SMALL LETTER C WITH DOT ABOVE -> 'c' */ 154 { 0x16, 0x45 }, /* LATIN CAPITAL LETTER E WITH DOT ABOVE -> 'E' */ 155 { 0x17, 0x65 }, /* LATIN SMALL LETTER E WITH DOT ABOVE -> 'e' */ 164 { 0x20, 0x47 }, /* LATIN CAPITAL LETTER G WITH DOT ABOVE -> 'G' */ 165 { 0x21, 0x67 }, /* LATIN SMALL LETTER G WITH DOT ABOVE -> 'g' */ 180 { 0x30, 0x49 }, /* LATIN CAPITAL LETTER I WITH DOT ABOVE -> 'I' */ 193 { 0x3F, 0x4C }, /* LATIN CAPITAL LETTER L WITH MIDDLE DOT -> 'L' */ 194 { 0x40, 0x6C }, /* LATIN SMALL LETTER L WITH MIDDLE DOT -> 'l' */ [all …]
|
| /linux/arch/parisc/kernel/ |
| H A D | module.c | 501 Elf32_Addr dot; in apply_relocate_add() local 523 //dot = (sechdrs[relsec].sh_addr + rel->r_offset) & ~0x03; in apply_relocate_add() 524 dot = (Elf32_Addr)loc & ~0x03; in apply_relocate_add() 592 val = (val - dot - 8)/4; in apply_relocate_add() 598 val = (val - dot - 8)/4; in apply_relocate_add() 607 val = (val - dot - 8)/4; in apply_relocate_add() 613 val = (val - dot - 8)/4; in apply_relocate_add() 620 *loc = val - dot - 8 + addend; in apply_relocate_add() 647 Elf64_Addr dot; in apply_relocate_add() local 667 //dot = (sechdrs[relsec].sh_addr + rel->r_offset) & ~0x03; in apply_relocate_add() [all …]
|
| /linux/tools/testing/selftests/proc/ |
| H A D | proc-subset-pid.c | 82 bool dot = false; in main() local 89 assert(!dot); in main() 90 dot = true; in main()
|
| /linux/Documentation/admin-guide/media/ |
| H A D | qcom_camss.rst | 142 .. kernel-figure:: qcom_camss_graph.dot 143 :alt: qcom_camss_graph.dot 148 .. kernel-figure:: qcom_camss_8x96_graph.dot 149 :alt: qcom_camss_8x96_graph.dot
|
| /linux/Documentation/gpu/ |
| H A D | komeda-kms.rst | 97 .. kernel-render:: DOT 143 .. kernel-render:: DOT 221 .. kernel-render:: DOT 237 .. kernel-render:: DOT 252 .. kernel-render:: DOT 268 .. kernel-render:: DOT 284 .. kernel-render:: DOT
|
| /linux/Documentation/filesystems/ |
| H A D | ntfs3.rst | 75 with a dot will have the HIDDEN attribute set and files whose names 76 do not start with a dot will have it unset. 84 is a space or a dot. Existing such files can still be read and renamed.
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | directory.rst | 127 for dot and dotdot, which are kept the same. The structure follows immediately 249 - dot.inode 253 - dot.rec_len 257 - dot.name_len 261 - dot.file_type 265 - dot.name[4]
|
| /linux/Documentation/trace/rv/ |
| H A D | monitor_wwnr.rst | 45 Grapviz Dot file in tools/verification/models/wwnr.dot
|