Home
last modified time | relevance | path

Searched refs:emit_warning (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/scripts/
H A Dkernel-doc450 sub emit_warning { subroutine
480 emit_warning("${file}:$.", "duplicate section name '$name'\n");
1345 emit_warning("${file}:$.", "wrong kernel-doc identifier on line:\n");
1652 emit_warning("${file}:$.",
1676 emit_warning("${file}:$.",
1849 emit_warning("${file}:$.", "Unrecognized tracepoint format: \n".
2133 emit_warning("${file}:$.", "contents before sections\n");
2159 emit_warning("${file}:$.", "suspicious ending line: $_");
2203 emit_warning("${file}:$.", "bad line: $_");
2346 emit_warning("${file}:1", "'$_' not found\n")
[all …]
/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/glib-2.0/
H A Dmemory-monitor.patch58 + def emit_warning(level):
62 + idle_id = GLib.idle_add(emit_warning, 0)
152 + def emit_warning(level):
156 + idle_id = GLib.idle_add(self.emit_warning, 0)