Searched refs:INTERNAL_MODE (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libtnfctl/
H A Dchecklib.c92 /* this interface is only for INTERNAL_MODE clients */
93 assert(hndl->mode == INTERNAL_MODE);
124 /* this interface is only for INTERNAL_MODE clients */
125 assert(hndl->mode == INTERNAL_MODE);
148 /* this interface is only for INTERNAL_MODE clients */
149 assert(hndl->mode == INTERNAL_MODE);
H A Dtnfctl_int.h65 * global variables used for INTERNAL_MODE synchronization with
80 INTERNAL_MODE /* tracing probes in the same process */ enumerator in enum:proc_mode
318 * INTERNAL_MODE clients. There are 2 versions of these macros so that
335 if (hndl->mode == INTERNAL_MODE) { \
343 if (hndl->mode == INTERNAL_MODE) { \
356 if (hndl->mode == INTERNAL_MODE) \
H A Dclose.c65 if (hdl->mode == INTERNAL_MODE) {
H A Dinternal.c95 hdl->mode = INTERNAL_MODE;
H A Dsym.c174 assert((hndl->mode == INTERNAL_MODE) ?
H A Dprobes.c115 * for INDIRECT_MODE or INTERNAL_MODE, we should never get
120 (hndl->mode == INTERNAL_MODE))
519 assert((hndl->mode == INTERNAL_MODE) ?

Completed in 236 milliseconds