Lines Matching +full:buffered +full:- +full:positive
100 * D programs or by compiling in-memory C strings that specify a D program.
124 #define DTRACE_C_SUGAR 0x0400 /* Dump D script post-dt_sugar */
141 #define DTRACE_D_STRIP 0x01 /* strip non-loadable sections from program */
161 void *dtsd_fmtdata; /* type-specific output data */
162 void *dtsd_strdata; /* type-specific string data */
191 #define DTRACE_CONSUME_ERROR -1 /* error while processing */
228 * list of record descriptions. These functions return either -1 to indicate
229 * an error, or a positive integer indicating the number of records consumed.
260 * Type-specific output printing
263 * fully-qualified type name of the data traced by the DIFEXPR action. This is
277 DTRACE_WORKSTATUS_ERROR = -1,
288 #define DTRACE_HANDLE_ABORT -1 /* abort current operation */
341 const char *dtbda_buffered; /* buffered output */
378 #define DTRACE_AGGWALK_ERROR -1 /* error while processing */
392 uint64_t dtada_normal; /* the normal -- 1 for denorm */
467 * lookups by symbol name, symbol address, or C type name, or to lookup meta-
469 * resulting struct contain pointers to arbitrary-length strings, including
476 #define DTRACE_OBJ_RTLD ((const char *)1L) /* run-time link-editor */
479 #define DTRACE_OBJ_EVERY ((const char *)-1L) /* all known objects */
480 #define DTRACE_OBJ_KMODS ((const char *)-2L) /* all kernel objects */
481 #define DTRACE_OBJ_UMODS ((const char *)-3L) /* all user objects */