Searched defs:reference (Results 1 - 5 of 5) sorted by relevance
| /illumos-gate/usr/src/uts/common/tnf/ |
| H A D | tnf_trace.c | 188 tnf_record_p reference, tnf_tag_data_t *tag_data) 222 return (tnf_ref32(ops, (tnf_record_p) bufhdr, reference)); 229 tnf_record_p reference, tnf_tag_data_t *tag_data) 263 return (tnf_ref32(ops, (tnf_record_p) bufhdr, reference)); 187 tnf_opaque_array_1(tnf_ops_t *ops, tnf_opaque_t *opaques, tnf_record_p reference, tnf_tag_data_t *tag_data) argument 228 tnf_opaque32_array_1(tnf_ops_t *ops, tnf_uint32_t *opaques, tnf_record_p reference, tnf_tag_data_t *tag_data) argument
|
| H A D | tnf_writer.c | 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) argument 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) argument 414 /* reference to a permanent block */ 420 /* reference to a reclaimable block */ 422 offset_delta = (tnf_ref32_t)(item - reference); 726 tnf_string_1(tnf_ops_t *ops, const char *string, tnf_record_p reference, tnf_tag_data_t *tag_data) argument 768 tnf_string_array_1(tnf_ops_t *ops, char **strings, tnf_record_p reference, tnf_tag_data_t *tag_data) argument 811 tnf_tag_element_1(tnf_ops_t *ops, tnf_tag_data_t **tag_data_p, tnf_record_p reference, tnf_tag_data_t *aux_tag_data) argument 837 tnf_tag_array_1(tnf_ops_t *ops, tnf_tag_data_t ***tag_data_array, tnf_record_p reference, tnf_tag_data_t *tag_data) argument 883 tnf_tag_properties_1(tnf_ops_t *ops, tnf_tag_data_t ****tag_data_array, tnf_record_p reference, tnf_tag_data_t *tag_data) argument [all...] |
| /illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
| H A D | refcount.h | 38 * If the reference is held only by the calling function and not any 40 * Otherwise, use the object that holds the reference. 45 typedef struct reference { struct
|
| /illumos-gate/usr/src/cmd/fs.d/ufs/fsck/ |
| H A D | dup_avl.c | 85 typedef struct reference { struct 124 * Locates, creates, and deletes a record of a duplicate reference.
|
| /illumos-gate/usr/src/cmd/sgs/libld/common/ |
| H A D | syms.c | 268 * of reference and hence performance, and thus this copying is not necessary. 435 * Establish the symbols visibility and reference. 521 * determine whether it is a global or weak reference (see build_osym(), 543 * Note that this entry can be overridden if a reference from a 544 * relocatable object is found after a reference from a shared object 688 * If the reference originated from a mapfile ensure 776 * If the reference originated from a mapfile ensure 804 * In all cases the file who made the first reference to this symbol will have 938 * A GOT reference will be accompanied by the associated GOT symbol. 1278 * reference an 3026 const char *reference = MSG_INTL(mid); local [all...] |
Completed in 192 milliseconds