Searched refs:stripped (Results 1 – 21 of 21) sorted by relevance
/Linux-v5.4/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.4/fs/btrfs/ |
D | block-group.c | 1980 u64 stripped; in update_block_group_flags() local 1986 stripped = get_restripe_target(fs_info, flags); in update_block_group_flags() 1987 if (stripped) in update_block_group_flags() 1988 return extended_to_chunk(stripped); in update_block_group_flags() 1992 stripped = BTRFS_BLOCK_GROUP_RAID0 | BTRFS_BLOCK_GROUP_RAID56_MASK | in update_block_group_flags() 1996 stripped |= BTRFS_BLOCK_GROUP_DUP; in update_block_group_flags() 1997 stripped = flags & ~stripped; in update_block_group_flags() 2001 return stripped; in update_block_group_flags() 2006 return stripped | BTRFS_BLOCK_GROUP_DUP; in update_block_group_flags() 2009 if (flags & stripped) in update_block_group_flags() [all …]
|
/Linux-v5.4/drivers/target/ |
D | target_core_configfs.c | 1261 char *stripped = NULL; in target_wwn_vendor_id_store() local 1268 stripped = strstrip(buf); in target_wwn_vendor_id_store() 1269 len = strlen(stripped); in target_wwn_vendor_id_store() 1278 ret = target_check_inquiry_data(stripped); in target_wwn_vendor_id_store() 1296 strlcpy(dev->t10_wwn.vendor, stripped, sizeof(dev->t10_wwn.vendor)); in target_wwn_vendor_id_store() 1317 char *stripped = NULL; in target_wwn_product_id_store() local 1324 stripped = strstrip(buf); in target_wwn_product_id_store() 1325 len = strlen(stripped); in target_wwn_product_id_store() 1334 ret = target_check_inquiry_data(stripped); in target_wwn_product_id_store() 1352 strlcpy(dev->t10_wwn.model, stripped, sizeof(dev->t10_wwn.model)); in target_wwn_product_id_store() [all …]
|
/Linux-v5.4/tools/build/ |
D | Build.include | 22 # filename of target with directory and extension stripped
|
/Linux-v5.4/Documentation/hwmon/ |
D | lm83.rst | 31 a stripped down version of the LM83 that only supports one external diode.
|
/Linux-v5.4/Documentation/admin-guide/ |
D | dynamic-debug-howto.rst | 278 2. ``foo.dyndbg`` as given in boot args, ``foo.`` is stripped and passed:: 350 // 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.4/Documentation/arm/ |
D | ixp4xx.rst | 24 stripped of much of the network intelligence.
|
/Linux-v5.4/Documentation/kbuild/ |
D | kbuild.rst | 194 stripped after they are installed. If INSTALL_MOD_STRIP is '1', then
|
D | modules.rst | 289 of <filename>_shipped is created with _shipped stripped off,
|
D | makefiles.rst | 1460 If this variable is specified, it will cause modules to be stripped
|
/Linux-v5.4/Documentation/networking/ |
D | netdev-features.txt | 32 used for all VLAN devices whether tags are stripped or inserted in
|
/Linux-v5.4/Documentation/media/v4l-drivers/ |
D | cpia2.rst | 154 - This is a driver version stripped of the 2.4 back compatibility
|
/Linux-v5.4/Documentation/livepatch/ |
D | module-elf-format.rst | 218 Normally, a stripped down copy of a module's symbol table (containing only
|
/Linux-v5.4/Documentation/ |
D | IPMI.txt | 202 the first item in "data", it is not stripped out because that is how
|
/Linux-v5.4/drivers/staging/comedi/ |
D | Kconfig | 1280 comedi_bond driver, and its functionality has been stripped down to
|
/Linux-v5.4/drivers/hwmon/ |
D | Kconfig | 1881 the Core 2 Duo. And also the W83627UHG, which is a stripped down
|
/Linux-v5.4/Documentation/security/keys/ |
D | core.rst | 1672 data in the output buffer. Padding will get checked and stripped off if
|
/Linux-v5.4/init/ |
D | Kconfig | 2070 module DOES NOT get stripped after being signed. This includes the
|