Lines Matching defs:ops
143 tnf_kernel_schedule(tnf_ops_t *ops, tnf_schedule_t *sched)
153 ASSERT(ops->mode == TNF_ALLOC_REUSABLE);
155 ALLOC(ops, sizeof (*buffer), buffer, sched->record_p,
161 metatag_data->tag_desc(ops, metatag_data);
187 tnf_opaque_array_1(tnf_ops_t *ops, tnf_opaque_t *opaques,
197 tag_data->tag_desc(ops, tag_data);
207 ALLOC2(ops, record_size, bufhdr, ops->mode);
217 *ref_p = tnf_opaque(ops, *tmp, (tnf_reference_t *)ref_p);
222 return (tnf_ref32(ops, (tnf_record_p) bufhdr, reference));
228 tnf_opaque32_array_1(tnf_ops_t *ops, tnf_uint32_t *opaques,
238 tag_data->tag_desc(ops, tag_data);
248 ALLOC2(ops, record_size, bufhdr, ops->mode);
258 *ref_p = tnf_uint32(ops, *tmp, (tnf_reference_t *)ref_p);
263 return (tnf_ref32(ops, (tnf_record_p) bufhdr, reference));