Home
last modified time | relevance | path

Searched defs:_tnf_ops (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libtnfprobe/
H A Dtnf_trace.h106 struct _tnf_ops { struct
108 enum tnf_alloc_mode mode;
109 void * (*alloc)(TNFW_B_WCB *, size_t, enum tnf_alloc_mode);
110 TNFW_B_STATUS (*commit)(TNFW_B_WCB *);
111 TNFW_B_STATUS (*rollback)(TNFW_B_WCB *);
112 TNFW_B_WCB wcb;
114 int busy;
115 tnf_schedule_t schedule;
/titanic_41/usr/src/uts/common/tnf/
H A Dtnf_trace.h87 struct _tnf_ops { struct
88 char mode; /* allocation mode */
89 tnf_byte_lock_t busy; /* currently in a probe */
90 TNFW_B_WCB wcb; /* write control info */
91 tnf_schedule_t schedule; /* scheduling info */