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

/freebsd-11-stable/contrib/dtc/libfdt/
H A Dfdt.c96 const fdt32_t *tagp, *lenp; local
102 tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE);
103 if (!tagp)
105 tag = fdt32_to_cpu(*tagp);
/freebsd-11-stable/sys/contrib/libfdt/
H A Dfdt.c96 const fdt32_t *tagp, *lenp; local
102 tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE);
103 if (!tagp)
105 tag = fdt32_to_cpu(*tagp);
/freebsd-11-stable/sys/dev/cxgbe/cxgbei/
H A Dcxgbei_ulp2_ddp.c291 * @tagp: contains s/w tag initially, will be updated with ddp/hw tag
300 struct cxgbei_ulp2_tag_format *tformat, u32 *tagp,
306 u32 sw_tag = *tagp;
349 *tagp = tag;
299 cxgbei_ulp2_ddp_tag_reserve(struct cxgbei_data *ci, void *icc, u_int tid, struct cxgbei_ulp2_tag_format *tformat, u32 *tagp, struct cxgbei_ulp2_gather_list *gl, int gfp, int reply) argument
/freebsd-11-stable/sys/dev/sfxge/common/
H A Defx_vpd.c348 __out efx_vpd_tag_t *tagp,
410 *tagp = name;
651 __out efx_vpd_tag_t *tagp,
708 *tagp = tag;
344 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 84 milliseconds