Home
last modified time | relevance | path

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

12

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

Completed in 54 milliseconds

12