HomeSort by relevance Sort by last modified time
    Searched refs:tcp (Results 1 - 25 of 260) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/strace/
io.c 50 sys_read(struct tcb *tcp)
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->u_arg[2])
    [all...]
ipc.c 76 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;
    [all...]
mem.c 60 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)
238 if (entering(tcp)) {
    [all...]
file.c 388 print_dirfd(struct tcb *tcp, int fd)
394 printfd(tcp, fd);
459 decode_open(struct tcb *tcp, int offset)
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)
    [all...]
bjm.c 103 sys_query_module(struct tcb *tcp)
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->u_arg[2]
    [all...]
syscall.c 474 dumpio(struct tcb *tcp)
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->scno].sys_func == sys_pread |
    [all...]
desc.c 235 printflock(struct tcb *tcp, long addr, int getlk)
250 if (umove(tcp, addr, &fl32) < 0) {
268 if (umove(tcp, addr, &fl) < 0) {
288 printflock64(struct tcb *tcp, long addr, int getlk)
292 if (umove(tcp, addr, &fl) < 0) {
309 sys_fcntl(struct tcb *tcp)
311 if (entering(tcp)) {
312 printfd(tcp, tcp->u_arg[0]);
314 printxval(fcntlcmds, tcp->u_arg[1], "F_???")
    [all...]
system.c 128 sys_mount(struct tcb *tcp)
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, tcp->u_arg[2], -1)
    [all...]
net.c 47 #include <netinet/tcp.h>
1200 printsock(struct tcb *tcp, long addr, int addrlen)
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)
1358 if (cmsg == NULL || umoven(tcp, addr, len, (char *) cmsg) < 0) {
1405 do_msghdr(struct tcb *tcp, struct msghdr *msg
    [all...]
time.c 58 tprint_timeval32(struct tcb *tcp, const struct timeval32 *tv)
64 tprint_timeval(struct tcb *tcp, const struct timeval *tv)
71 printtv_bitness(struct tcb *tcp, long addr, enum bitness_t bitness, int special)
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)
122 else if (!verbose(tcp))
    [all...]
  /external/srec/config/en.us/
run-liveaudio.sh 1 /system/bin/SRecTestAudio -parfile baseline11k.par -tcp tcp/recognize_10_live.tcp
run-change-sample-rate2.sh 1 /system/bin/SRecTest -parfile baseline11k.par -tcp tcp/change_sample_rate2.tcp -datapath wave/ >out_SHIP_change_sample_rate2.txt 2>&1
run-set-get-param.sh 1 /system/bin/SRecTest -parfile baseline11k.par -tcp tcp/set_get_param.tcp -datapath wave/ >out_SHIP_set_get_param.txt 2>&1
  /bionic/libc/include/netinet/
tcp.h 31 #include <endian.h> /* Include *before* linux/tcp.h */
32 #include <linux/tcp.h>
  /development/ndk/platforms/android-3/include/netinet/
tcp.h 31 #include <endian.h> /* Include *before* linux/tcp.h */
32 #include <linux/tcp.h>
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/netinet/
tcp.h 31 #include <endian.h> /* Include *before* linux/tcp.h */
32 #include <linux/tcp.h>
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/netinet/
tcp.h 31 #include <endian.h> /* Include *before* linux/tcp.h */
32 #include <linux/tcp.h>
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/netinet/
tcp.h 31 #include <endian.h> /* Include *before* linux/tcp.h */
32 #include <linux/tcp.h>
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/netinet/
tcp.h 31 #include <endian.h> /* Include *before* linux/tcp.h */
32 #include <linux/tcp.h>
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/netinet/
tcp.h 31 #include <endian.h> /* Include *before* linux/tcp.h */
32 #include <linux/tcp.h>
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/netinet/
tcp.h 31 #include <endian.h> /* Include *before* linux/tcp.h */
32 #include <linux/tcp.h>
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/netinet/
tcp.h 31 #include <endian.h> /* Include *before* linux/tcp.h */
32 #include <linux/tcp.h>
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/netinet/
tcp.h 31 #include <endian.h> /* Include *before* linux/tcp.h */
32 #include <linux/tcp.h>
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/netinet/
tcp.h 31 #include <endian.h> /* Include *before* linux/tcp.h */
32 #include <linux/tcp.h>
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/netinet/
tcp.h 31 #include <endian.h> /* Include *before* linux/tcp.h */
32 #include <linux/tcp.h>

Completed in 706 milliseconds

1 2 3 4 5 6 7 8 91011