Home
last modified time | relevance | path

Searched refs:stripped (Results 1 – 25 of 31) sorted by relevance

12

/linux/scripts/
H A Dobjdiff60 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 Dheaderdep.pl66 my $stripped = $filename;
67 $stripped =~ s/^$i\///;
69 return $stripped if $stripped ne $filename;
H A Dcheckpatch.pl7761 my $stripped = $stat;
7764 $stripped =~ s/(^|\n)./$1/g;
7766 $stripped =~ s/\\\n/\n/g;
7768 $stripped =~ s/""//g;
7769 $stripped =~ s/0x0//g;
7770 $stripped =~ s/[\s$;,0]//g;
7772 $stripped =~ s/\.$Ident=//g;
7774 if (!(substr($stripped, -4) eq "{}};" ||
7775 substr($stripped, -6) eq "{{}}};" ||
7776 $stripped =~ /ISAPNP_DEVICE_SINGLE_END}};$/ ||
[all …]
H A DKbuild.include48 # filename of target with directory and extension stripped
/linux/drivers/target/
H A Dtarget_core_configfs.c1442 char *stripped = NULL; in target_wwn_vendor_id_store() local
1449 stripped = strstrip(buf); in target_wwn_vendor_id_store()
1450 len = strlen(stripped); in target_wwn_vendor_id_store()
1459 ret = target_check_inquiry_data(stripped); in target_wwn_vendor_id_store()
1477 strscpy(dev->t10_wwn.vendor, stripped); in target_wwn_vendor_id_store()
1498 char *stripped = NULL; in target_wwn_product_id_store() local
1505 stripped = strstrip(buf); in target_wwn_product_id_store()
1506 len = strlen(stripped); in target_wwn_product_id_store()
1515 ret = target_check_inquiry_data(stripped); in target_wwn_product_id_store()
1533 strscpy(dev->t10_wwn.model, stripped); in target_wwn_product_id_store()
[all …]
/linux/scripts/package/
H A DPKGBUILD114 pkgdesc="Non-stripped vmlinux file for the ${pkgdesc} kernel"
/linux/Documentation/hwmon/
H A Dlm83.rst31 a stripped down version of the LM83 that only supports one external diode.
/linux/tools/build/
H A DBuild.include24 # filename of target with directory and extension stripped
/linux/Documentation/admin-guide/
H A Ddynamic-debug-howto.rst276 2. ``foo.dyndbg`` as given in boot args, ``foo.`` is stripped and passed::
345 // and the function parse_one, #cmt is stripped
H A Dmodule-signing.rst252 container. Thus they MAY NOT be stripped once the signature is computed and
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_dp.c450 } else if (meta->vlan.stripped) { in nfp_net_vlan_strip()
H A Dnfp_net.h265 bool stripped; member
/linux/Documentation/arch/arm/
H A Dixp4xx.rst24 stripped of much of the network intelligence.
/linux/Documentation/networking/
H A Dnetdev-features.rst35 used for all VLAN devices whether tags are stripped or inserted in
/linux/Documentation/devicetree/bindings/
H A Dwriting-schema.rst54 line breaks and leading whitespace are stripped. Paragraphs are delimited by
/linux/Documentation/kbuild/
H A Dkbuild.rst255 stripped after they are installed. If INSTALL_MOD_STRIP is '1', then
/linux/Documentation/livepatch/
H A Dmodule-elf-format.rst211 Normally, a stripped down copy of a module's symbol table (containing only
/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-gen.rst414 This is a stripped-out version of skeleton generated for above example code.
/linux/drivers/net/ethernet/netronome/nfp/nfd3/
H A Ddp.c767 meta->vlan.stripped = true; in nfp_nfd3_parse_meta()
/linux/kernel/module/
H A DKconfig270 module DOES NOT get stripped after being signed. This includes the
/linux/drivers/net/ethernet/netronome/nfp/nfdk/
H A Ddp.c767 meta->vlan.stripped = true; in nfp_nfdk_parse_meta()
/linux/Documentation/driver-api/
H A Dipmi.rst219 the first item in "data", it is not stripped out because that is how
/linux/drivers/comedi/
H A DKconfig1328 comedi_bond driver, and its functionality has been stripped down to
/linux/Documentation/filesystems/
H A Doverlayfs.rst574 be interpreted by the underlying overlayfs mount and stripped out. In order to
/linux/Documentation/process/
H A Dsubmitting-patches.rst807 the separator line, it gets automatically stripped off when applying the

12