Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:dodie
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/ktest/
H
A
D
ktest.pl
1476
sub
dodie
{
subroutine
1548
dodie
"Can't open /dev/ptmx";
1553
dodie
"ioctl TIOCSPTLCK for /dev/ptmx failed";
1557
dodie
"ioctl TIOCGPTN for /dev/ptmx failed";
1561
dodie
"Can't open /dev/pts/$tmp";
1580
dodie
"Can't open console $console";
1731
dodie
"can't create $dir";
1744
dodie
"failed to copy $source";
1754
dodie
@_;
1830
dodie
"faile
[all...]
H
A
D
config-bisect.pl
95
sub
dodie
{
subroutine
171
dodie
"unable to exec $command";
175
dodie
"failed to write to redirect $redirect";
243
dodie
"failed make config oldconfig";
254
or
dodie
"Failed to read $config";
299
open(OUT, ">$file") or
dodie
"Can not write to $file";
/kernel/linux/linux-6.6/tools/testing/ktest/
H
A
D
ktest.pl
1536
sub
dodie
{
subroutine
1606
dodie
"Can't open /dev/ptmx";
1611
dodie
"ioctl TIOCSPTLCK for /dev/ptmx failed";
1615
dodie
"ioctl TIOCGPTN for /dev/ptmx failed";
1619
dodie
"Can't open /dev/pts/$tmp";
1638
dodie
"Can't open console $console";
1789
dodie
"can't create $dir";
1802
dodie
"failed to copy $source";
1812
dodie
@_;
1888
dodie
"faile
[all...]
H
A
D
config-bisect.pl
95
sub
dodie
{
subroutine
171
dodie
"unable to exec $command";
175
dodie
"failed to write to redirect $redirect";
243
dodie
"failed make config oldconfig";
254
or
dodie
"Failed to read $config";
299
open(OUT, ">$file") or
dodie
"Can not write to $file";
Completed in 5 milliseconds