Searched refs:tcp (Results 1 - 25 of 171) sorted by relevance

1234567

/external/strace/
H A Dio.c50 sys_read(struct tcb *tcp) argument
52 if (entering(tcp)) {
53 printfd(tcp, tcp->u_arg[0]);
56 if (syserror(tcp))
57 tprintf("%#lx", tcp->u_arg[1]);
59 printstr(tcp, tcp->u_arg[1], tcp->u_rval);
60 tprintf(", %lu", tcp
66 sys_write(struct tcb *tcp) argument
150 sys_readv(struct tcb *tcp) argument
168 sys_writev(struct tcb *tcp) argument
183 sys_pread(struct tcb *tcp) argument
205 sys_pwrite(struct tcb *tcp) argument
228 sys_sendfile(struct tcb *tcp) argument
281 sys_pread(struct tcb *tcp) argument
298 sys_pwrite(struct tcb *tcp) argument
311 sys_sendfile(struct tcb *tcp) argument
332 sys_sendfile64(struct tcb *tcp) argument
356 sys_pread64(struct tcb *tcp) argument
373 sys_pwrite64(struct tcb *tcp) argument
387 sys_ioctl(struct tcb *tcp) argument
[all...]
H A Dipc.c76 extern void printsigevent(struct tcb *tcp, long arg);
167 int sys_msgget(tcp)
168 struct tcb *tcp;
170 if (entering(tcp)) {
171 if (tcp->u_arg[0])
172 tprintf("%#lx", tcp->u_arg[0]);
176 if (printflags(resource_flags, tcp->u_arg[1] & ~0777, NULL) != 0)
178 tprintf("%#lo", tcp->u_arg[1] & 0777);
192 indirect_ipccall(tcp)
193 struct tcb *tcp;
221 tprint_msgsnd(struct tcb *tcp, long addr, unsigned long count, unsigned long flags) argument
237 sys_msgsnd(struct tcb *tcp) argument
253 tprint_msgrcv(struct tcb *tcp, long addr, unsigned long count, long msgtyp) argument
267 sys_msgrcv(struct tcb *tcp) argument
296 tprint_sembuf(struct tcb *tcp, long addr, unsigned long count) argument
337 sys_semop(struct tcb *tcp) argument
351 sys_semtimedop(struct tcb *tcp) argument
478 sys_mq_open(struct tcb *tcp) argument
504 sys_mq_timedsend(struct tcb *tcp) argument
516 sys_mq_timedreceive(struct tcb *tcp) argument
529 sys_mq_notify(struct tcb *tcp) argument
539 printmqattr(struct tcb *tcp, long addr) argument
561 sys_mq_getsetattr(struct tcb *tcp) argument
[all...]
H A Dmem.c60 sys_brk(tcp)
61 struct tcb *tcp;
63 if (entering(tcp)) {
64 tprintf("%#lx", tcp->u_arg[0]);
75 sys_sbrk(tcp)
76 struct tcb *tcp;
78 if (entering(tcp)) {
79 tprintf("%lu", tcp->u_arg[0]);
236 print_mmap(struct tcb *tcp, long *u_arg, long long offset) argument
238 if (entering(tcp)) {
341 sys_mmap64(struct tcb *tcp) argument
421 sys_mremap(struct tcb *tcp) argument
[all...]
H A Dfile.c388 print_dirfd(struct tcb *tcp, int fd) argument
394 printfd(tcp, fd);
459 decode_open(struct tcb *tcp, int offset) argument
461 if (entering(tcp)) {
462 printpath(tcp, tcp->u_arg[offset]);
465 tprint_open_modes(tcp->u_arg[offset + 1]);
466 if (tcp->u_arg[offset + 1] & O_CREAT) {
468 tprintf(", %#lo", tcp->u_arg[offset + 2]);
475 sys_open(struct tcb *tcp) argument
482 sys_openat(struct tcb *tcp) argument
510 solaris_open(struct tcb *tcp) argument
528 sys_creat(struct tcb *tcp) argument
552 decode_access(struct tcb *tcp, int offset) argument
563 sys_access(struct tcb *tcp) argument
570 sys_faccessat(struct tcb *tcp) argument
579 sys_umask(struct tcb *tcp) argument
597 sys_lseek(struct tcb *tcp) argument
617 sys_lseek(struct tcb *tcp) argument
640 sys_llseek(struct tcb *tcp) argument
670 sys_readahead(struct tcb *tcp) argument
685 sys_lseek64(struct tcb *tcp) argument
703 sys_truncate(struct tcb *tcp) argument
715 sys_truncate64(struct tcb *tcp) argument
727 sys_ftruncate(struct tcb *tcp) argument
739 sys_ftruncate64(struct tcb *tcp) argument
834 printstatsol(struct tcb *tcp, long addr) argument
878 printstat_sparc64(struct tcb *tcp, long addr) argument
949 printstat_powerpc32(struct tcb *tcp, long addr) argument
1015 sys_chflags(struct tcb *tcp) argument
1026 sys_fchflags(struct tcb *tcp) argument
1038 realprintstat(struct tcb *tcp, struct stat *statbuf) argument
1104 printstat(struct tcb *tcp, long addr) argument
1180 printstat64(struct tcb *tcp, long addr) argument
1319 printoldstat(struct tcb *tcp, long addr) argument
1352 sys_stat(struct tcb *tcp) argument
1365 sys_stat64(struct tcb *tcp) argument
1391 sys_newfstatat(struct tcb *tcp) argument
1417 sys_oldstat(struct tcb *tcp) argument
1431 sys_fstat(struct tcb *tcp) argument
1444 sys_fstat64(struct tcb *tcp) argument
1461 sys_oldfstat(struct tcb *tcp) argument
1475 sys_lstat(struct tcb *tcp) argument
1488 sys_lstat64(struct tcb *tcp) argument
1505 sys_oldlstat(struct tcb *tcp) argument
1521 sys_xstat(struct tcb *tcp) argument
1539 sys_fxstat(struct tcb *tcp) argument
1555 sys_lxstat(struct tcb *tcp) argument
1573 sys_xmknod(struct tcb *tcp) argument
1627 sys_acl(struct tcb *tcp) argument
1648 sys_facl(struct tcb *tcp) argument
1682 sys_aclipc(struct tcb *tcp) argument
1762 printstatfs(struct tcb *tcp, long addr) argument
1813 sys_statfs(struct tcb *tcp) argument
1825 sys_fstatfs(struct tcb *tcp) argument
1838 printstatfs64(struct tcb *tcp, long addr) argument
1876 sys_statfs64(struct tcb *tcp) argument
1891 sys_fstatfs64(struct tcb *tcp) argument
1909 osf_statfs(struct tcb *tcp) argument
1922 osf_fstatfs(struct tcb *tcp) argument
1938 sys_ustat(struct tcb *tcp) argument
1968 sys_pivotroot(struct tcb *tcp) argument
1981 sys_chdir(struct tcb *tcp) argument
1990 decode_mkdir(struct tcb *tcp, int offset) argument
2000 sys_mkdir(struct tcb *tcp) argument
2007 sys_mkdirat(struct tcb *tcp) argument
2016 sys_rmdir(struct tcb *tcp) argument
2025 sys_fchdir(struct tcb *tcp) argument
2034 sys_chroot(struct tcb *tcp) argument
2044 sys_fchroot(struct tcb *tcp) argument
2054 sys_link(struct tcb *tcp) argument
2066 sys_linkat(struct tcb *tcp) argument
2082 sys_unlink(struct tcb *tcp) argument
2100 sys_unlinkat(struct tcb *tcp) argument
2113 sys_symlink(struct tcb *tcp) argument
2125 sys_symlinkat(struct tcb *tcp) argument
2138 decode_readlink(struct tcb *tcp, int offset) argument
2154 sys_readlink(struct tcb *tcp) argument
2161 sys_readlinkat(struct tcb *tcp) argument
2170 sys_rename(struct tcb *tcp) argument
2182 sys_renameat(struct tcb *tcp) argument
2196 sys_chown(struct tcb *tcp) argument
2208 sys_fchownat(struct tcb *tcp) argument
2223 sys_fchown(struct tcb *tcp) argument
2234 decode_chmod(struct tcb *tcp, int offset) argument
2244 sys_chmod(struct tcb *tcp) argument
2251 sys_fchmodat(struct tcb *tcp) argument
2260 sys_fchmod(struct tcb *tcp) argument
2271 sys_osf_utimes(struct tcb *tcp) argument
2283 decode_utimes(struct tcb *tcp, int offset, int special) argument
2305 sys_utimes(struct tcb *tcp) argument
2312 sys_futimesat(struct tcb *tcp) argument
2320 sys_utimensat(struct tcb *tcp) argument
2333 sys_utime(struct tcb *tcp) argument
2368 decode_mknod(struct tcb *tcp, int offset) argument
2396 sys_mknod(struct tcb *tcp) argument
2403 sys_mknodat(struct tcb *tcp) argument
2413 sys_mkfifo(struct tcb *tcp) argument
2424 sys_fsync(struct tcb *tcp) argument
2435 printdir(struct tcb *tcp, long addr) argument
2454 sys_readdir(struct tcb *tcp) argument
2490 sys_getdents(struct tcb *tcp) argument
2575 sys_getdents64(struct tcb *tcp) argument
2648 sys_getdirentries(struct tcb *tcp) argument
2708 sys_getcwd(struct tcb *tcp) argument
2723 sys___getcwd(struct tcb *tcp) argument
2739 sys_aioread(struct tcb *tcp) argument
2763 sys_aiowrite(struct tcb *tcp) argument
2787 sys_aiowait(struct tcb *tcp) argument
2795 sys_aiocancel(struct tcb *tcp) argument
2823 print_xattr_val(struct tcb *tcp, int failed, unsigned long arg, unsigned long insize, unsigned long size) argument
2863 sys_setxattr(struct tcb *tcp) argument
2877 sys_fsetxattr(struct tcb *tcp) argument
2891 sys_getxattr(struct tcb *tcp) argument
2905 sys_fgetxattr(struct tcb *tcp) argument
2919 sys_listxattr(struct tcb *tcp) argument
2931 sys_flistxattr(struct tcb *tcp) argument
2943 sys_removexattr(struct tcb *tcp) argument
2954 sys_fremovexattr(struct tcb *tcp) argument
2978 sys_fadvise64(struct tcb *tcp) argument
2994 sys_fadvise64_64(struct tcb *tcp) argument
3047 sys_inotify_add_watch(struct tcb *tcp) argument
3060 sys_inotify_rm_watch(struct tcb *tcp) argument
3070 sys_inotify_init1(struct tcb *tcp) argument
3078 sys_fallocate(struct tcb *tcp) argument
[all...]
H A Dbjm.c103 sys_query_module(struct tcb *tcp) argument
105 if (entering(tcp)) {
106 printstr(tcp, tcp->u_arg[0], -1);
108 printxval(which, tcp->u_arg[1], "QM_???");
113 if (!verbose(tcp) || syserror(tcp) ||
114 umove(tcp, tcp->u_arg[4], &ret) < 0) {
115 tprintf("%#lx, %lu, %#lx", tcp
[all...]
H A Dsyscall.c474 dumpio(struct tcb *tcp) argument
476 if (syserror(tcp))
478 if (tcp->u_arg[0] < 0 || tcp->u_arg[0] >= MAX_QUALS)
480 if (tcp->scno < 0 || tcp->scno >= nsyscalls)
482 if (sysent[tcp->scno].sys_func == printargs)
484 if (qual_flags[tcp->u_arg[0]] & QUAL_READ) {
485 if (sysent[tcp->scno].sys_func == sys_read ||
486 sysent[tcp
622 internal_syscall(struct tcb *tcp) argument
733 get_scno(struct tcb *tcp) argument
1331 known_scno(struct tcb *tcp) argument
1351 syscall_fixup(struct tcb *tcp) argument
1528 get_error(struct tcb *tcp) argument
1975 syscall_enter(struct tcb *tcp) argument
2399 trace_syscall_exiting(struct tcb *tcp) argument
2569 trace_syscall_entering(struct tcb *tcp) argument
2729 trace_syscall(struct tcb *tcp) argument
2823 is_restart_error(struct tcb *tcp) argument
[all...]
H A Ddesc.c235 printflock(struct tcb *tcp, long addr, int getlk) argument
250 if (umove(tcp, addr, &fl32) < 0) {
268 if (umove(tcp, addr, &fl) < 0) {
288 printflock64(struct tcb *tcp, long addr, int getlk) argument
292 if (umove(tcp, addr, &fl) < 0) {
309 sys_fcntl(struct tcb *tcp) argument
311 if (entering(tcp)) {
312 printfd(tcp, tcp->u_arg[0]);
314 printxval(fcntlcmds, tcp
423 sys_flock(struct tcb *tcp) argument
435 sys_close(struct tcb *tcp) argument
444 sys_dup(struct tcb *tcp) argument
453 do_dup2(struct tcb *tcp, int flags_arg) argument
468 sys_dup2(struct tcb *tcp) argument
475 sys_dup3(struct tcb *tcp) argument
483 sys_getdtablesize(struct tcb *tcp) argument
490 decode_select(struct tcb *tcp, long *args, enum bitness_t bitness) argument
605 sys_oldselect(struct tcb *tcp) argument
618 sys_osf_select(struct tcb *tcp) argument
679 sys_epoll_create(struct tcb *tcp) argument
687 sys_epoll_create1(struct tcb *tcp) argument
708 sys_epoll_ctl(struct tcb *tcp) argument
733 epoll_wait_common(struct tcb *tcp) argument
774 sys_epoll_wait(struct tcb *tcp) argument
781 sys_epoll_pwait(struct tcb *tcp) argument
792 sys_io_setup(struct tcb *tcp) argument
811 sys_io_destroy(struct tcb *tcp) argument
819 sys_io_submit(struct tcb *tcp) argument
861 sys_io_cancel(struct tcb *tcp) argument
896 sys_io_getevents(struct tcb *tcp) argument
937 sys_select(struct tcb *tcp) argument
944 sys_pselect6(struct tcb *tcp) argument
967 do_eventfd(struct tcb *tcp, int flags_arg) argument
980 sys_eventfd(struct tcb *tcp) argument
986 sys_eventfd2(struct tcb *tcp) argument
[all...]
H A Dsystem.c128 sys_mount(struct tcb *tcp) argument
130 if (entering(tcp)) {
132 unsigned long flags = tcp->u_arg[3];
143 printpath(tcp, tcp->u_arg[0]);
146 printpath(tcp, tcp->u_arg[1]);
149 if (ignore_type && tcp->u_arg[2])
150 tprintf("%#lx", tcp->u_arg[2]);
152 printstr(tcp, tc
178 sys_umount2(struct tcb *tcp) argument
325 sys_sram_alloc(struct tcb *tcp) argument
346 sys_cacheflush(struct tcb *tcp) argument
379 sys_cacheflush(struct tcb *tcp) argument
[all...]
H A Dnet.c47 #include <netinet/tcp.h>
1200 printsock(struct tcb *tcp, long addr, int addrlen) argument
1226 if (!verbose(tcp)) {
1235 if (umoven(tcp, addr, addrlen, addrbuf.pad) < 0) {
1251 printpathn(tcp, addr + 2, strlen(addrbuf.sau.sun_path));
1254 printpathn(tcp, addr + 3, strlen(addrbuf.sau.sun_path + 1));
1335 printstr(tcp, (long) &((struct sockaddr *) addr)->sa_data,
1354 printcmsghdr(struct tcb *tcp, unsigned long addr, unsigned long len) argument
1358 if (cmsg == NULL || umoven(tcp, addr, len, (char *) cmsg) < 0) {
1405 do_msghdr(struct tcb *tcp, struc argument
1444 printmmsghdr(struct tcb *tcp, long addr) argument
1468 tprint_sock_type(struct tcb *tcp, int flags) argument
1484 sys_socket(struct tcb *tcp) argument
1573 do_accept(struct tcb *tcp, int flags_arg) argument
1601 sys_accept(struct tcb *tcp) argument
1608 sys_accept4(struct tcb *tcp) argument
1750 sys_recvmmsg(struct tcb *tcp) argument
1832 do_pipe(struct tcb *tcp, int flags_arg) argument
1860 sys_pipe(struct tcb *tcp) argument
1867 sys_pipe2(struct tcb *tcp) argument
1874 sys_socketpair(struct tcb *tcp) argument
1920 sys_getsockopt(struct tcb *tcp) argument
[all...]
H A Dtime.c58 tprint_timeval32(struct tcb *tcp, const struct timeval32 *tv) argument
64 tprint_timeval(struct tcb *tcp, const struct timeval *tv) argument
71 printtv_bitness(struct tcb *tcp, long addr, enum bitness_t bitness, int special) argument
75 else if (!verbose(tcp))
88 if ((rc = umove(tcp, addr, &tv)) >= 0) {
96 tprint_timeval32(tcp, &tv);
101 if ((rc = umove(tcp, addr, &tv)) >= 0) {
109 tprint_timeval(tcp, &tv);
118 sprinttv(struct tcb *tcp, long addr, enum bitness_t bitness, char *buf) argument
122 else if (!verbose(tcp))
151 print_timespec(struct tcb *tcp, long addr) argument
182 sprint_timespec(char *buf, struct tcb *tcp, long addr) argument
322 sys_nanosleep(struct tcb *tcp) argument
344 printitv_bitness(struct tcb *tcp, long addr, enum bitness_t bitness) argument
560 tprint_timex32(struct tcb *tcp, long addr) argument
609 tprint_timex(struct tcb *tcp, long addr) argument
652 sys_adjtimex(struct tcb *tcp) argument
761 printsigevent32(struct tcb *tcp, long arg) argument
800 printsigevent(struct tcb *tcp, long arg) argument
1006 sys_timerfd_create(struct tcb *tcp) argument
1017 sys_timerfd_settime(struct tcb *tcp) argument
1032 sys_timerfd_gettime(struct tcb *tcp) argument
[all...]
H A Dprocess.c284 sys_prctl(tcp)
285 struct tcb *tcp;
289 if (entering(tcp)) {
290 printxval(prctl_options, tcp->u_arg[0], "PR_???");
291 switch (tcp->u_arg[0]) {
298 tprintf(", %lu", tcp->u_arg[1]);
307 tprintf(", %lu", tcp->u_arg[1]);
316 tprintf(", %s", unalignctl_string(tcp->u_arg[1]));
321 tprintf(", %#lx", tcp->u_arg[1]);
326 tprintf(", %lu", tcp
454 internal_exit(struct tcb *tcp) argument
470 fork_tcb(struct tcb *tcp) argument
481 sys_fork(struct tcb *tcp) argument
676 sys_unshare(struct tcb *tcp) argument
694 change_syscall(struct tcb *tcp, int new) argument
811 handle_new_child(struct tcb *tcp, int pid, int bpt) argument
924 internal_fork(struct tcb *tcp) argument
1114 sys_getuid(struct tcb *tcp) argument
1121 sys_setfsuid(struct tcb *tcp) argument
1151 sys_getresuid(struct tcb *tcp) argument
1610 printpriv(struct tcb *tcp, long addr, int len, const struct xlat *opt) argument
1687 printargv(struct tcb *tcp, long addr) argument
1717 printargc(const char *fmt, struct tcb *tcp, long addr) argument
1730 sys_execv(struct tcb *tcp) argument
1747 sys_execve(struct tcb *tcp) argument
1906 printwaitn(struct tcb *tcp, int n, int bitness) argument
2148 sys_waitid(struct tcb *tcp) argument
3300 sys_ptrace(struct tcb *tcp) argument
[all...]
H A Dresource.c127 print_rlimit32(struct tcb *tcp) argument
134 if (umove(tcp, tcp->u_arg[1], &rlim) < 0)
148 sys_getrlimit(struct tcb *tcp) argument
152 if (entering(tcp)) {
153 printxval(resources, tcp->u_arg[0], "RLIMIT_???");
157 if (syserror(tcp) || !verbose(tcp))
158 tprintf("%#lx", tcp->u_arg[1]);
161 print_rlimit32(tcp);
174 sys_setrlimit(struct tcb *tcp) argument
214 sys_getrlimit64(struct tcb *tcp) argument
236 sys_setrlimit64(struct tcb *tcp) argument
269 printrusage32(struct tcb *tcp, long addr) argument
326 printrusage(struct tcb *tcp, long addr) argument
361 sys_getrusage(struct tcb *tcp) argument
374 sys_osf_getrusage(struct tcb *tcp) argument
391 sys_sysinfo(struct tcb *tcp) argument
425 sys_getpriority(struct tcb *tcp) argument
435 sys_setpriority(struct tcb *tcp) argument
445 sys_nice(struct tcb *tcp) argument
455 sys_times(struct tcb *tcp) argument
[all...]
H A Dsignal.c299 copy_sigset_len(tcp, addr, s, len)
300 struct tcb *tcp;
308 if (umoven(tcp, addr, len, (char *)s) < 0)
315 #define copy_sigset(tcp, addr, s) copy_sigset_len(tcp, addr, s, sizeof(long))
317 #define copy_sigset(tcp, addr, s) copy_sigset_len(tcp, addr, s, sizeof(sigset_t))
402 print_sigset(struct tcb *tcp, long addr, int rt) argument
408 else if (copy_sigset(tcp, addr, &ss) < 0)
861 sigishandled(tcp, si
1262 sys_sigreturn(struct tcb *tcp) argument
1616 sys_sigsuspend(struct tcb *tcp) argument
1965 sys_rt_sigaction(struct tcb *tcp) argument
2072 sys_rt_sigpending(struct tcb *tcp) argument
2089 sys_rt_sigsuspend(struct tcb *tcp) argument
2102 sys_rt_sigqueueinfo(struct tcb *tcp) argument
2117 sys_rt_sigtimedwait(struct tcb *tcp) argument
2158 sys_restart_syscall(struct tcb *tcp) argument
2166 do_signalfd(struct tcb *tcp, int flags_arg) argument
2182 sys_signalfd(struct tcb *tcp) argument
2188 sys_signalfd4(struct tcb *tcp) argument
[all...]
H A Dstrace.c124 static int detach(struct tcb *tcp, int sig);
359 newoutf(struct tcb *tcp) argument
365 sprintf(name, "%.512s.%u", outfname, tcp->pid);
368 tcp->outf = fp;
377 struct tcb *tcp; local
406 tcp = tcbtab[tcbi];
407 if (!(tcp->flags & TCB_INUSE) || !(tcp->flags & TCB_ATTACHED))
410 if (tcp->flags & TCB_CLONE_THREAD)
414 tcp
514 struct tcb *tcp; local
764 struct tcb *tcp; local
1104 struct tcb *tcp; local
1139 proc_open(struct tcb *tcp, int attaching) argument
1435 struct tcb *tcp = tcbtab[i]; local
1449 struct tcb *tcp; local
1465 struct tcb *tcp = tcbtab[i]; local
1568 resume_from_tcp(struct tcb *tcp) argument
1788 struct tcb *tcp; local
1886 struct tcb *tcp = tcbtab[i]; local
2034 struct tcb *tcp; local
2077 struct tcb *tcp; local
2321 handle_group_exit(struct tcb *tcp, int sig) argument
2374 handle_ptrace_event(int status, struct tcb *tcp) argument
2403 struct tcb *tcp; local
[all...]
H A Dstream.c80 printstrbuf(tcp, sbp, getting)
81 struct tcb *tcp;
92 printstr(tcp, (unsigned long) sbp->buf, sbp->len);
98 printstrbufarg(tcp, arg, getting)
99 struct tcb *tcp;
107 else if (umove(tcp, arg, &buf) < 0)
110 printstrbuf(tcp, &buf, getting);
115 sys_putmsg(tcp)
116 struct tcb *tcp;
120 if (entering(tcp)) {
300 decode_poll(struct tcb *tcp, long pts) argument
439 sys_poll(struct tcb *tcp) argument
455 sys_ppoll(struct tcb *tcp) argument
1038 internal_stream_ioctl(struct tcb *tcp, int arg) argument
[all...]
H A Dscsi.c16 print_sg_io_buffer(struct tcb *tcp, unsigned char *addr, int len) argument
26 umoven(tcp, (unsigned long) addr, allocated, (char *) buf) < 0) {
40 print_sg_io_req(struct tcb *tcp, struct sg_io_hdr *sg_io) argument
46 print_sg_io_buffer(tcp, sg_io->cmdp, sg_io->cmd_len);
56 printstr(tcp, (unsigned long) sg_io->dxferp,
63 print_sg_io_res(struct tcb *tcp, struct sg_io_hdr *sg_io) argument
68 printstr(tcp, (unsigned long) sg_io->dxferp,
75 print_sg_io_buffer(tcp, sg_io->sbp, sg_io->sb_len_wr);
84 scsi_ioctl(struct tcb *tcp, long code, long arg) argument
88 if (entering(tcp)) {
[all...]
H A Dblock.c92 print_blkpg_req(struct tcb *tcp, struct blkpg_ioctl_arg *blkpg) argument
102 if (umove(tcp, (long) blkpg->data, &p) < 0)
113 block_ioctl(struct tcb *tcp, long code, long arg) argument
119 if (entering(tcp))
126 if (entering(tcp)) {
128 if (umove(tcp, arg, &val) < 0)
137 if (exiting(tcp)) {
139 if (syserror(tcp) || umove(tcp, arg, &val) < 0)
151 if (exiting(tcp)) {
[all...]
H A Dutil.c180 * by setting tcp->ptrace_errno to ESRCH.
190 do_ptrace(int request, struct tcb *tcp, void *addr, void *data) argument
195 l = ptrace(request, tcp->pid, addr, (long) data);
199 tcp->ptrace_errno = ESRCH;
211 ptrace_restart(int op, struct tcb *tcp, int sig) argument
217 ptrace(op, tcp->pid, (void *) 1, (long) sig);
222 tcp->ptrace_errno = err;
253 printllval(struct tcb *tcp, const char *format, int llarg) argument
263 tprintf(format, tcp->u_arg[llarg]);
270 tprintf(format, LONG_LONG(tcp
385 printnum(struct tcb *tcp, long addr, const char *fmt) argument
403 printnum_int(struct tcb *tcp, long addr, const char *fmt) argument
421 printfd(struct tcb *tcp, int fd) argument
553 printpathn(struct tcb *tcp, long addr, int n) argument
583 printpath(struct tcb *tcp, long addr) argument
594 printstr(struct tcb *tcp, long addr, int len) argument
760 umoven(struct tcb *tcp, long addr, int len, char *laddr) argument
849 umovestr(struct tcb *tcp, long addr, int len, char *laddr) argument
1068 printcall(struct tcb *tcp) argument
1284 arg_setup(struct tcb *tcp, arg_setup_state *state) argument
1312 get_arg0(struct tcb *tcp, arg_setup_state *state, long *valp) argument
1326 get_arg1(struct tcb *tcp, arg_setup_state *state, long *valp) argument
1341 set_arg0(struct tcb *tcp, arg_setup_state *state, long val) argument
1357 set_arg1(struct tcb *tcp, arg_setup_state *state, long val) argument
1455 set_arg0(struct tcb *tcp, void *cookie, long val) argument
1461 set_arg1(struct tcb *tcp, void *cookie, long val) argument
1481 setbpt(struct tcb *tcp) argument
[all...]
H A Dioctl.c114 ioctl_decode(tcp, code, arg)
115 struct tcb *tcp;
128 return term_ioctl(tcp, code, arg);
137 return sock_ioctl(tcp, code, arg);
145 return proc_ioctl(tcp, code, arg);
150 return stream_ioctl(tcp, code, arg);
154 return rtc_ioctl(tcp, code, arg);
157 return block_ioctl(tcp, code, arg);
160 return scsi_ioctl(tcp, code, arg);
/external/srec/config/en.us/
H A Drun-liveaudio.sh1 /system/bin/SRecTestAudio -parfile baseline11k.par -tcp tcp/recognize_10_live.tcp
H A Drun-change-sample-rate2.sh1 /system/bin/SRecTest -parfile baseline11k.par -tcp tcp/change_sample_rate2.tcp -datapath wave/ >out_SHIP_change_sample_rate2.txt 2>&1
H A Drun-set-get-param.sh1 /system/bin/SRecTest -parfile baseline11k.par -tcp tcp/set_get_param.tcp -datapath wave/ >out_SHIP_set_get_param.txt 2>&1
/external/android-clat/
H A Ddump.c27 #include <netinet/tcp.h>
161 /* print tcp header */
162 void dump_tcp_generic(const struct tcphdr *tcp, const char *options, size_t options_size, uint32_t temp_checksum, const char *payload, size_t payload_size) { argument
165 temp_checksum = ip_checksum_add(temp_checksum, tcp, sizeof(struct tcphdr));
173 printf("source = %x\n",ntohs(tcp->source));
174 printf("dest = %x\n",ntohs(tcp->dest));
175 printf("seq = %x\n",ntohl(tcp->seq));
176 printf("ack = %x\n",ntohl(tcp->ack_seq));
177 printf("d_off = %x\n",tcp->doff);
178 printf("res1 = %x\n",tcp
203 dump_tcp(const struct tcphdr *tcp, const struct iphdr *ip, const char *payload, size_t payload_size, const char *options, size_t options_size) argument
211 dump_tcp6(const struct tcphdr *tcp, const struct ip6_hdr *ip6, const char *payload, size_t payload_size, const char *options, size_t options_size) argument
[all...]
/external/chromium_org/net/quic/congestion_control/
H A Dtcp_receiver_test.cc28 EXPECT_EQ(256000u, feedback.tcp.receive_window);
29 EXPECT_EQ(0, feedback.tcp.accumulated_number_of_lost_packets);
33 EXPECT_EQ(256000u, feedback.tcp.receive_window);
34 EXPECT_EQ(1, feedback.tcp.accumulated_number_of_lost_packets);
H A Dtcp_receiver.cc21 feedback->tcp.accumulated_number_of_lost_packets =
23 feedback->tcp.receive_window = receive_window_;

Completed in 328 milliseconds

1234567