Searched refs:stripped (Results 1 – 24 of 24) sorted by relevance
/linux/scripts/ |
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
|
A D | headerdep.pl | 66 my $stripped = $filename; 67 $stripped =~ s/^$i\///; 69 return $stripped if $stripped ne $filename;
|
A D | Kbuild.include | 24 # filename of target with directory and extension stripped
|
/linux/drivers/target/ |
A D | target_core_configfs.c | 1336 char *stripped = NULL; in target_wwn_vendor_id_store() local 1343 stripped = strstrip(buf); in target_wwn_vendor_id_store() 1344 len = strlen(stripped); in target_wwn_vendor_id_store() 1353 ret = target_check_inquiry_data(stripped); in target_wwn_vendor_id_store() 1392 char *stripped = NULL; in target_wwn_product_id_store() local 1399 stripped = strstrip(buf); in target_wwn_product_id_store() 1400 len = strlen(stripped); in target_wwn_product_id_store() 1409 ret = target_check_inquiry_data(stripped); in target_wwn_product_id_store() 1448 char *stripped = NULL; in target_wwn_revision_store() local 1455 stripped = strstrip(buf); in target_wwn_revision_store() [all …]
|
/linux/Documentation/driver-api/media/drivers/ |
A D | cpia2_devel.rst | 15 - This is a driver version stripped of the 2.4 back compatibility
|
/linux/tools/build/ |
A D | Build.include | 22 # filename of target with directory and extension stripped
|
/linux/Documentation/hwmon/ |
A D | lm83.rst | 31 a stripped down version of the LM83 that only supports one external diode.
|
/linux/Documentation/admin-guide/ |
A D | dynamic-debug-howto.rst | 288 2. ``foo.dyndbg`` as given in boot args, ``foo.`` is stripped and passed:: 363 // and the function parse_one, #cmt is stripped
|
A D | module-signing.rst | 245 container. Thus they MAY NOT be stripped once the signature is computed and
|
/linux/Documentation/arm/ |
A D | ixp4xx.rst | 24 stripped of much of the network intelligence.
|
/linux/Documentation/networking/ |
A D | netdev-features.rst | 35 used for all VLAN devices whether tags are stripped or inserted in
|
/linux/Documentation/kbuild/ |
A D | kbuild.rst | 194 stripped after they are installed. If INSTALL_MOD_STRIP is '1', then
|
A D | modules.rst | 290 of <filename>_shipped is created with _shipped stripped off,
|
A D | makefiles.rst | 1619 If this variable is specified, it will cause modules to be stripped
|
/linux/tools/bpf/bpftool/Documentation/ |
A D | bpftool-gen.rst | 328 This is a stripped-out version of skeleton generated for above example code.
|
/linux/Documentation/livepatch/ |
A D | module-elf-format.rst | 211 Normally, a stripped down copy of a module's symbol table (containing only
|
/linux/Documentation/driver-api/ |
A D | ipmi.rst | 219 the first item in "data", it is not stripped out because that is how
|
/linux/drivers/comedi/ |
A D | Kconfig | 1280 comedi_bond driver, and its functionality has been stripped down to
|
/linux/Documentation/networking/device_drivers/ethernet/intel/ |
A D | ice.rst | 116 Netdev, due to the 4-byte CRC being stripped by the device. The difference
|
/linux/Documentation/process/ |
A D | submitting-patches.rst | 715 the separator line, it gets automatically stripped off when applying the
|
/linux/tools/memory-model/Documentation/ |
A D | litmus-tests.txt | 93 suffix stripped. In this case, the actual test may be found in
|
/linux/drivers/hwmon/ |
A D | Kconfig | 2138 the Core 2 Duo. And also the W83627UHG, which is a stripped down
|
/linux/Documentation/security/keys/ |
A D | core.rst | 1733 data in the output buffer. Padding will get checked and stripped off if
|
/linux/init/ |
A D | Kconfig | 2170 module DOES NOT get stripped after being signed. This includes the
|
Completed in 92 milliseconds