Home | History | Annotate | Download | only in strace

Lines Matching defs:tcb

266 struct tcb {
283 struct tcb *parent; /* Parent of this process */
312 /* TCB flags */
399 extern struct tcb **tcbtab;
407 extern struct tcb *tcp_last;
417 extern struct tcb *alloctcb P((int));
418 extern struct tcb *pid2tcb P((int));
419 extern void droptcb P((struct tcb *));
425 extern void newoutf P((struct tcb *));
426 extern int get_scno P((struct tcb *));
427 extern long known_scno P((struct tcb *));
428 extern int trace_syscall P((struct tcb *));
430 extern int printargs P((struct tcb *));
433 extern int umoven P((struct tcb *, long, int, char *));
434 extern int umovestr P((struct tcb *, long, int, char *));
436 extern void dumpiov P((struct tcb *, int, long));
437 extern void dumpstr P((struct tcb *, long, int));
438 extern void printstr P((struct tcb *, long, int));
439 extern void printnum P((struct tcb *, long, char *));
440 extern void printpath P((struct tcb *, long));
441 extern void printpathn P((struct tcb *, long, int));
442 extern void printtv P((struct tcb *, long));
446 extern void printsock P((struct tcb *, long, int));
447 extern void print_sock_optmgmt P((struct tcb *, long, int));
448 extern void printrusage P((struct tcb *, long));
450 extern int clearbpt P((struct tcb *));
451 extern int setbpt P((struct tcb *));
452 extern int sigishandled P((struct tcb *, int));
453 extern void printcall P((struct tcb *));
456 extern void printleader P((struct tcb *));
457 extern void printtrailer P((struct tcb *));
460 extern void printtv32 P((struct tcb*, long));
461 extern void tprint_iov P((struct tcb *, unsigned long, unsigned long));
464 extern int internal_clone P((struct tcb *));
466 extern int internal_fork P((struct tcb *));
467 extern int internal_exec P((struct tcb *));
468 extern int internal_wait P((struct tcb *, int));
469 extern int internal_exit P((struct tcb *));
473 extern int ioctl_decode P((struct tcb *, long, long));
474 extern int term_ioctl P((struct tcb *, long, long));
475 extern int sock_ioctl P((struct tcb *, long, long));
476 extern int proc_ioctl P((struct tcb *, int, int));
477 extern int stream_ioctl P((struct tcb *, int, int));
479 extern int rtc_ioctl P((struct tcb *, long, long));
492 extern int fixvfork P((struct tcb *));
495 extern long getrval2 P((struct tcb *));
498 extern int proc_open P((struct tcb *tcp, int attaching));