Searched refs:tagp (Results 1 – 15 of 15) sorted by relevance
| /freebsd-9-stable/sys/gnu/fs/xfs/ |
| D | xfs_dir2_block.c | 84 __be16 *tagp; /* pointer to tag value */ in xfs_dir2_block_addname() local 123 tagp = (__be16 *)blp - 1; in xfs_dir2_block_addname() 127 enddup = (xfs_dir2_data_unused_t *)((char *)block + be16_to_cpu(*tagp)); in xfs_dir2_block_addname() 186 tagp = (__be16 *)blp - 1; in xfs_dir2_block_addname() 190 dup = (xfs_dir2_data_unused_t *)((char *)block + be16_to_cpu(*tagp)); in xfs_dir2_block_addname() 406 tagp = XFS_DIR2_DATA_ENTRY_TAG_P(dep); in xfs_dir2_block_addname() 407 *tagp = cpu_to_be16((char *)dep - (char *)block); in xfs_dir2_block_addname() 899 __be16 *tagp; /* end of entry (tag) */ in xfs_dir2_leaf_to_block() local 947 tagp = (__be16 *)((char *)block + mp->m_dirblksize) - 1; in xfs_dir2_leaf_to_block() 948 dup = (xfs_dir2_data_unused_t *)((char *)block + be16_to_cpu(*tagp)); in xfs_dir2_leaf_to_block() [all …]
|
| D | xfs_dir2_data.c | 552 __be16 *tagp; /* tag just before us */ in xfs_dir2_data_make_free() local 554 tagp = (__be16 *)((char *)d + offset) - 1; in xfs_dir2_data_make_free() 555 prevdup = (xfs_dir2_data_unused_t *)((char *)d + be16_to_cpu(*tagp)); in xfs_dir2_data_make_free()
|
| D | xfs_dir2_leaf.c | 190 __be16 *tagp; /* end of data entry */ in xfs_dir2_leaf_addname() local 413 tagp = XFS_DIR2_DATA_ENTRY_TAG_P(dep); in xfs_dir2_leaf_addname() 414 *tagp = cpu_to_be16((char *)dep - (char *)data); in xfs_dir2_leaf_addname() 536 be16_to_cpu(*tagp))); in xfs_dir2_leaf_addname()
|
| D | xfs_dir2_node.c | 1382 __be16 *tagp; /* data entry tag pointer */ in xfs_dir2_node_addname_int() local 1701 tagp = XFS_DIR2_DATA_ENTRY_TAG_P(dep); in xfs_dir2_node_addname_int() 1702 *tagp = cpu_to_be16((char *)dep - (char *)data); in xfs_dir2_node_addname_int() 1735 args->index = be16_to_cpu(*tagp); in xfs_dir2_node_addname_int()
|
| /freebsd-9-stable/sys/contrib/libfdt/ |
| D | fdt.c | 95 const uint32_t *tagp, *lenp; in fdt_next_tag() local 101 tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE); in fdt_next_tag() 102 if (!tagp) in fdt_next_tag() 104 tag = fdt32_to_cpu(*tagp); in fdt_next_tag()
|
| /freebsd-9-stable/contrib/dtc/libfdt/ |
| D | fdt.c | 95 const uint32_t *tagp, *lenp; in fdt_next_tag() local 101 tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE); in fdt_next_tag() 102 if (!tagp) in fdt_next_tag() 104 tag = fdt32_to_cpu(*tagp); in fdt_next_tag()
|
| /freebsd-9-stable/contrib/cvs/src/ |
| D | entries.c | 791 ParseTag (tagp, datep, nonbranchp) in ParseTag() argument 792 char **tagp; in ParseTag() 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);
|
| D | cvs.h | 595 void ParseTag PROTO((char **tagp, char **datep, int *nonbranchp));
|
| /freebsd-9-stable/sys/dev/sfxge/common/ |
| D | efx_vpd.c | 336 __out efx_vpd_tag_t *tagp, in efx_vpd_next_tag() argument 398 *tagp = name; in efx_vpd_next_tag() 637 __out efx_vpd_tag_t *tagp, in efx_vpd_hunk_next() argument 691 *tagp = tag; in efx_vpd_hunk_next()
|
| D | efx_impl.h | 692 __out efx_vpd_tag_t *tagp,
|
| /freebsd-9-stable/contrib/nvi/docs/USD.doc/vi.man/ |
| D | spell.ok | 147 tagp
|
| /freebsd-9-stable/contrib/nvi/docs/internals/ |
| D | gdb.script | 68 define tagp
|
| D | cscope.NOTES | 90 :tagp[op], ^T
|
| /freebsd-9-stable/contrib/nvi/docs/USD.doc/vi.ref/ |
| D | spell.ok | 325 tagp
|
| /freebsd-9-stable/sys/net/ |
| D | if_vlan.c | 629 vlan_tag(struct ifnet *ifp, uint16_t *tagp) argument 636 *tagp = ifv->ifv_tag;
|