Home
last modified time | relevance | path

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

/freebsd/sys/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()
/freebsd/sys/dev/sfxge/common/
H A Defx_vpd.c354 __out efx_vpd_tag_t *tagp, in efx_vpd_next_tag() argument
416 *tagp = name; in efx_vpd_next_tag()
657 __out efx_vpd_tag_t *tagp, in efx_vpd_hunk_next() argument
714 *tagp = tag; in efx_vpd_hunk_next()
H A Defx_bootcfg.c346 uint8_t *tagp = bufferp; in efx_dhcp_find_tag() local
349 rc = efx_dhcp_walk_tags(&tagp, &len, opt); in efx_dhcp_find_tag()
353 hdrp = (efx_dhcp_tag_hdr_t *)tagp; in efx_dhcp_find_tag()
H A Def10_nvram.c1005 __out uint32_t *tagp, in ef10_nvram_buffer_peek_item() argument
1019 *tagp = tag; in ef10_nvram_buffer_peek_item()
1048 __out uint32_t *tagp, in ef10_nvram_buffer_get_item() argument
1075 *tagp = tlv_tag(&cursor); in ef10_nvram_buffer_get_item()
H A Def10_impl.h554 __out uint32_t *tagp,
565 __out uint32_t *tagp,
H A Defx_impl.h1240 __out efx_vpd_tag_t *tagp,
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsAArch64.td905 // ptr1 = tagp(ptr0, baseptr, tag_offset) returns a pointer where
910 // to tagp with the same pair of (baseptr, tag_offset) will produce pointers