Searched refs:tag (Results 1 - 23 of 23) sorted by relevance

/openwrt/tools/firmware-utils/src/
H A Dbuffalo-tag.c161 struct buffalo_tag *tag = (struct buffalo_tag *) buf; local
163 memset(tag, '\0', sizeof(*tag));
165 memcpy(tag->brand, brand, strlen(brand));
166 memcpy(tag->product, product, strlen(product));
167 memcpy(tag->platform, platform, strlen(platform));
168 memcpy(tag->ver_major, major, strlen(major));
169 memcpy(tag->ver_minor, minor, strlen(minor));
170 memcpy(tag->language, language, strlen(language));
173 tag
197 struct buffalo_tag2 *tag = (struct buffalo_tag2 *) buf; local
[all...]
H A Dimagetag.c35 void int2tag(char *tag, uint32_t value) { argument
37 memcpy(tag, (char *)(&network), 4);
83 struct bcm_tag tag; local
101 memset(&tag, 0, sizeof(struct bcm_tag));
132 /* Seek to the start of the file after tag */
133 fseek(binfile, sizeof(tag), SEEK_SET);
148 kerneloff = fwaddr + sizeof(tag);
239 rootfsoff = fwaddr + sizeof(tag);
286 imagecrc = compute_crc32(imagecrc, binfile, sizeof(tag), imagelen);
300 /* Build the tag */
[all...]
H A Dspw303v.c32 #define TAGID_LEN 6 /* Length of tag ID */
33 #define TAGINFO_LEN 20 /* Length of vendor information field in tag */
40 unsigned char tagVersion[4]; // tag version. Will be 2 here.
131 struct spw303v_tag *tag = buf; local
134 memset(tag->signiture_1, 0, 20);
135 memcpy(tag->signiture_1, IMAGETAG_MAGIC1_TCOM, strlen(IMAGETAG_MAGIC1_TCOM));
138 memset(tag->certf1Address, 0, 74);
141 crc = ntohl(*((uint32_t *)&tag->imageCRC));
145 memcpy(tag->imageCRC, &crc, 4);
147 /* Update tag cr
[all...]
/openwrt/package/network/config/soloscli/files/etc/hotplug.d/atm/
H A D15-solos-init4 local tag="$(echo "$1" | cut -d= -f1)"
8 response="$(soloscli -s "$port" "$tag" "$value")"
10 logger "soloscli($port): $tag '$value' returns $response"
/openwrt/package/system/mtd/src/
H A Dimagetag.c50 #define RSASIG_LEN 20 /* Length of RSA Signature in tag */
51 #define TAGINFO1_LEN 30 /* Length of vendor information field1 in tag */
52 #define FLASHLAYOUTVER_LEN 4 /* Length of Flash Layout Version String tag */
53 #define TAGINFO2_LEN 16 /* Length of vendor information field2 in tag */
74 /* 0-3: Version of the image tag */
179 struct bcm_tag *tag; local
205 tag = (struct bcm_tag *) (ptr);
207 cfelen = strntoul(&tag->cfe_length[0], NULL, 10, IMAGE_LEN);
214 if (headercrc != *(uint32_t *)(&tag->header_crc)) {
219 sprintf(&tag
246 struct bcm_tag *tag = (const struct bcm_tag *) buf; local
294 struct bcm_tag *tag; local
[all...]
/openwrt/target/linux/adm8668/files-3.18/arch/mips/adm8668/
H A Dprom.c33 static inline int match_tag(char *arg, const char *tag) argument
35 return strncmp(arg, tag, strlen(tag)) == 0;
38 static inline unsigned long tag2ul(char *arg, const char *tag) argument
42 num = arg + strlen(tag);
/openwrt/target/linux/ar71xx/files/arch/mips/ath79/
H A Drouterboot.c157 u8 *tag; local
160 err = rb_find_hard_cfg_tag(RB_ID_BOARD_NAME, &tag, &tag_len);
164 return tag;
171 u8 *tag; local
174 err = rb_find_hard_cfg_tag(RB_ID_HW_OPTIONS, &tag, &tag_len);
178 return get_u32(tag);
185 u8 *tag; local
192 err = rb_find_hard_cfg_tag(RB_ID_WLAN_DATA, &tag, &tag_len);
204 magic = get_u32(tag);
212 err = routerboot_find_tag(tag, tag_le
[all...]
H A Dmach-rb750.c291 u8 *tag; local
305 RB_ID_WLAN_DATA, &tag, &tag_len);
311 err = rle_decode(tag, tag_len, (unsigned char *) wmac_data->eeprom_data,
/openwrt/package/utils/px5g-standalone/src/library/
H A Dx509write.c104 static int asn1_add_obj(unsigned char *value, unsigned int size, int tag, argument
109 if (tag == ASN1_BIT_STRING)
121 /* tag */
122 *(node->p) = tag & 0xFF;
126 if (tag == ASN1_BIT_STRING) {
175 /* tag */
204 static int asn1_add_mpi(mpi *value, int tag, x509_node *node) argument
210 if (tag == ASN1_BIT_STRING)
226 /* tag */
227 *(node->p) = tag
252 asn1_append_tag(x509_node *node, int tag) argument
307 asn1_append_nodes(x509_node *node, int tag, int anz, ...) argument
362 asn1_add_oid(x509_node *node, unsigned char *oid, size_t len, int tag, int tag_val, unsigned char *value, size_t val_len) argument
714 unsigned char oid[3] = OID_X520, tag[4], *tag_sp = tag; local
[all...]
/openwrt/target/linux/orion/files/arch/arm/mach-orion5x/
H A Ddt2-setup.c354 static int __init parse_tag_dt2_uboot(const struct tag *t)
386 void __init openwrt_fixup(struct tag *t, char **from, struct meminfo *meminfo)
393 if (t->hdr.tag == ATAG_CMDLINE) {
402 if (t->hdr.tag == ATAG_MEM &&
408 t->hdr.tag = 0;
414 /* Overwrite the end of the table with a new cmdline tag. */
415 t->hdr.tag = ATAG_CMDLINE;
432 t->hdr.tag = ATAG_NONE;
/openwrt/scripts/config/lxdialog/
H A Ddialog.h138 struct dialog_color tag; member in struct:dialog_info
163 void item_set_tag(char tag);
174 char tag; member in struct:dialog_item
194 int item_is_tag(char tag);
H A Dutil.c54 dlg.tag.atr = A_BOLD;
94 DLG_COLOR(tag, COLOR_YELLOW, COLOR_WHITE, true);
134 DLG_COLOR(tag, COLOR_RED, COLOR_BLACK, false);
154 DLG_COLOR(tag, COLOR_BLUE, COLOR_WHITE, true);
214 init_one_color(&dlg.tag);
637 void item_set_tag(char tag) argument
639 item_cur->node.tag = tag;
666 return item_cur->node.tag;
710 int item_is_tag(char tag) argument
[all...]
H A Dchecklist.c51 wattrset(win, selected ? dlg.tag_selected.atr : dlg.tag.atr);
/openwrt/package/network/services/dnsmasq/files/
H A Ddnsmasq.init216 xappend "--dhcp-broadcast=tag:needs-broadcast"
345 config_get tag "$cfg" tag
352 xappend "--dhcp-host=$macs${networkid:+,net:$networkid}${broadcast:+,set:needs-broadcast}${tag:+,set:$tag}${ip:+,$ip}${name:+,$name}${leasetime:+,$leasetime}"
358 tag="$cfg"
360 [ -n "$tag" ] || return 0
367 xappend "--dhcp-option${force:+-force}=tag:$tag,$o"
614 config_foreach dhcp_tag_add tag
[all...]
/openwrt/package/libs/openssl/include/crypto/
H A Dcryptodev.h146 * space for tag. For TLS this should be at least
149 __u8 __user *tag; /* where the tag will be copied to. TLS mode member in struct:crypt_auth_op
150 * doesn't use that as tag is copied to dst.
151 * SRTP mode copies tag there. */
152 __u32 tag_len; /* the length of the tag. Use zero for digest size or max tag. */
168 * tag_size: the size of the desired authentication tag or zero to use
169 * the maximum tag output.
171 * Note tag is
[all...]
/openwrt/target/linux/generic/files/drivers/net/phy/
H A Dip17xx.c318 unsigned int tag; // VLAN tag (IP175D only) member in struct:ip17xx_state::vlan_state
577 * Uses only the VLAN port mask and the add tag mask to generate the other fields:
578 * which ports are part of the same VLAN, removing vlan tags, and VLAN tag ids.
650 if (!state->vlans[i].tag) {
652 err |= ip_phy_write(state, 22, 14+i, 0); // tag
656 err |= ip_phy_write(state, 22, 14+i, state->vlans[i].tag);
668 // Port masks, tag adds and removals
676 // Default VLAN tag for each port
678 err |= ip_phy_write(state, 22, 4+i, state->vlans[state->ports[i].pvid].tag);
1005 int tag = val->value.i; local
[all...]
/openwrt/target/linux/brcm63xx/image/
H A Dbcm63xx.mk615 CFE_EXTRAS += --rsa-signature "EchoLife_HG553" --tag-version 7
629 CFE_EXTRAS += --rsa-signature "EchoLife_HG556a" --tag-version 8
643 CFE_EXTRAS += --rsa-signature "EchoLife_HG556a" --tag-version 8
657 CFE_EXTRAS += --rsa-signature "EchoLife_HG556a" --tag-version 8
671 CFE_EXTRAS += --tag-version 7
685 CFE_EXTRAS += --tag-version 7
816 CFE_EXTRAS += --signature2 IMAGE --tag-version 8
828 CFE_EXTRAS += --signature2 IMAGE --tag-version 8
840 CFE_EXTRAS += --signature2 IMAGE --tag-version 8
853 CFE_EXTRAS += --signature2 IMAGE --tag
[all...]
/openwrt/tools/firmware-utils/
H A DMakefile58 $(call cc,buffalo-tag buffalo-lib, -Wall)
/openwrt/tools/mklibs/include/
H A Delf.h691 #define DT_VALTAGIDX(tag) (DT_VALRNGHI - (tag)) /* Reverse order! */
709 #define DT_ADDRTAGIDX(tag) (DT_ADDRRNGHI - (tag)) /* Reverse order! */
727 #define DT_VERSIONTAGIDX(tag) (DT_VERNEEDNUM - (tag)) /* Reverse order! */
734 #define DT_EXTRATAGIDX(tag) ((Elf32_Word)-((Elf32_Sword) (tag) <<1>>1)-1)
/openwrt/tools/include/
H A Delf.h709 #define DT_VALTAGIDX(tag) (DT_VALRNGHI - (tag)) /* Reverse order! */
730 #define DT_ADDRTAGIDX(tag) (DT_ADDRRNGHI - (tag)) /* Reverse order! */
748 #define DT_VERSIONTAGIDX(tag) (DT_VERNEEDNUM - (tag)) /* Reverse order! */
755 #define DT_EXTRATAGIDX(tag) ((Elf32_Word)-((Elf32_Sword) (tag) <<1>>1)-1)
/openwrt/package/utils/px5g-standalone/src/polarssl/
H A Dx509.h129 int tag; member in struct:_x509_buf
/openwrt/target/linux/ramips/image/
H A Drt305x.mk123 buffalo-tag -b $(3) -p $(3) -a ram -v 1.76 -m 1.01 \
/openwrt/target/linux/ar71xx/image/
H A Dlegacy.mk395 buffalo-tag -b $(5) -p $(5) -a ath -v 1.99 -m 1.01 -l mlang8 \
425 buffalo-tag -b $(5) -p $(5) -a ath -v 1.99 -m 1.01 -l mlang8 \

Completed in 307 milliseconds