Home
last modified time | relevance | path

Searched refs:coccinelle (Results 1 – 25 of 77) sorted by relevance

1234

/openbmc/linux/Documentation/translations/zh_CN/process/
H A D4.Coding.rst219 “Coccinelle”工具 :ref:`http://coccinelle.lip6.fr/ <devtools_coccinelle>`
221 scripts/coccinelle目录下已经打包了相当多的内核“语义补丁”;运行
223 :ref:`Documentation/dev-tools/coccinelle.rst <devtools_coccinelle>`
288 可靠的。请注意,coccinelle工具可以帮助进行广泛的API更改。
/openbmc/linux/Documentation/translations/zh_TW/process/
H A D4.Coding.rst222 「Coccinelle」工具 :ref:`http://coccinelle.lip6.fr/ <devtools_coccinelle>`
224 scripts/coccinelle目錄下已經打包了相當多的內核「語義補丁」;運行
226 :ref:`Documentation/dev-tools/coccinelle.rst <devtools_coccinelle>`
291 可靠的。請注意,coccinelle工具可以幫助進行廣泛的API更改。
/openbmc/u-boot/scripts/
H A Dcoccicheck176 coccinelle () { function
251 for f in `find $srctree/scripts/coccinelle/ -name '*.cocci' -type f | sort`; do
252 coccinelle $f
255 coccinelle $COCCI
/openbmc/linux/scripts/
H A Dcoccicheck195 coccinelle () { function
276 for f in `find $srctree/scripts/coccinelle/ -name '*.cocci' -type f | sort`; do
277 coccinelle $f
280 coccinelle $COCCI
H A Dnsdeps30 $srctree/scripts/coccinelle/misc/add_namespace.cocci -D nsdeps -D ns=$1 $2
/openbmc/linux/Documentation/dev-tools/
H A Dcoccinelle.rst37 http://coccinelle.lip6.fr/
41 https://github.com/coccinelle/coccinelle
56 https://github.com/coccinelle/coccinelle/blob/master/install.txt
69 https://coccinelle.gitlabpages.inria.fr/website/docs/main_grammar.html
116 sub-directories of ``scripts/coccinelle`` to the entire Linux kernel.
196 This runs every semantic patch in scripts/coccinelle by default. The
226 export COCCI=scripts/coccinelle/misc/irqf_oneshot.cocci
235 DEBUG_FILE support is only supported when using coccinelle >= 1.0.2.
305 Coccinelle supports idutils as well but requires coccinelle >= 1.0.6.
306 When no ID file is specified coccinelle assumes your ID database file
[all …]
H A Dindex.rst22 coccinelle
/openbmc/qemu/scripts/coccinelle/
H A Dtcg_gen_extract.cocci16 // --sp-file scripts/coccinelle/tcg_gen_extract.cocci \
20 // $ docker run --rm -v $PWD:$PWD -w $PWD philmd/coccinelle \
22 // --sp-file scripts/coccinelle/tcg_gen_extract.cocci \
78 coccinelle.extract_len = "%d" % msk_b
H A Derrp-guard.cocci20 // spatch --sp-file scripts/coccinelle/errp-guard.cocci \
24 // Note: --max-width 80 is needed because coccinelle default is less
25 // than 80, and without this parameter coccinelle may reindent some
26 // lines which fit into 80 characters but not to coccinelle default,
108 // simple way to match with help of coccinelle.
209 // the same, just without error_propagate() call), coccinelle fails to
H A Dcpu_restore_state.cocci4 // --sp-file ./scripts/coccinelle/cpu_restore_state.cocci \
H A Dtimer-del-timer-free.cocci7 // --sp-file scripts/coccinelle/timer-del-timer-free.cocci \
H A Dcpu-reset.cocci7 // --sp-file scripts/coccinelle/cpu-reset.cocci \
/openbmc/u-boot/doc/
H A DREADME.coccinelle34 http://coccinelle.lip6.fr/
102 sub-directories of ``scripts/coccinelle`` to the entire Linux kernel.
175 This runs every semantic patch in scripts/coccinelle by default. The
205 export COCCI=scripts/coccinelle/misc/irqf_oneshot.cocci
212 DEBUG_FILE support is only supported when using coccinelle >= 1.2.
277 Coccinelle supports idutils as well but requires coccinelle >= 1.0.6.
278 When no ID file is specified coccinelle assumes your ID database file
326 sub-directories of ``scripts/coccinelle/``.
341 make coccicheck MODE=report COCCI=scripts/coccinelle/api/err_cast.cocci
381 make coccicheck MODE=patch COCCI=scripts/coccinelle/api/err_cast.cocci
[all …]
/openbmc/linux/scripts/coccinelle/iterators/
H A Ddevice_node_continue.cocci7 // URL: https://coccinelle.gitlabpages.inria.fr/website
12 // This uses a conjunction, which requires at least coccinelle >= 1.0.4
/openbmc/linux/Documentation/translations/zh_TW/dev-tools/
H A Dindex.rst28 - coccinelle
/openbmc/linux/Documentation/translations/zh_CN/dev-tools/
H A Dindex.rst32 - coccinelle
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/drbd/
H A Ddrbd_9.2.1.bb24 SKIP_RECIPE[drbd] ?= "Needs coccinelle to build with SPAAS"
/openbmc/linux/scripts/coccinelle/free/
H A Dkfreeaddr.cocci6 // URL: https://coccinelle.gitlabpages.inria.fr/website
/openbmc/linux/scripts/coccinelle/misc/
H A Dtest_addr.cocci7 // URL: https://coccinelle.gitlabpages.inria.fr/website
H A Dcstptr.cocci8 // URL: https://coccinelle.gitlabpages.inria.fr/website
H A Dsemicolon.cocci7 // URL: https://coccinelle.gitlabpages.inria.fr/website
/openbmc/linux/scripts/coccinelle/api/
H A Derr_cast.cocci9 // URL: https://coccinelle.gitlabpages.inria.fr/website
/openbmc/linux/scripts/coccinelle/tests/
H A Ddoublebitand.cocci12 // URL: https://coccinelle.gitlabpages.inria.fr/website
H A Ddoubletest.cocci11 // URL: https://coccinelle.gitlabpages.inria.fr/website
/openbmc/linux/scripts/coccinelle/null/
H A Deno.cocci8 // URL: https://coccinelle.gitlabpages.inria.fr/website

1234