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:stripped
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/scripts/
H
A
D
objdiff
60
stripped
=$dir/${base%.o}.
stripped
67
$STRIP -g $1 -R __bug_table -R .note -R .comment -o $
stripped
68
$OBJDUMP -D $
stripped
| sed -e "s/^[[:space:]]\+[0-9a-f]\+//" -e "s:^$
stripped
:$1:" > $dis
H
A
D
headerdep.pl
66
my $
stripped
= $filename;
67
$
stripped
=~ s/^$i\///;
69
return $
stripped
if $
stripped
ne $filename;
/kernel/linux/linux-6.6/scripts/
H
A
D
objdiff
60
stripped
=$dir/${base%.o}.
stripped
67
$STRIP -g $1 -R __bug_table -R .note -R .comment -o $
stripped
68
$OBJDUMP -D $
stripped
| sed -e "s/^[[:space:]]\+[0-9a-f]\+//" -e "s:^$
stripped
:$1:" > $dis
H
A
D
headerdep.pl
66
my $
stripped
= $filename;
67
$
stripped
=~ s/^$i\///;
69
return $
stripped
if $
stripped
ne $filename;
/kernel/linux/linux-5.10/drivers/target/
H
A
D
target_core_configfs.c
1333
/* +2 to allow for a trailing (
stripped
) '\n' and null-terminator */
in target_wwn_vendor_id_store()
1335
char *
stripped
= NULL;
in target_wwn_vendor_id_store()
local
1342
stripped
= strstrip(buf);
in target_wwn_vendor_id_store()
1343
len = strlen(
stripped
);
in target_wwn_vendor_id_store()
1352
ret = target_check_inquiry_data(
stripped
);
in target_wwn_vendor_id_store()
1370
strlcpy(dev->t10_wwn.vendor,
stripped
, sizeof(dev->t10_wwn.vendor));
in target_wwn_vendor_id_store()
1389
/* +2 to allow for a trailing (
stripped
) '\n' and null-terminator */
in target_wwn_product_id_store()
1391
char *
stripped
= NULL;
in target_wwn_product_id_store()
local
1398
stripped
= strstrip(buf);
in target_wwn_product_id_store()
1399
len = strlen(
stripped
);
in target_wwn_product_id_store()
1447
char *
stripped
= NULL;
target_wwn_revision_store()
local
[all...]
/kernel/linux/linux-6.6/drivers/target/
H
A
D
target_core_configfs.c
1392
/* +2 to allow for a trailing (
stripped
) '\n' and null-terminator */
in target_wwn_vendor_id_store()
1394
char *
stripped
= NULL;
in target_wwn_vendor_id_store()
local
1401
stripped
= strstrip(buf);
in target_wwn_vendor_id_store()
1402
len = strlen(
stripped
);
in target_wwn_vendor_id_store()
1411
ret = target_check_inquiry_data(
stripped
);
in target_wwn_vendor_id_store()
1429
strscpy(dev->t10_wwn.vendor,
stripped
, sizeof(dev->t10_wwn.vendor));
in target_wwn_vendor_id_store()
1448
/* +2 to allow for a trailing (
stripped
) '\n' and null-terminator */
in target_wwn_product_id_store()
1450
char *
stripped
= NULL;
in target_wwn_product_id_store()
local
1457
stripped
= strstrip(buf);
in target_wwn_product_id_store()
1458
len = strlen(
stripped
);
in target_wwn_product_id_store()
1506
char *
stripped
= NULL;
target_wwn_revision_store()
local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/
H
A
D
nfp_net_dp.c
452
} else if (meta->vlan.
stripped
) {
in nfp_net_vlan_strip()
H
A
D
nfp_net.h
246
__le16 vlan; /* VLAN if
stripped
*/
265
bool
stripped
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/nfd3/
H
A
D
dp.c
764
meta->vlan.
stripped
= true;
in nfp_nfd3_parse_meta()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/nfdk/
H
A
D
dp.c
764
meta->vlan.
stripped
= true;
in nfp_nfdk_parse_meta()
Completed in 13 milliseconds