Searched refs:stripped (Results 1 – 22 of 22) sorted by relevance
/Linux-v5.10/scripts/ |
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
|
D | headerdep.pl | 66 my $stripped = $filename; 67 $stripped =~ s/^$i\///; 69 return $stripped if $stripped ne $filename;
|
D | Kbuild.include | 24 # filename of target with directory and extension stripped
|
/Linux-v5.10/drivers/target/ |
D | target_core_configfs.c | 1327 char *stripped = NULL; in target_wwn_vendor_id_store() local 1334 stripped = strstrip(buf); in target_wwn_vendor_id_store() 1335 len = strlen(stripped); in target_wwn_vendor_id_store() 1344 ret = target_check_inquiry_data(stripped); in target_wwn_vendor_id_store() 1362 strlcpy(dev->t10_wwn.vendor, stripped, sizeof(dev->t10_wwn.vendor)); in target_wwn_vendor_id_store() 1383 char *stripped = NULL; in target_wwn_product_id_store() local 1390 stripped = strstrip(buf); in target_wwn_product_id_store() 1391 len = strlen(stripped); in target_wwn_product_id_store() 1400 ret = target_check_inquiry_data(stripped); in target_wwn_product_id_store() 1418 strlcpy(dev->t10_wwn.model, stripped, sizeof(dev->t10_wwn.model)); in target_wwn_product_id_store() [all …]
|
/Linux-v5.10/Documentation/driver-api/media/drivers/ |
D | cpia2_devel.rst | 15 - This is a driver version stripped of the 2.4 back compatibility
|
/Linux-v5.10/tools/build/ |
D | Build.include | 22 # filename of target with directory and extension stripped
|
/Linux-v5.10/Documentation/hwmon/ |
D | lm83.rst | 31 a stripped down version of the LM83 that only supports one external diode.
|
/Linux-v5.10/Documentation/admin-guide/ |
D | dynamic-debug-howto.rst | 290 2. ``foo.dyndbg`` as given in boot args, ``foo.`` is stripped and passed:: 362 // enable pr_debugs in 2 builtins, #cmt is stripped
|
D | module-signing.rst | 245 container. Thus they MAY NOT be stripped once the signature is computed and
|
/Linux-v5.10/Documentation/arm/ |
D | ixp4xx.rst | 24 stripped of much of the network intelligence.
|
/Linux-v5.10/Documentation/networking/ |
D | netdev-features.rst | 35 used for all VLAN devices whether tags are stripped or inserted in
|
/Linux-v5.10/tools/bpf/bpftool/Documentation/ |
D | bpftool-gen.rst | 281 This is a stripped-out version of skeleton generated for above example code.
|
/Linux-v5.10/Documentation/kbuild/ |
D | kbuild.rst | 194 stripped after they are installed. If INSTALL_MOD_STRIP is '1', then
|
D | modules.rst | 290 of <filename>_shipped is created with _shipped stripped off,
|
D | makefiles.rst | 1584 If this variable is specified, it will cause modules to be stripped
|
/Linux-v5.10/Documentation/livepatch/ |
D | module-elf-format.rst | 217 Normally, a stripped down copy of a module's symbol table (containing only
|
/Linux-v5.10/Documentation/driver-api/ |
D | ipmi.rst | 202 the first item in "data", it is not stripped out because that is how
|
/Linux-v5.10/drivers/staging/comedi/ |
D | Kconfig | 1280 comedi_bond driver, and its functionality has been stripped down to
|
/Linux-v5.10/tools/memory-model/Documentation/ |
D | litmus-tests.txt | 93 suffix stripped. In this case, the actual test may be found in
|
/Linux-v5.10/drivers/hwmon/ |
D | Kconfig | 2044 the Core 2 Duo. And also the W83627UHG, which is a stripped down
|
/Linux-v5.10/Documentation/security/keys/ |
D | core.rst | 1733 data in the output buffer. Padding will get checked and stripped off if
|
/Linux-v5.10/init/ |
D | Kconfig | 2152 module DOES NOT get stripped after being signed. This includes the
|