Lines Matching refs:reference
353 * Generic tnf reference - does checking on whether destination is
361 tnf_ref32_1(tnf_ops_t *ops, tnf_record_p item, tnf_record_p reference)
375 /* reference to a permanent block */
381 /* reference to a reclaimable block */
383 offset_delta = (tnf_ref32_t)(item - reference);
386 ((uintptr_t)reference & TNF_BLOCK_MASK);
399 tnf_ref32_1(tnf_ops_t *ops, tnf_record_p item, tnf_record_p reference)
414 /* reference to a permanent block */
420 /* reference to a reclaimable block */
422 offset_delta = (tnf_ref32_t)(item - reference);
425 ((uintptr_t)reference & TNF_BLOCK_MASK);
726 tnf_string_1(tnf_ops_t *ops, const char *string, tnf_record_p reference,
760 return (tnf_ref32(ops, (tnf_record_p)bufhdr, reference));
768 tnf_string_array_1(tnf_ops_t *ops, char **strings, tnf_record_p reference,
803 return (tnf_ref32(ops, (tnf_record_p) bufhdr, reference));
807 * Type record as generic (not tag) reference
812 tnf_record_p reference, tnf_tag_data_t *aux_tag_data)
828 return (tnf_ref32(ops, tag_data->tag_index, reference));
839 tnf_record_p reference,
875 return (tnf_ref32(ops, (tnf_record_p)bufhdr, reference));
885 tnf_record_p reference,
894 return (tnf_tag_array_1(ops, *tag_data_array, reference, tag_data));