Home
last modified time | relevance | path

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

/openbmc/linux/scripts/
H A Dget_abi.pl128 my $new_tag = lc($1);
132 if (!($new_tag =~ m/(what|where|date|kernelversion|contact|description|users)/)) {
136 $new_tag = "";
143 if ($new_tag eq "where") {
145 $new_tag = "what";
148 if ($new_tag =~ m/what/) {
170 $tag = $new_tag;
176 if ($tag ne "" && $new_tag) {
177 $tag = $new_tag;
206 if ($new_tag eq "description") {
[all …]
/openbmc/linux/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()
/openbmc/linux/drivers/target/
H A Dtarget_core_tpg.c422 const char *new_tag) in core_tpg_set_initiator_node_tag() argument
424 if (strlen(new_tag) >= MAX_ACL_TAG_SIZE) in core_tpg_set_initiator_node_tag()
427 if (!strncmp("NULL", new_tag, 4)) { in core_tpg_set_initiator_node_tag()
432 return snprintf(acl->acl_tag, MAX_ACL_TAG_SIZE, "%s", new_tag); in core_tpg_set_initiator_node_tag()
/openbmc/linux/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()
/openbmc/qemu/target/arm/
H A Dgdbstub64.c556 uint8_t new_tag; in handle_Q_memtag() local
565 new_tag = new_tags->data[new_tag_index % num_new_tags]; in handle_Q_memtag()
566 store_tag1(address, tags + packed_index, new_tag); in handle_Q_memtag()
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/
H A D_html5lib.py175 tag = self.soup.new_tag(name, namespace, **kwargs)
457 tag = self.soup.new_tag(self.element.name, self.namespace)
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A D__init__.py500 def new_tag(self, name, namespace=None, nsprefix=None, attrs={}, member in BeautifulSoup
H A DCHANGELOG551 BeautifulSoup.new_tag. This makes it possible to create a tag with
553 argument of new_tag. [bug=1779276]
1226 * Added BeautifulSoup.new_string() to go along with BeautifulSoup.new_tag()
1228 * BeautifulSoup.new_tag() will follow the rules of whatever
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq_cmd.h1060 __le16 new_tag; member