| /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/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/trace/rv/ |
| H A D | deterministic_automata.rst | 106 Graphviz .dot format 133 using the dot utility, or into an ASCII art using graph-easy. For 136 $ dot -Tsvg -o wip.svg wip.dot 137 $ graph-easy wip.dot > wip.txt 142 dot2c is a utility that can parse a .dot file containing an automaton as 146 For example, having the previous 'wip' model into a file named 'wip.dot', 147 the following command will transform the .dot file into the C 150 $ dot2c wip.dot > wip.h
|
| H A D | monitor_wwnr.rst | 45 Grapviz Dot file in tools/verification/models/wwnr.dot
|
| H A D | monitor_wip.rst | 55 Grapviz Dot file in tools/verification/models/wip.dot
|
| /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/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/arch/parisc/kernel/ |
| H A D | module.c | 501 Elf32_Addr dot; in apply_relocate_add() local 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 668 dot = (Elf64_Addr)loc & ~0x03; in apply_relocate_add() 721 val = (val - dot - 8)/4; in apply_relocate_add() [all …]
|
| /linux/drivers/gpu/drm/gma500/ |
| H A D | gma_display.h | 25 int dot; member 41 struct gma_range_t dot, vco, n, m, m1, m2, p, p1; member
|
| H A D | gma_display.c | 744 if (clock->dot < limit->dot.min || limit->dot.max < clock->dot) in gma_pll_is_valid() 800 this_err = abs(clock.dot - target); in gma_find_best_pll()
|
| /linux/Documentation/admin-guide/media/ |
| H A D | starfive_camss.rst | 57 .. kernel-figure:: starfive_camss_graph.dot 58 :alt: starfive_camss_graph.dot
|
| 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/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/translations/zh_CN/doc-guide/ |
| H A D | sphinx.rst | 346 * Graphviz:http://www.graphviz.org/content/dot-language 350 .. kernel-figure:: ../../../doc-guide/hello.dot 357 .. kernel-figure:: ../../../doc-guide/hello.dot
|
| /linux/Documentation/scsi/scsi_transport_srp/ |
| H A D | figures.rst | 6 .. kernel-figure:: rport_state_diagram.dot
|
| /linux/fs/xfs/scrub/ |
| H A D | nlinks.c | 230 bool dot = false, dotdot = false; in xchk_nlinks_collect_dirent() local 240 dot = true; in xchk_nlinks_collect_dirent() 246 if (dot && ino != dp->i_ino) { in xchk_nlinks_collect_dirent() 296 if (!dot && !dotdot) { in xchk_nlinks_collect_dirent() 306 if (!dot && !dotdot && name->type == XFS_DIR3_FT_DIR) { in xchk_nlinks_collect_dirent()
|
| /linux/Documentation/devicetree/bindings/ |
| H A D | .gitignore | 7 # We don't want to ignore the following even if they are dot-files
|
| /linux/sound/firewire/digi00x/ |
| H A D | Makefile | 2 snd-firewire-digi00x-y := amdtp-dot.o digi00x-stream.o digi00x-proc.o \
|
| /linux/Documentation/driver-api/ |
| H A D | interconnect.rst | 109 Show the interconnect graph in the graphviz dot format. It shows all 112 through dot to generate diagrams in many graphical formats:: 115 dot -Tsvg > interconnect_graph.svg
|
| /linux/Documentation/leds/ |
| H A D | leds-blinkm.rst | 106 dl9pf <at> gmx <dot> de 107 jstrauss <at> mailbox <dot> org
|
| /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/scripts/ |
| H A D | Kbuild.include | 36 dot-target = $(dir $@).$(notdir $@) 45 depfile = $(subst $(comma),_,$(dot-target).d) 201 printf '%s\n' 'savedcmd_$@ := $(make-cmd)' > $(dot-target).cmd 208 $(objtree)/scripts/basic/fixdep $(depfile) $@ '$(make-cmd)' > $(dot-target).cmd;\
|
| /linux/Documentation/ABI/stable/ |
| H A D | sysfs-driver-speakup | 134 those characters. For example, "......" would be read as dot, 135 dot, dot. If a . is added to the list of characters in repeats, 136 "......" would be read as dot, dot, dot, times six.
|