Home
last modified time | relevance | path

Searched refs:tagp (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/libfdt/
H A Dfdt.c96 const fdt32_t *tagp, *lenp; in fdt_next_tag() local
102 tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE); in fdt_next_tag()
103 if (!tagp) in fdt_next_tag()
105 tag = fdt32_to_cpu(*tagp); in fdt_next_tag()
/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_vpd.c327 __out efx_vpd_tag_t *tagp, in efx_vpd_next_tag() argument
389 *tagp = name; in efx_vpd_next_tag()
630 __out efx_vpd_tag_t *tagp, in efx_vpd_hunk_next() argument
687 *tagp = tag; in efx_vpd_hunk_next()
H A Defx_bootcfg.c321 uint8_t *tagp = bufferp; in efx_dhcp_find_tag() local
324 rc = efx_dhcp_walk_tags(&tagp, &len, opt); in efx_dhcp_find_tag()
328 hdrp = (efx_dhcp_tag_hdr_t *)tagp; in efx_dhcp_find_tag()
H A Def10_nvram.c984 __out uint32_t *tagp, in ef10_nvram_buffer_peek_item() argument
998 *tagp = tag; in ef10_nvram_buffer_peek_item()
1027 __out uint32_t *tagp, in ef10_nvram_buffer_get_item() argument
1054 *tagp = tlv_tag(&cursor); in ef10_nvram_buffer_get_item()
H A Def10_impl.h678 __out uint32_t *tagp,
690 __out uint32_t *tagp,
H A Defx_impl.h1476 __out efx_vpd_tag_t *tagp,