Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/scripts/
H A Dget_abi.pl105 my $new_tag = lc($1);
109 if (!($new_tag =~ m/(what|where|date|kernelversion|contact|description|users)/)) {
113 $new_tag = "";
120 if ($new_tag eq "where") {
122 $new_tag = "what";
125 if ($new_tag =~ m/what/) {
147 $tag = $new_tag;
153 if ($tag ne "" && $new_tag) {
154 $tag = $new_tag;
182 if ($new_tag eq "description") {
[all …]
/OK3568_Linux_fs/kernel/drivers/target/
H 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()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H 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()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/tests/
H A Dtest_tree.py686 new_tag = soup.new_tag("foo", bar="baz")
687 self.assertTrue(isinstance(new_tag, Tag))
688 self.assertEqual("foo", new_tag.name)
689 self.assertEqual(dict(bar="baz"), new_tag.attrs)
690 self.assertEqual(None, new_tag.parent)
695 xml_br = xml_soup.new_tag("br")
696 xml_p = xml_soup.new_tag("p")
704 html_br = html_soup.new_tag("br")
705 html_p = html_soup.new_tag("p")
933 tag = soup.new_tag("a")
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/mte/
H 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()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/builder/
H A D_html5lib.py95 tag = self.soup.new_tag(name, namespace)
314 tag = self.soup.new_tag(self.element.name, self.namespace)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/
H A D__init__.py255 def new_tag(self, name, namespace=None, nsprefix=None, **attrs): member in BeautifulSoup
H A DNEWS.txt453 * Added BeautifulSoup.new_string() to go along with BeautifulSoup.new_tag()
455 * BeautifulSoup.new_tag() will follow the rules of whatever
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq_cmd.h1057 __le16 new_tag; member