Searched refs:stripped (Results 1 – 25 of 29) sorted by relevance
12
/linux-6.12.1/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 | 48 # filename of target with directory and extension stripped
|
/linux-6.12.1/drivers/target/ |
D | target_core_configfs.c | 1432 char *stripped = NULL; in target_wwn_vendor_id_store() local 1439 stripped = strstrip(buf); in target_wwn_vendor_id_store() 1440 len = strlen(stripped); in target_wwn_vendor_id_store() 1449 ret = target_check_inquiry_data(stripped); in target_wwn_vendor_id_store() 1467 strscpy(dev->t10_wwn.vendor, stripped, sizeof(dev->t10_wwn.vendor)); in target_wwn_vendor_id_store() 1488 char *stripped = NULL; in target_wwn_product_id_store() local 1495 stripped = strstrip(buf); in target_wwn_product_id_store() 1496 len = strlen(stripped); in target_wwn_product_id_store() 1505 ret = target_check_inquiry_data(stripped); in target_wwn_product_id_store() 1523 strscpy(dev->t10_wwn.model, stripped, sizeof(dev->t10_wwn.model)); in target_wwn_product_id_store() [all …]
|
/linux-6.12.1/scripts/package/ |
D | PKGBUILD | 115 pkgdesc="Non-stripped vmlinux file for the ${pkgdesc} kernel"
|
/linux-6.12.1/tools/build/ |
D | Build.include | 22 # filename of target with directory and extension stripped
|
/linux-6.12.1/Documentation/hwmon/ |
D | lm83.rst | 31 a stripped down version of the LM83 that only supports one external diode.
|
/linux-6.12.1/Documentation/admin-guide/ |
D | dynamic-debug-howto.rst | 275 2. ``foo.dyndbg`` as given in boot args, ``foo.`` is stripped and passed:: 344 // and the function parse_one, #cmt is stripped
|
D | module-signing.rst | 250 container. Thus they MAY NOT be stripped once the signature is computed and
|
/linux-6.12.1/drivers/net/ethernet/netronome/nfp/ |
D | nfp_net_dp.c | 452 } else if (meta->vlan.stripped) { in nfp_net_vlan_strip()
|
D | nfp_net.h | 265 bool stripped; member
|
/linux-6.12.1/Documentation/arch/arm/ |
D | ixp4xx.rst | 24 stripped of much of the network intelligence.
|
/linux-6.12.1/Documentation/networking/ |
D | netdev-features.rst | 35 used for all VLAN devices whether tags are stripped or inserted in
|
/linux-6.12.1/Documentation/kbuild/ |
D | kbuild.rst | 238 stripped after they are installed. If INSTALL_MOD_STRIP is '1', then
|
/linux-6.12.1/Documentation/livepatch/ |
D | module-elf-format.rst | 211 Normally, a stripped down copy of a module's symbol table (containing only
|
/linux-6.12.1/tools/bpf/bpftool/Documentation/ |
D | bpftool-gen.rst | 403 This is a stripped-out version of skeleton generated for above example code.
|
/linux-6.12.1/kernel/module/ |
D | Kconfig | 209 module DOES NOT get stripped after being signed. This includes the
|
/linux-6.12.1/drivers/net/ethernet/netronome/nfp/nfd3/ |
D | dp.c | 767 meta->vlan.stripped = true; in nfp_nfd3_parse_meta()
|
/linux-6.12.1/drivers/net/ethernet/netronome/nfp/nfdk/ |
D | dp.c | 767 meta->vlan.stripped = true; in nfp_nfdk_parse_meta()
|
/linux-6.12.1/Documentation/driver-api/ |
D | ipmi.rst | 219 the first item in "data", it is not stripped out because that is how
|
/linux-6.12.1/Documentation/filesystems/ |
D | overlayfs.rst | 536 interpreted by the underlying overlayfs mount and stripped out. In order to
|
/linux-6.12.1/drivers/comedi/ |
D | Kconfig | 1319 comedi_bond driver, and its functionality has been stripped down to
|
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/intel/ |
D | ice.rst | 98 Netdev, due to the 4-byte CRC being stripped by the device. The difference
|
/linux-6.12.1/Documentation/process/ |
D | submitting-patches.rst | 733 the separator line, it gets automatically stripped off when applying the
|
/linux-6.12.1/tools/memory-model/Documentation/ |
D | litmus-tests.txt | 93 suffix stripped. In this case, the actual test may be found in
|
12