Searched full:tagp (Results 1 – 5 of 5) sorted by relevance
164 const fdt32_t *tagp, *lenp; in fdt_next_tag() local 170 tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE); in fdt_next_tag() 171 if (!can_assume(VALID_DTB) && !tagp) in fdt_next_tag() 173 tag = fdt32_to_cpu(*tagp); in fdt_next_tag()
335 uint8_t data_size, struct fsi_gpio_msg *msgp, uint8_t *tagp) in read_one_response() argument391 if (tagp) in read_one_response()392 *tagp = tag; in read_one_response()
726 bool manual, u8 *tagp) in mctp_alloc_local_tag() argument794 *tagp = key->tag; in mctp_alloc_local_tag()810 u8 req_tag, u8 *tagp) in mctp_lookup_prealloc_tag() argument849 if (tagp) in mctp_lookup_prealloc_tag()850 *tagp = key->tag; in mctp_lookup_prealloc_tag()
892 __be16 *tagp; /* tag just before us */ in xfs_dir2_data_make_free() local894 tagp = (__be16 *)((char *)hdr + offset) - 1; in xfs_dir2_data_make_free()895 prevdup = (xfs_dir2_data_unused_t *)((char *)hdr + be16_to_cpu(*tagp)); in xfs_dir2_data_make_free()
298 bool manual, u8 *tagp);