Searched refs:DIRECT_MODE (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libtnfctl/
H A Dclose.c85 if (hdl->mode != DIRECT_MODE) {
91 /* DIRECT_MODE */
H A Dopen.c77 hdl->mode = DIRECT_MODE;
152 hdl->mode = DIRECT_MODE;
H A Dcontinue.c28 * interface to continue a target process (DIRECT_MODE) and helper
66 /* this interface only works for DIRECT_MODE clients */
67 if (hndl->mode != DIRECT_MODE)
H A Dtnfctl_int.h78 DIRECT_MODE, /* tracing another process (exec or attach) */ enumerator in enum:proc_mode
H A Dprobes.c123 assert(hndl->mode == DIRECT_MODE);
125 * in DIRECT_MODE:
128 * we know we are in DIRECT_MODE and we are calling our

Completed in 97 milliseconds