Searched refs:tag_id (Results 1 - 3 of 3) sorted by relevance

/openwrt/target/linux/ar71xx/files/arch/mips/ath79/
H A Drouterboot.h29 int routerboot_find_tag(u8 *buf, unsigned int buflen, u16 tag_id,
50 routerboot_find_tag(u8 *buf, unsigned int buflen, u16 tag_id, argument
H A Drouterboot.c65 routerboot_find_tag(u8 *buf, unsigned int buflen, u16 tag_id, argument
122 if (id == tag_id) {
142 rb_find_hard_cfg_tag(u16 tag_id, u8 **tag_data, u16 *tag_len) argument
150 tag_id, tag_data, tag_len);
/openwrt/package/boot/rbcfg/src/
H A Dmain.c214 rbcfg_find_tag(struct rbcfg_ctx *ctx, uint16_t tag_id, uint16_t *tag_len, argument
245 if (id == tag_id) {
257 fprintf(stderr, "no tag found with id=%u\n", tag_id);

Completed in 31 milliseconds