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

/freebsd-9.3-release/contrib/dtc/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-9.3-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-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_dir2_block.c84 __be16 *tagp; /* pointer to tag value */ local
123 tagp = (__be16 *)blp - 1;
127 enddup = (xfs_dir2_data_unused_t *)((char *)block + be16_to_cpu(*tagp));
186 tagp = (__be16 *)blp - 1;
190 dup = (xfs_dir2_data_unused_t *)((char *)block + be16_to_cpu(*tagp));
406 tagp = XFS_DIR2_DATA_ENTRY_TAG_P(dep);
407 *tagp = cpu_to_be16((char *)dep - (char *)block);
899 __be16 *tagp; /* end of entry (tag) */ local
947 tagp = (__be16 *)((char *)block + mp->m_dirblksize) - 1;
948 dup = (xfs_dir2_data_unused_t *)((char *)block + be16_to_cpu(*tagp));
1047 __be16 *tagp; /* end of data entry */ local
[all...]
H A Dxfs_dir2_data.c552 __be16 *tagp; /* tag just before us */ local
554 tagp = (__be16 *)((char *)d + offset) - 1;
555 prevdup = (xfs_dir2_data_unused_t *)((char *)d + be16_to_cpu(*tagp));
H A Dxfs_dir2_leaf.c190 __be16 *tagp; /* end of data entry */ local
413 tagp = XFS_DIR2_DATA_ENTRY_TAG_P(dep);
414 *tagp = cpu_to_be16((char *)dep - (char *)data);
536 be16_to_cpu(*tagp)));
H A Dxfs_dir2_node.c1382 __be16 *tagp; /* data entry tag pointer */ local
1701 tagp = XFS_DIR2_DATA_ENTRY_TAG_P(dep);
1702 *tagp = cpu_to_be16((char *)dep - (char *)data);
1735 args->index = be16_to_cpu(*tagp);
/freebsd-9.3-release/contrib/cvs/src/
H A Dentries.c791 ParseTag (tagp, datep, nonbranchp)
792 char **tagp;
798 if (tagp)
799 *tagp = (char *) NULL;
825 if (tagp != NULL)
826 *tagp = xstrdup (line + 1);
833 if (tagp != NULL)
834 *tagp = xstrdup (line + 1);
H A Dcvs.h595 void ParseTag PROTO((char **tagp, char **datep, int *nonbranchp));
/freebsd-9.3-release/sys/dev/sfxge/common/
H A Defx_vpd.c336 __out efx_vpd_tag_t *tagp,
398 *tagp = name;
637 __out efx_vpd_tag_t *tagp,
691 *tagp = tag;
332 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.h692 __out efx_vpd_tag_t *tagp, variable
/freebsd-9.3-release/sys/net/
H A Dif_vlan.c629 vlan_tag(struct ifnet *ifp, uint16_t *tagp) argument
636 *tagp = ifv->ifv_tag;

Completed in 115 milliseconds