HomeSort by relevance Sort by last modified time
    Searched refs:tcp (Results 176 - 200 of 550) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/strace/linux/sh64/
print_pc.c 2 if (upeek(tcp->pid, REG_PC, &pc) < 0) {
  /external/strace/linux/xtensa/
print_pc.c 2 if (upeek(tcp->pid, REG_PC, &pc) < 0) {
  /external/strace/
swapon.c 22 if (entering(tcp)) {
23 int flags = tcp->u_arg[1];
24 printpath(tcp, tcp->u_arg[0]);
clone.c 36 # define ARG_STACKSIZE (tcp->scno == SYS_clone2 ? 2 : -1)
37 # define ARG_PTID (tcp->scno == SYS_clone2 ? 3 : 2)
38 # define ARG_CTID (tcp->scno == SYS_clone2 ? 4 : 3)
39 # define ARG_TLS (tcp->scno == SYS_clone2 ? 5 : 4)
73 if (exiting(tcp)) {
75 unsigned long flags = tcp->u_arg[ARG_FLAGS];
76 tprintf("child_stack=%#lx, ", tcp->u_arg[ARG_STACK]);
80 tcp->u_arg[ARG_STACKSIZE]);
91 tprintf(", parent_tidptr=%#lx", tcp->u_arg[ARG_PTID]);
99 print_user_desc(tcp, tcp->u_arg[ARG_TLS])
    [all...]
unwind.c 89 static void delete_mmap_cache(struct tcb *tcp, const char *caller);
104 unwind_tcb_init(struct tcb *tcp)
106 tcp->libunwind_ui = _UPT_create(tcp->pid);
107 if (!tcp->libunwind_ui)
110 tcp->queue = malloc(sizeof(*tcp->queue));
111 if (!tcp->queue)
113 tcp->queue->head = NULL;
114 tcp->queue->tail = NULL
    [all...]
syscall.c 306 update_personality(struct tcb *tcp, unsigned int personality)
312 if (personality == tcp->currpers)
314 tcp->currpers = personality;
320 tcp->pid, names[personality]);
326 tcp->pid, names[personality]);
332 tcp->pid, names[personality]);
338 tcp->pid, names[personality]);
344 tcp->pid, names[personality]);
559 decode_socket_subcall(struct tcb *tcp)
564 if (tcp->u_arg[0] < 0 || tcp->u_arg[0] >= SYS_socket_nsubcalls
    [all...]
block.c 85 print_blkpg_req(struct tcb *tcp, struct blkpg_ioctl_arg *blkpg)
95 if (umove(tcp, (long) blkpg->data, &p) < 0)
110 block_ioctl(struct tcb *tcp, const unsigned int code, long arg)
116 if (entering(tcp))
128 if (entering(tcp)) {
130 if (umove(tcp, arg, &val) < 0)
139 if (exiting(tcp)) {
141 if (syserror(tcp) || umove(tcp, arg, &val) < 0)
153 if (exiting(tcp)) {
    [all...]
ptp.c 8 ptp_ioctl(struct tcb *tcp, const unsigned int code, long arg)
10 if (!verbose(tcp))
18 if (entering(tcp) || syserror(tcp) ||
19 umove(tcp, arg, &caps) < 0)
32 if (exiting(tcp))
34 if (umove(tcp, arg, &extts) < 0) {
48 if (exiting(tcp))
50 if (umove(tcp, arg, &perout) < 0) {
67 if (entering(tcp))
    [all...]
scsi.c 46 print_sg_io_buffer(struct tcb *tcp, unsigned long addr, const unsigned int len)
56 umoven(tcp, addr, allocated, buf) < 0) {
71 print_sg_io_v3_req(struct tcb *tcp, long arg)
75 if (umove(tcp, arg, &sg_io) < 0) {
84 print_sg_io_buffer(tcp, (unsigned long) sg_io.cmdp, sg_io.cmd_len);
95 tprint_iov_upto(tcp, sg_io.iovec_count,
99 print_sg_io_buffer(tcp, (unsigned long) sg_io.dxferp,
105 print_sg_io_v3_res(struct tcb *tcp, long arg)
109 if (umove(tcp, arg, &sg_io) < 0) {
122 tprint_iov_upto(tcp, sg_io.iovec_count
    [all...]
aio.c 43 if (entering(tcp))
44 tprintf("%ld, ", tcp->u_arg[0]);
46 if (syserror(tcp))
47 tprintf("0x%0lx", tcp->u_arg[1]);
50 if (umove(tcp, tcp->u_arg[1], &user_id) == 0)
61 if (entering(tcp))
62 tprintf("%lu", tcp->u_arg[0]);
115 if (entering(tcp)) {
117 long nr = tcp->u_arg[1]
    [all...]
mtd.c 51 mtd_ioctl(struct tcb *tcp, const unsigned int code, long arg)
66 if (entering(tcp))
72 if (!verbose(tcp) || umove(tcp, arg, &minfo) < 0)
91 if (!verbose(tcp) || umove(tcp, arg, &einfo) < 0)
99 if (!verbose(tcp) || umove(tcp, arg, &einfo64) < 0)
108 if (!verbose(tcp) || umove(tcp, arg, &mbuf) < 0
    [all...]
v4l2.c 192 v4l2_ioctl(struct tcb *tcp, const unsigned int code, long arg)
194 if (!verbose(tcp))
201 if (entering(tcp) || syserror(tcp) || umove(tcp, arg, &caps) < 0)
231 if (entering(tcp) || umove(tcp, arg, &s) < 0)
236 if (!syserror(tcp)) {
264 if (umove(tcp, arg, &f) < 0)
266 if (entering(tcp)) {
    [all...]
loop.c 38 loop_ioctl(struct tcb *tcp, const unsigned int code, long arg)
43 if (entering(tcp))
50 if (!verbose(tcp) || umove(tcp, arg, &info) < 0)
55 if (!abbrev(tcp)) {
64 if (!abbrev(tcp) || info.lo_encrypt_type != LO_CRYPT_NONE) {
78 if (!abbrev(tcp) || info.lo_encrypt_type != LO_CRYPT_NONE) {
84 if (!abbrev(tcp))
97 if (!verbose(tcp) || umove(tcp, arg, &info64) < 0
    [all...]
strace.c 164 static void detach(struct tcb *tcp);
367 ptrace_restart(int op, struct tcb *tcp, int sig)
373 ptrace(op, tcp->pid, (void *) 0, (long) sig);
403 perror_msg("ptrace(PTRACE_%s,pid:%d,sig:%d)", msg, tcp->pid, sig);
586 printleader(struct tcb *tcp)
592 printing_tcp = tcp;
596 if (printing_tcp->curcol != 0 && (followfork < 2 || printing_tcp == tcp)) {
608 printing_tcp = tcp;
609 current_tcp = tcp;
613 tprintf("%-5d ", tcp->pid)
693 struct tcb *tcp; local
955 struct tcb *tcp; local
1164 struct tcb *tcp; local
1427 struct tcb *tcp; local
1778 struct tcb *tcp = tcbtab[i]; local
1790 struct tcb *tcp; local
1886 struct tcb *tcp = alloctcb(pid); local
2041 struct tcb *tcp; local
    [all...]
term.c 48 term_ioctl(struct tcb *tcp, const unsigned int code, long arg)
58 if (entering(tcp))
67 if (syserror(tcp))
72 if (!verbose(tcp) || umove(tcp, arg, &tios) < 0)
74 if (abbrev(tcp)) {
101 if (syserror(tcp))
106 if (!verbose(tcp) || umove(tcp, arg, &tio) < 0)
108 if (abbrev(tcp)) {
    [all...]
  /external/strace/linux/bfin/
get_syscall_args.c 4 for (i = 0; i < tcp->s_ent->nargs; ++i)
5 if (upeek(tcp->pid, argreg[i], &tcp->u_arg[i]) < 0)
  /external/strace/linux/crisv10/
get_syscall_args.c 7 for (i = 0; i < tcp->s_ent->nargs; ++i)
8 if (upeek(tcp->pid, crisregs[i], &tcp->u_arg[i]) < 0)
arch_sigreturn.c 3 if (ptrace(PTRACE_GETREGS, tcp->pid, NULL, (long)regs) < 0) {
10 print_sigset_addr_len(tcp, addr, NSIG / 8);
  /external/strace/linux/sh/
get_syscall_args.c 8 for (i = 0; i < tcp->s_ent->nargs; ++i)
9 if (upeek(tcp->pid, syscall_regs[i], &tcp->u_arg[i]) < 0)
  /external/strace/linux/sparc64/
get_scno.c 4 trap = ptrace(PTRACE_PEEKTEXT, tcp->pid, (char *)sparc_regs.tpc, 0);
11 update_personality(tcp, 0);
15 update_personality(tcp, 1);
  /external/strace/linux/arc/
get_syscall_args.c 5 tcp->u_arg[i] = *arc_args--;
  /external/strace/linux/ia64/
arch_sigreturn.c 7 print_sigset_addr_len(tcp, addr, NSIG / 8);
  /external/strace/linux/metag/
get_syscall_args.c 5 tcp->u_arg[i] = ((unsigned long *)&metag_regs.dx[3][1])[-i];
  /external/strace/linux/powerpc64/
get_scno.c 11 update_personality(tcp, currpers);
  /external/strace/linux/x86_64/
arch_sigreturn.c 6 print_sigset_addr_len(tcp, addr, NSIG / 8);

Completed in 557 milliseconds

1 2 3 4 5 6 78 91011>>