Searched refs:tagp (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/contrib/libfdt/
H A Dfdt.c95 const uint32_t *tagp, *lenp; local
101 tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE);
102 if (!tagp)
104 tag = fdt32_to_cpu(*tagp);
/freebsd-10.2-release/contrib/dtc/libfdt/
H A Dfdt.c95 const fdt32_t *tagp, *lenp; local
101 tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE);
102 if (!tagp)
104 tag = fdt32_to_cpu(*tagp);
/freebsd-10.2-release/sys/dev/sfxge/common/
H A Defx_vpd.c364 __out efx_vpd_tag_t *tagp,
426 *tagp = name;
665 __out efx_vpd_tag_t *tagp,
719 *tagp = tag;
360 efx_vpd_next_tag( __in caddr_t data, __in size_t size, __inout unsigned int *offsetp, __out efx_vpd_tag_t *tagp, __out uint16_t *lengthp) argument
H A Defx_impl.h1105 __out efx_vpd_tag_t *tagp, variable

Completed in 102 milliseconds