Home
last modified time | relevance | path

Searched refs:new_tag (Results 1 – 5 of 5) sorted by relevance

/linux/scripts/
A Dget_abi.pl127 my $new_tag = lc($1);
131 if (!($new_tag =~ m/(what|where|date|kernelversion|contact|description|users)/)) {
135 $new_tag = "";
142 if ($new_tag eq "where") {
144 $new_tag = "what";
147 if ($new_tag =~ m/what/) {
169 $tag = $new_tag;
175 if ($tag ne "" && $new_tag) {
176 $tag = $new_tag;
205 if ($new_tag eq "description") {
[all …]
/linux/drivers/target/
A Dtarget_core_tpg.c421 const char *new_tag) in core_tpg_set_initiator_node_tag() argument
423 if (strlen(new_tag) >= MAX_ACL_TAG_SIZE) in core_tpg_set_initiator_node_tag()
426 if (!strncmp("NULL", new_tag, 4)) { in core_tpg_set_initiator_node_tag()
431 return snprintf(acl->acl_tag, MAX_ACL_TAG_SIZE, "%s", new_tag); in core_tpg_set_initiator_node_tag()
/linux/tools/testing/selftests/bpf/progs/
A Dtest_lwt_seg6local.c363 uint16_t new_tag = bpf_htons(2442); in __pop_egr() local
389 if (bpf_lwt_seg6_store_bytes(skb, offset, (void *)&new_tag, in __pop_egr()
390 sizeof(new_tag))) in __pop_egr()
/linux/tools/testing/selftests/arm64/mte/
A Dcheck_buffer_fill.c353 int i, new_tag; in compare_memory_tags() local
356 new_tag = MT_FETCH_TAG((uintptr_t)(mte_get_tag_address(ptr + i))); in compare_memory_tags()
357 if (tag != new_tag) { in compare_memory_tags()
/linux/drivers/net/ethernet/intel/i40e/
A Di40e_adminq_cmd.h1057 __le16 new_tag; member

Completed in 22 milliseconds