Home
last modified time | relevance | path

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

12

/Linux-v6.6/scripts/
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
Dheaderdep.pl66 my $stripped = $filename;
67 $stripped =~ s/^$i\///;
69 return $stripped if $stripped ne $filename;
DKbuild.include48 # filename of target with directory and extension stripped
/Linux-v6.6/drivers/target/
Dtarget_core_configfs.c1394 char *stripped = NULL; in target_wwn_vendor_id_store() local
1401 stripped = strstrip(buf); in target_wwn_vendor_id_store()
1402 len = strlen(stripped); in target_wwn_vendor_id_store()
1411 ret = target_check_inquiry_data(stripped); in target_wwn_vendor_id_store()
1429 strscpy(dev->t10_wwn.vendor, stripped, sizeof(dev->t10_wwn.vendor)); in target_wwn_vendor_id_store()
1450 char *stripped = NULL; in target_wwn_product_id_store() local
1457 stripped = strstrip(buf); in target_wwn_product_id_store()
1458 len = strlen(stripped); in target_wwn_product_id_store()
1467 ret = target_check_inquiry_data(stripped); in target_wwn_product_id_store()
1485 strscpy(dev->t10_wwn.model, stripped, sizeof(dev->t10_wwn.model)); in target_wwn_product_id_store()
[all …]
/Linux-v6.6/Documentation/hwmon/
Dlm83.rst31 a stripped down version of the LM83 that only supports one external diode.
/Linux-v6.6/tools/build/
DBuild.include22 # filename of target with directory and extension stripped
/Linux-v6.6/drivers/net/ethernet/netronome/nfp/
Dnfp_net_dp.c452 } else if (meta->vlan.stripped) { in nfp_net_vlan_strip()
Dnfp_net.h265 bool stripped; member
/Linux-v6.6/Documentation/admin-guide/
Ddynamic-debug-howto.rst270 2. ``foo.dyndbg`` as given in boot args, ``foo.`` is stripped and passed::
339 // and the function parse_one, #cmt is stripped
Dmodule-signing.rst245 container. Thus they MAY NOT be stripped once the signature is computed and
/Linux-v6.6/Documentation/arch/arm/
Dixp4xx.rst24 stripped of much of the network intelligence.
/Linux-v6.6/Documentation/networking/
Dnetdev-features.rst35 used for all VLAN devices whether tags are stripped or inserted in
/Linux-v6.6/Documentation/kbuild/
Dkbuild.rst228 stripped after they are installed. If INSTALL_MOD_STRIP is '1', then
Dmodules.rst290 of <filename>_shipped is created with _shipped stripped off,
Dmakefiles.rst1620 If this variable is specified, it will cause modules to be stripped
/Linux-v6.6/Documentation/livepatch/
Dmodule-elf-format.rst211 Normally, a stripped down copy of a module's symbol table (containing only
/Linux-v6.6/tools/bpf/bpftool/Documentation/
Dbpftool-gen.rst379 This is a stripped-out version of skeleton generated for above example code.
/Linux-v6.6/kernel/module/
DKconfig207 module DOES NOT get stripped after being signed. This includes the
/Linux-v6.6/drivers/net/ethernet/netronome/nfp/nfd3/
Ddp.c764 meta->vlan.stripped = true; in nfp_nfd3_parse_meta()
/Linux-v6.6/drivers/net/ethernet/netronome/nfp/nfdk/
Ddp.c764 meta->vlan.stripped = true; in nfp_nfdk_parse_meta()
/Linux-v6.6/Documentation/driver-api/
Dipmi.rst219 the first item in "data", it is not stripped out because that is how
/Linux-v6.6/drivers/comedi/
DKconfig1280 comedi_bond driver, and its functionality has been stripped down to
/Linux-v6.6/Documentation/networking/device_drivers/ethernet/intel/
Dice.rst98 Netdev, due to the 4-byte CRC being stripped by the device. The difference
/Linux-v6.6/Documentation/process/
Dsubmitting-patches.rst733 the separator line, it gets automatically stripped off when applying the
/Linux-v6.6/tools/memory-model/Documentation/
Dlitmus-tests.txt93 suffix stripped. In this case, the actual test may be found in

12