Lines Matching defs:tcb
285 struct tcb { struct
287 int pid; /* If 0, this tcb is free */ argument
288 int qual_flg; /* qual_flags[scno] or DEFAULT_QUAL_FLAGS + RAW */
289 int u_error; /* Error code */
290 long scno; /* System call number */
291 long u_arg[MAX_ARGS]; /* System call arguments */
293 long long ext_arg[MAX_ARGS];
294 long long u_lrval; /* long long return value */
296 long u_rval; /* Return value */
298 unsigned int currpers; /* Personality at the time of scno update */
300 int sys_func_rval; /* Syscall entry parser's return value */
301 int curcol; /* Output column for this process */
302 FILE *outf; /* Output file for this process */
303 const char *auxstr; /* Auxiliary info from syscall (see RVAL_STR) */
304 const struct_sysent *s_ent; /* sysent[scno] or dummy struct for bad scno */
305 const struct_sysent *s_prev_ent; /* for "resuming interrupted SYSCALL" msg */
306 struct timeval stime; /* System time usage as of last process wait */
307 struct timeval dtime; /* Delta for system time usage */
308 struct timeval etime; /* Syscall entry time */
311 struct UPT_info* libunwind_ui;
312 struct mmap_cache_t* mmap_cache;
313 unsigned int mmap_cache_size;
314 unsigned int mmap_cache_generation;
315 struct queue_t* queue;