Searched refs:tagp (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/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()
|
/freebsd/sys/dev/sfxge/common/ |
H A D | efx_vpd.c | 354 __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 D | efx_bootcfg.c | 346 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 D | ef10_nvram.c | 1005 __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 D | ef10_impl.h | 554 __out uint32_t *tagp, 565 __out uint32_t *tagp,
|
H A D | efx_impl.h | 1240 __out efx_vpd_tag_t *tagp,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicsAArch64.td | 905 // ptr1 = tagp(ptr0, baseptr, tag_offset) returns a pointer where 910 // to tagp with the same pair of (baseptr, tag_offset) will produce pointers
|