Home
last modified time | relevance | path

Searched refs:stripped (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/scripts/
H 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
H A Dheaderdep.pl66 my $stripped = $filename;
67 $stripped =~ s/^$i\///;
69 return $stripped if $stripped ne $filename;
/kernel/linux/linux-6.6/scripts/
H 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
H A Dheaderdep.pl66 my $stripped = $filename;
67 $stripped =~ s/^$i\///;
69 return $stripped if $stripped ne $filename;
/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_configfs.c1333 /* +2 to allow for a trailing (stripped) '\n' and null-terminator */ in target_wwn_vendor_id_store()
1335 char *stripped = NULL; in target_wwn_vendor_id_store() local
1342 stripped = strstrip(buf); in target_wwn_vendor_id_store()
1343 len = strlen(stripped); in target_wwn_vendor_id_store()
1352 ret = target_check_inquiry_data(stripped); in target_wwn_vendor_id_store()
1370 strlcpy(dev->t10_wwn.vendor, stripped, sizeof(dev->t10_wwn.vendor)); in target_wwn_vendor_id_store()
1389 /* +2 to allow for a trailing (stripped) '\n' and null-terminator */ in target_wwn_product_id_store()
1391 char *stripped = NULL; in target_wwn_product_id_store() local
1398 stripped = strstrip(buf); in target_wwn_product_id_store()
1399 len = strlen(stripped); in target_wwn_product_id_store()
1447 char *stripped = NULL; target_wwn_revision_store() local
[all...]
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_configfs.c1392 /* +2 to allow for a trailing (stripped) '\n' and null-terminator */ in target_wwn_vendor_id_store()
1394 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()
1448 /* +2 to allow for a trailing (stripped) '\n' and null-terminator */ in target_wwn_product_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()
1506 char *stripped = NULL; target_wwn_revision_store() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_dp.c452 } else if (meta->vlan.stripped) { in nfp_net_vlan_strip()
H A Dnfp_net.h246 __le16 vlan; /* VLAN if stripped */
265 bool stripped; member
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/nfd3/
H A Ddp.c764 meta->vlan.stripped = true; in nfp_nfd3_parse_meta()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/nfdk/
H A Ddp.c764 meta->vlan.stripped = true; in nfp_nfdk_parse_meta()

Completed in 15 milliseconds