Searched refs:stripped (Results 1 – 21 of 21) sorted by relevance
| /linux/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;
|
| H A D | checkpatch.pl | 7713 my $stripped = $stat; 7716 $stripped =~ s/(^|\n)./$1/g; 7718 $stripped =~ s/\\\n/\n/g; 7720 $stripped =~ s/""//g; 7721 $stripped =~ s/0x0//g; 7722 $stripped =~ s/[\s$;,0]//g; 7724 $stripped =~ s/\.$Ident=//g; 7726 if (!(substr($stripped, -4) eq "{}};" || 7727 substr($stripped, -6) eq "{{}}};" || 7728 $stripped =~ /ISAPNP_DEVICE_SINGLE_END}};$/ || [all …]
|
| H A D | Kbuild.include | 48 # filename of target with directory and extension stripped
|
| /linux/drivers/target/ |
| H A D | target_core_configfs.c | 1445 char *stripped = NULL; in target_wwn_vendor_id_store() local 1452 stripped = strstrip(buf); in target_wwn_vendor_id_store() 1453 len = strlen(stripped); in target_wwn_vendor_id_store() 1462 ret = target_check_inquiry_data(stripped); in target_wwn_vendor_id_store() 1480 strscpy(dev->t10_wwn.vendor, stripped); in target_wwn_vendor_id_store() 1501 char *stripped = NULL; in target_wwn_product_id_store() local 1508 stripped = strstrip(buf); in target_wwn_product_id_store() 1509 len = strlen(stripped); in target_wwn_product_id_store() 1518 ret = target_check_inquiry_data(stripped); in target_wwn_product_id_store() 1536 strscpy(dev->t10_wwn.model, stripped); in target_wwn_product_id_store() [all …]
|
| /linux/scripts/package/ |
| H A D | PKGBUILD | 114 pkgdesc="Non-stripped vmlinux file for the ${pkgdesc} kernel"
|
| /linux/Documentation/hwmon/ |
| H A D | lm83.rst | 31 a stripped down version of the LM83 that only supports one external diode.
|
| /linux/Documentation/admin-guide/ |
| H A D | dynamic-debug-howto.rst | 276 2. ``foo.dyndbg`` as given in boot args, ``foo.`` is stripped and passed:: 345 // and the function parse_one, #cmt is stripped
|
| H A D | module-signing.rst | 250 container. Thus they MAY NOT be stripped once the signature is computed and
|
| /linux/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 | 265 bool stripped; member
|
| /linux/Documentation/arch/arm/ |
| H A D | ixp4xx.rst | 24 stripped of much of the network intelligence.
|
| /linux/Documentation/kbuild/ |
| H A D | kbuild.rst | 255 stripped after they are installed. If INSTALL_MOD_STRIP is '1', then
|
| H A D | makefiles.rst | 1653 If this variable is specified, it will cause modules to be stripped
|
| /linux/Documentation/livepatch/ |
| H A D | module-elf-format.rst | 211 Normally, a stripped down copy of a module's symbol table (containing only
|
| /linux/kernel/module/ |
| H A D | Kconfig | 269 module DOES NOT get stripped after being signed. This includes the
|
| /linux/Documentation/filesystems/ |
| H A D | overlayfs.rst | 574 be interpreted by the underlying overlayfs mount and stripped out. In order to
|
| /linux/tools/memory-model/Documentation/ |
| H A D | litmus-tests.txt | 93 suffix stripped. In this case, the actual test may be found in
|
| /linux/Documentation/process/ |
| H A D | submitting-patches.rst | 807 the separator line, it gets automatically stripped off when applying the
|
| /linux/Documentation/networking/device_drivers/ethernet/intel/ |
| H A D | ice.rst | 98 Netdev, due to the 4-byte CRC being stripped by the device. The difference
|
| /linux/Documentation/security/keys/ |
| H A D | core.rst | 1733 data in the output buffer. Padding will get checked and stripped off if
|