Searched refs:tagp (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/libfdt/ |
| H A D | fdt.c | 96 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 D | efx_vpd.c | 327 __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 D | efx_bootcfg.c | 321 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 D | ef10_nvram.c | 984 __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 D | ef10_impl.h | 678 __out uint32_t *tagp, 690 __out uint32_t *tagp,
|
| H A D | efx_impl.h | 1476 __out efx_vpd_tag_t *tagp,
|