Home
last modified time | relevance | path

Searched refs:dot (Results 1 – 25 of 57) sorted by relevance

123

/linux/Documentation/translations/ja_JP/
H A Dstable_kernel_rules.txt20 翻訳者: 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 Dstable_api_nonsense.txt21 原著作者: 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 DSubmittingPatches22 翻訳者: 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 Dfigures.rst20 .. 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 Ddeterministic_automata.rst106 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 Dmonitor_wwnr.rst45 Grapviz Dot file in tools/verification/models/wwnr.dot
H A Dmonitor_wip.rst55 Grapviz Dot file in tools/verification/models/wip.dot
/linux/Documentation/translations/zh_CN/scsi/
H A Dscsi_mid_low_api.rst1161 - 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 Dproc-subset-pid.c82 bool dot = false; in main() local
89 assert(!dot); in main()
90 dot = true; in main()
/linux/arch/parisc/kernel/
H A Dmodule.c501 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 Dgma_display.h25 int dot; member
41 struct gma_range_t dot, vco, n, m, m1, m2, p, p1; member
H A Dgma_display.c744 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 Dstarfive_camss.rst57 .. kernel-figure:: starfive_camss_graph.dot
58 :alt: starfive_camss_graph.dot
H A Dqcom_camss.rst142 .. 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 Dntfs3.rst75 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 Dsphinx.rst346 * 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 Dfigures.rst6 .. kernel-figure:: rport_state_diagram.dot
/linux/fs/xfs/scrub/
H A Dnlinks.c230 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.gitignore7 # We don't want to ignore the following even if they are dot-files
/linux/sound/firewire/digi00x/
H A DMakefile2 snd-firewire-digi00x-y := amdtp-dot.o digi00x-stream.o digi00x-proc.o \
/linux/Documentation/driver-api/
H A Dinterconnect.rst109 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 Dleds-blinkm.rst106 dl9pf <at> gmx <dot> de
107 jstrauss <at> mailbox <dot> org
/linux/Documentation/filesystems/ext4/
H A Ddirectory.rst127 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 DKbuild.include36 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 Dsysfs-driver-speakup134 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.

123