Lines Matching refs:tcp
360 #define entering(tcp) (!((tcp)->flags & TCB_INSYSCALL))
361 #define exiting(tcp) ((tcp)->flags & TCB_INSYSCALL)
362 #define syserror(tcp) ((tcp)->u_error != 0)
363 #define verbose(tcp) (qual_flags[(tcp)->scno] & QUAL_VERBOSE)
364 #define abbrev(tcp) (qual_flags[(tcp)->scno] & QUAL_ABBREV)
498 extern int proc_open P((struct tcb *tcp, int attaching));
573 #define ALIGN64(tcp,arg) \
576 memmove (&tcp->u_arg[arg], &tcp->u_arg[arg + 1], \
577 (tcp->u_nargs - arg - 1) * sizeof tcp->u_arg[0]); \
580 #define ALIGN64(tcp,arg) do { } while (0)