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

1234567

/external/strace/
H A Dinotify.c9 sys_inotify_add_watch(struct tcb *tcp) argument
11 if (entering(tcp)) {
13 printfd(tcp, tcp->u_arg[0]);
16 printpath(tcp, tcp->u_arg[1]);
19 printflags(inotify_flags, tcp->u_arg[2], "IN_???");
25 sys_inotify_rm_watch(struct tcb *tcp) argument
27 if (entering(tcp)) {
29 printfd(tcp, tc
37 sys_inotify_init1(struct tcb *tcp) argument
[all...]
H A Dipc.c64 extern void printsigevent(struct tcb *tcp, long arg);
75 int sys_msgget(struct tcb *tcp) argument
77 if (entering(tcp)) {
78 if (tcp->u_arg[0])
79 tprintf("%#lx, ", tcp->u_arg[0]);
82 if (printflags(resource_flags, tcp->u_arg[1] & ~0777, NULL) != 0)
84 tprintf("%#lo", tcp->u_arg[1] & 0777);
98 indirect_ipccall(struct tcb *tcp) argument
104 return tcp->scno < 1024; /* ia32 emulation syscalls are low */
112 int sys_msgctl(struct tcb *tcp) argument
123 tprint_msgsnd(struct tcb *tcp, long addr, unsigned long count, unsigned long flags) argument
139 sys_msgsnd(struct tcb *tcp) argument
155 tprint_msgrcv(struct tcb *tcp, long addr, unsigned long count, long msgtyp) argument
169 sys_msgrcv(struct tcb *tcp) argument
198 tprint_sembuf(struct tcb *tcp, long addr, unsigned long count) argument
239 sys_semop(struct tcb *tcp) argument
252 sys_semtimedop(struct tcb *tcp) argument
273 sys_semget(struct tcb *tcp) argument
288 sys_semctl(struct tcb *tcp) argument
298 sys_shmget(struct tcb *tcp) argument
313 sys_shmctl(struct tcb *tcp) argument
327 sys_shmat(struct tcb *tcp) argument
351 sys_shmdt(struct tcb *tcp) argument
364 sys_mq_open(struct tcb *tcp) argument
391 sys_mq_timedsend(struct tcb *tcp) argument
403 sys_mq_timedreceive(struct tcb *tcp) argument
416 sys_mq_notify(struct tcb *tcp) argument
426 printmqattr(struct tcb *tcp, long addr) argument
449 sys_mq_getsetattr(struct tcb *tcp) argument
461 sys_ipc(struct tcb *tcp) argument
[all...]
H A Dreboot.c9 sys_reboot(struct tcb *tcp) argument
11 if (exiting(tcp))
14 printflags(bootflags1, tcp->u_arg[0], "LINUX_REBOOT_MAGIC_???");
16 printflags(bootflags2, tcp->u_arg[1], "LINUX_REBOOT_MAGIC_???");
18 printflags(bootflags3, tcp->u_arg[2], "LINUX_REBOOT_CMD_???");
19 if (tcp->u_arg[2] == LINUX_REBOOT_CMD_RESTART2) {
21 printstr(tcp, tcp->u_arg[3], -1);
H A Dldt.c8 print_user_desc(struct tcb *tcp, long addr) argument
12 if (umove(tcp, addr, &desc) < 0) {
17 if (!verbose(tcp)) {
43 sys_modify_ldt(struct tcb *tcp) argument
45 if (entering(tcp)) {
46 tprintf("%ld, ", tcp->u_arg[0]);
47 if (tcp->u_arg[1] == 0
48 || tcp->u_arg[2] != sizeof(struct user_desc)) {
49 tprintf("%lx", tcp->u_arg[1]);
51 print_user_desc(tcp, tc
59 sys_set_thread_area(struct tcb *tcp) argument
80 sys_get_thread_area(struct tcb *tcp) argument
95 sys_set_thread_area(struct tcb *tcp) argument
106 sys_get_thread_area(struct tcb *tcp) argument
[all...]
H A Dio.c38 sys_read(struct tcb *tcp) argument
40 if (entering(tcp)) {
41 printfd(tcp, tcp->u_arg[0]);
44 if (syserror(tcp))
45 tprintf("%#lx", tcp->u_arg[1]);
47 printstr(tcp, tcp->u_arg[1], tcp->u_rval);
48 tprintf(", %lu", tcp
54 sys_write(struct tcb *tcp) argument
71 tprint_iov_upto(struct tcb *tcp, unsigned long len, unsigned long addr, int decode_iov, unsigned long data_size) argument
143 tprint_iov(struct tcb *tcp, unsigned long len, unsigned long addr, int decode_iov) argument
149 sys_readv(struct tcb *tcp) argument
167 sys_writev(struct tcb *tcp) argument
191 sys_pread(struct tcb *tcp) argument
208 sys_pwrite(struct tcb *tcp) argument
222 sys_preadv(struct tcb *tcp) argument
240 sys_pwritev(struct tcb *tcp) argument
254 print_off_t(struct tcb *tcp, long addr) argument
280 sys_sendfile(struct tcb *tcp) argument
294 print_loff_t(struct tcb *tcp, long addr) argument
307 sys_sendfile64(struct tcb *tcp) argument
323 sys_tee(struct tcb *tcp) argument
341 sys_splice(struct tcb *tcp) argument
365 sys_vmsplice(struct tcb *tcp) argument
381 sys_ioctl(struct tcb *tcp) argument
[all...]
H A Dfile.c236 print_dirfd(struct tcb *tcp, int fd) argument
241 printfd(tcp, fd);
294 decode_open(struct tcb *tcp, int offset) argument
296 if (entering(tcp)) {
297 printpath(tcp, tcp->u_arg[offset]);
300 tprint_open_modes(tcp->u_arg[offset + 1]);
301 if (tcp->u_arg[offset + 1] & O_CREAT) {
303 tprintf(", %#lo", tcp->u_arg[offset + 2]);
310 sys_open(struct tcb *tcp) argument
316 sys_openat(struct tcb *tcp) argument
327 solaris_open(struct tcb *tcp) argument
345 sys_creat(struct tcb *tcp) argument
357 decode_access(struct tcb *tcp, int offset) argument
368 sys_access(struct tcb *tcp) argument
374 sys_faccessat(struct tcb *tcp) argument
382 sys_umask(struct tcb *tcp) argument
401 sys_lseek(struct tcb *tcp) argument
420 sys_lseek(struct tcb *tcp) argument
453 sys_llseek(struct tcb *tcp) argument
478 sys_readahead(struct tcb *tcp) argument
490 sys_truncate(struct tcb *tcp) argument
500 sys_truncate64(struct tcb *tcp) argument
510 sys_ftruncate(struct tcb *tcp) argument
520 sys_ftruncate64(struct tcb *tcp) argument
607 printstatsol(struct tcb *tcp, long addr) argument
651 printstat_sparc64(struct tcb *tcp, long addr) argument
721 printstat_powerpc32(struct tcb *tcp, long addr) argument
765 realprintstat(struct tcb *tcp, struct stat *statbuf) argument
831 printstat(struct tcb *tcp, long addr) argument
919 printstat64(struct tcb *tcp, long addr) argument
1055 printoldstat(struct tcb *tcp, long addr) argument
1087 sys_stat(struct tcb *tcp) argument
1100 printstat64_x32(struct tcb *tcp, long addr) argument
1156 sys_stat64(struct tcb *tcp) argument
1194 sys_newfstatat(struct tcb *tcp) argument
1219 sys_oldstat(struct tcb *tcp) argument
1232 sys_fstat(struct tcb *tcp) argument
1244 sys_fstat64(struct tcb *tcp) argument
1265 sys_oldfstat(struct tcb *tcp) argument
1280 sys_xstat(struct tcb *tcp) argument
1298 sys_fxstat(struct tcb *tcp) argument
1314 sys_lxstat(struct tcb *tcp) argument
1332 sys_xmknod(struct tcb *tcp) argument
1360 sys_acl(struct tcb *tcp) argument
1380 sys_facl(struct tcb *tcp) argument
1401 sys_aclipc(struct tcb *tcp) argument
1442 printstatfs(struct tcb *tcp, long addr) argument
1483 sys_statfs(struct tcb *tcp) argument
1495 sys_fstatfs(struct tcb *tcp) argument
1508 printstatfs64(struct tcb *tcp, long addr) argument
1560 printcompat_statfs64(struct tcb *tcp, long addr) argument
1588 sys_statfs64(struct tcb *tcp) argument
1605 sys_fstatfs64(struct tcb *tcp) argument
1624 osf_statfs(struct tcb *tcp) argument
1637 osf_fstatfs(struct tcb *tcp) argument
1651 sys_chdir(struct tcb *tcp) argument
1660 decode_mkdir(struct tcb *tcp, int offset) argument
1670 sys_mkdir(struct tcb *tcp) argument
1676 sys_mkdirat(struct tcb *tcp) argument
1684 sys_link(struct tcb *tcp) argument
1695 sys_linkat(struct tcb *tcp) argument
1710 sys_unlinkat(struct tcb *tcp) argument
1722 sys_symlinkat(struct tcb *tcp) argument
1734 decode_readlink(struct tcb *tcp, int offset) argument
1757 sys_readlink(struct tcb *tcp) argument
1763 sys_readlinkat(struct tcb *tcp) argument
1771 sys_renameat(struct tcb *tcp) argument
1784 sys_chown(struct tcb *tcp) argument
1795 sys_fchownat(struct tcb *tcp) argument
1809 sys_fchown(struct tcb *tcp) argument
1820 decode_chmod(struct tcb *tcp, int offset) argument
1830 sys_chmod(struct tcb *tcp) argument
1836 sys_fchmodat(struct tcb *tcp) argument
1844 sys_fchmod(struct tcb *tcp) argument
1855 sys_osf_utimes(struct tcb *tcp) argument
1867 decode_utimes(struct tcb *tcp, int offset, int special) argument
1889 sys_utimes(struct tcb *tcp) argument
1895 sys_futimesat(struct tcb *tcp) argument
1903 sys_utimensat(struct tcb *tcp) argument
1915 sys_utime(struct tcb *tcp) argument
1951 decode_mknod(struct tcb *tcp, int offset) argument
1980 sys_mknod(struct tcb *tcp) argument
1986 sys_mknodat(struct tcb *tcp) argument
1994 print_old_dirent(struct tcb *tcp, long addr) argument
2022 sys_readdir(struct tcb *tcp) argument
2042 sys_getdents(struct tcb *tcp) argument
2099 sys_getdents64(struct tcb *tcp) argument
2161 sys_getcwd(struct tcb *tcp) argument
2176 sys_aioread(struct tcb *tcp) argument
2200 sys_aiowrite(struct tcb *tcp) argument
2224 sys_aiowait(struct tcb *tcp) argument
2232 sys_aiocancel(struct tcb *tcp) argument
2254 print_xattr_val(struct tcb *tcp, int failed, unsigned long arg, unsigned long insize, unsigned long size) argument
2296 sys_setxattr(struct tcb *tcp) argument
2310 sys_fsetxattr(struct tcb *tcp) argument
2324 sys_getxattr(struct tcb *tcp) argument
2338 sys_fgetxattr(struct tcb *tcp) argument
2352 print_xattr_list(struct tcb *tcp, unsigned long addr, unsigned long size) argument
2369 sys_listxattr(struct tcb *tcp) argument
2381 sys_flistxattr(struct tcb *tcp) argument
2393 sys_removexattr(struct tcb *tcp) argument
2404 sys_fremovexattr(struct tcb *tcp) argument
2417 sys_fadvise64(struct tcb *tcp) argument
2430 sys_fadvise64_64(struct tcb *tcp) argument
2449 sys_sync_file_range(struct tcb *tcp) argument
2463 sys_sync_file_range2(struct tcb *tcp) argument
2477 sys_fallocate(struct tcb *tcp) argument
2498 sys_swapon(struct tcb *tcp) argument
[all...]
H A Dkeyctl.c20 sys_add_key(struct tcb *tcp) argument
22 if (entering(tcp)) {
24 printstr(tcp, tcp->u_arg[0], -1);
27 printstr(tcp, tcp->u_arg[1], -1);
30 printstr(tcp, tcp->u_arg[2], tcp->u_arg[3]);
32 tprintf(", %lu, ", tcp
40 sys_request_key(struct tcb *tcp) argument
59 keyctl_get_keyring_id(struct tcb *tcp, key_serial_t id, int create) argument
70 keyctl_join_session_keyring(struct tcb *tcp, long addr) argument
80 keyctl_update_key(struct tcb *tcp, key_serial_t id, long addr, long len) argument
93 keyctl_handle_key(struct tcb *tcp, key_serial_t id) argument
103 keyctl_handle_key_key(struct tcb *tcp, key_serial_t id1, key_serial_t id2) argument
115 keyctl_read_key(struct tcb *tcp, key_serial_t id, long addr, long len) argument
135 keyctl_keyring_search(struct tcb *tcp, key_serial_t id1, long addr1, long addr2, key_serial_t id2) argument
152 keyctl_chown_key(struct tcb *tcp, key_serial_t id, int user, int group) argument
163 keyctl_instantiate_key(struct tcb *tcp, key_serial_t id1, long addr, long len, key_serial_t id2) argument
178 keyctl_instantiate_key_iov(struct tcb *tcp, key_serial_t id1, long addr, long len, key_serial_t id2) argument
193 keyctl_negate_key(struct tcb *tcp, key_serial_t id1, unsigned timeout, key_serial_t id2) argument
206 keyctl_reject_key(struct tcb *tcp, key_serial_t id1, unsigned timeout, unsigned error, key_serial_t id2) argument
219 keyctl_set_timeout(struct tcb *tcp, key_serial_t id, unsigned timeout) argument
230 keyctl_get_persistent(struct tcb *tcp, int uid, key_serial_t id) argument
271 keyctl_setperm_key(struct tcb *tcp, key_serial_t id, uint32_t perm) argument
285 keyctl_set_reqkey_keyring(struct tcb *tcp, int reqkey) argument
297 sys_keyctl(struct tcb *tcp) argument
[all...]
H A Dfanotify.c8 sys_fanotify_init(struct tcb *tcp) argument
12 if (exiting(tcp))
15 flags = tcp->u_arg[0];
23 tprint_open_modes((unsigned) tcp->u_arg[1]);
32 sys_fanotify_mark(struct tcb *tcp) argument
34 if (exiting(tcp))
37 printfd(tcp, tcp->u_arg[0]);
39 printflags(fan_mark_flags, (unsigned) tcp->u_arg[1], "FAN_MARK_???");
41 printflags(fan_event_flags, tcp
[all...]
H A Dtime.c49 tprint_timeval32(struct tcb *tcp, const struct timeval32 *tv) argument
55 tprint_timeval(struct tcb *tcp, const struct timeval *tv) argument
62 printtv_bitness(struct tcb *tcp, long addr, enum bitness_t bitness, int special) argument
65 sprinttv(buf, tcp, addr, bitness, special);
70 sprinttv(char *buf, struct tcb *tcp, long addr, enum bitness_t bitness, int special) argument
77 if (!verbose(tcp))
88 rc = umove(tcp, addr, &tv);
102 rc = umove(tcp, addr, &tv);
120 print_timespec(struct tcb *tcp, long addr) argument
123 sprint_timespec(buf, tcp, add
128 sprint_timespec(char *buf, struct tcb *tcp, long addr) argument
162 sys_time(struct tcb *tcp) argument
171 sys_stime(struct tcb *tcp) argument
180 sys_gettimeofday(struct tcb *tcp) argument
197 sys_osf_gettimeofday(struct tcb *tcp) argument
213 sys_settimeofday(struct tcb *tcp) argument
225 sys_osf_settimeofday(struct tcb *tcp) argument
237 sys_adjtime(struct tcb *tcp) argument
252 sys_nanosleep(struct tcb *tcp) argument
285 printitv_bitness(struct tcb *tcp, long addr, enum bitness_t bitness) argument
333 sys_getitimer(struct tcb *tcp) argument
349 sys_osf_getitimer(struct tcb *tcp) argument
365 sys_setitimer(struct tcb *tcp) argument
383 sys_osf_setitimer(struct tcb *tcp) argument
406 tprint_timex32(struct tcb *tcp, long addr) argument
455 tprint_timex(struct tcb *tcp, long addr) argument
498 do_adjtimex(struct tcb *tcp, long addr) argument
515 sys_adjtimex(struct tcb *tcp) argument
549 sys_clock_settime(struct tcb *tcp) argument
560 sys_clock_gettime(struct tcb *tcp) argument
575 sys_clock_nanosleep(struct tcb *tcp) argument
594 sys_clock_adjtime(struct tcb *tcp) argument
610 printsigevent32(struct tcb *tcp, long arg) argument
649 printsigevent(struct tcb *tcp, long arg) argument
691 sys_timer_create(struct tcb *tcp) argument
710 sys_timer_settime(struct tcb *tcp) argument
728 sys_timer_gettime(struct tcb *tcp) argument
742 print_rtc(struct tcb *tcp, const struct rtc_time *rt) argument
756 rtc_ioctl(struct tcb *tcp, long code, long arg) argument
834 sys_timerfd(struct tcb *tcp) argument
849 sys_timerfd_create(struct tcb *tcp) argument
860 sys_timerfd_settime(struct tcb *tcp) argument
875 sys_timerfd_gettime(struct tcb *tcp) argument
[all...]
H A Dmem.c48 sys_brk(struct tcb *tcp) argument
50 if (entering(tcp)) {
51 tprintf("%#lx", tcp->u_arg[0]);
60 print_mmap(struct tcb *tcp, long *u_arg, unsigned long long offset) argument
62 if (entering(tcp)) {
82 printfd(tcp, u_arg[4]);
99 sys_old_mmap(struct tcb *tcp) argument
109 if (umoven(tcp, tcp->u_arg[0], sizeof(narrow_arg), (char *) narrow_arg) == -1)
117 if (umoven(tcp, tc
131 sys_old_mmap_pgoff(struct tcb *tcp) argument
149 sys_mmap(struct tcb *tcp) argument
166 sys_mmap_pgoff(struct tcb *tcp) argument
177 sys_mmap_4koff(struct tcb *tcp) argument
186 sys_munmap(struct tcb *tcp) argument
196 sys_mprotect(struct tcb *tcp) argument
209 sys_mremap(struct tcb *tcp) argument
227 sys_madvise(struct tcb *tcp) argument
239 sys_mlockall(struct tcb *tcp) argument
252 sys_msync(struct tcb *tcp) argument
273 sys_mctl(struct tcb *tcp) argument
306 sys_mincore(struct tcb *tcp) argument
337 sys_getpagesize(struct tcb *tcp) argument
346 sys_remap_file_pages(struct tcb *tcp) argument
380 get_nodes(struct tcb *tcp, unsigned long ptr, unsigned long maxnodes, int err) argument
423 sys_mbind(struct tcb *tcp) argument
436 sys_set_mempolicy(struct tcb *tcp) argument
446 sys_get_mempolicy(struct tcb *tcp) argument
464 sys_migrate_pages(struct tcb *tcp) argument
476 sys_move_pages(struct tcb *tcp) argument
548 sys_subpage_prot(struct tcb *tcp) argument
[all...]
H A Dbjm.c77 sys_query_module(struct tcb *tcp) argument
79 if (entering(tcp)) {
80 printstr(tcp, tcp->u_arg[0], -1);
82 printxval(qm_which, tcp->u_arg[1], "QM_???");
87 if (!verbose(tcp) || syserror(tcp) ||
88 umove(tcp, tcp->u_arg[4], &ret) < 0) {
89 tprintf("%#lx, %lu, %#lx", tcp
168 sys_create_module(struct tcb *tcp) argument
178 sys_delete_module(struct tcb *tcp) argument
189 sys_init_module(struct tcb *tcp) argument
204 sys_finit_module(struct tcb *tcp) argument
[all...]
H A Dstream.c61 printstrbuf(struct tcb *tcp, struct strbuf *sbp, int getting) argument
70 printstr(tcp, (unsigned long) sbp->buf, sbp->len);
76 printstrbufarg(struct tcb *tcp, long arg, int getting) argument
82 else if (umove(tcp, arg, &buf) < 0)
85 printstrbuf(tcp, &buf, getting);
90 sys_putmsg(struct tcb *tcp) argument
94 if (entering(tcp)) {
96 tprintf("%ld, ", tcp->u_arg[0]);
99 printstrbufarg(tcp, tcp
107 sys_getmsg(struct tcb *tcp) argument
156 sys_putpmsg(struct tcb *tcp) argument
176 sys_getpmsg(struct tcb *tcp) argument
234 decode_poll(struct tcb *tcp, long pts) argument
367 sys_poll(struct tcb *tcp) argument
382 sys_ppoll(struct tcb *tcp) argument
397 sys_poll(struct tcb *tcp) argument
[all...]
H A Ddesc.c69 printflock64(struct tcb *tcp, long addr, int getlk) argument
73 if (umove(tcp, addr, &fl) < 0) {
90 printflock(struct tcb *tcp, long addr, int getlk) argument
110 r = umove(tcp, addr, &fl32);
127 r = umove(tcp, addr, &fl);
149 sys_fcntl(struct tcb *tcp) argument
151 if (entering(tcp)) {
152 printfd(tcp, tcp->u_arg[0]);
154 printxval(fcntlcmds, tcp
248 sys_flock(struct tcb *tcp) argument
260 sys_close(struct tcb *tcp) argument
269 sys_dup(struct tcb *tcp) argument
278 do_dup2(struct tcb *tcp, int flags_arg) argument
293 sys_dup2(struct tcb *tcp) argument
299 sys_dup3(struct tcb *tcp) argument
306 sys_getdtablesize(struct tcb *tcp) argument
313 decode_select(struct tcb *tcp, long *args, enum bitness_t bitness) argument
445 sys_oldselect(struct tcb *tcp) argument
458 sys_osf_select(struct tcb *tcp) argument
471 sys_epoll_create(struct tcb *tcp) argument
477 sys_epoll_create1(struct tcb *tcp) argument
498 sys_epoll_ctl(struct tcb *tcp) argument
527 epoll_wait_common(struct tcb *tcp) argument
568 sys_epoll_wait(struct tcb *tcp) argument
575 sys_epoll_pwait(struct tcb *tcp) argument
588 sys_select(struct tcb *tcp) argument
594 sys_pselect6(struct tcb *tcp) argument
628 do_eventfd(struct tcb *tcp, int flags_arg) argument
641 sys_eventfd(struct tcb *tcp) argument
647 sys_eventfd2(struct tcb *tcp) argument
653 sys_perf_event_open(struct tcb *tcp) argument
[all...]
H A Dresource.c54 print_rlimit64(struct tcb *tcp, unsigned long addr) argument
61 if (umove(tcp, addr, &rlim) < 0)
70 decode_rlimit64(struct tcb *tcp, unsigned long addr) argument
74 else if (!verbose(tcp) ||
75 (exiting(tcp) && syserror(tcp)))
78 print_rlimit64(tcp, addr);
99 print_rlimit32(struct tcb *tcp, unsigned long addr) argument
106 if (umove(tcp, addr, &rlim) < 0)
115 decode_rlimit(struct tcb *tcp, unsigne argument
146 sys_getrlimit(struct tcb *tcp) argument
159 sys_setrlimit(struct tcb *tcp) argument
170 sys_prlimit64(struct tcb *tcp) argument
188 printrusage32(struct tcb *tcp, long addr) argument
245 printrusage(struct tcb *tcp, long addr) argument
280 sys_getrusage(struct tcb *tcp) argument
293 sys_osf_getrusage(struct tcb *tcp) argument
306 sys_sysinfo(struct tcb *tcp) argument
334 sys_getpriority(struct tcb *tcp) argument
344 sys_setpriority(struct tcb *tcp) argument
354 sys_times(struct tcb *tcp) argument
[all...]
H A Dioprio.c46 sys_ioprio_get(struct tcb *tcp) argument
48 if (entering(tcp)) {
50 printxval(ioprio_who, tcp->u_arg[0], "IOPRIO_WHO_???");
52 tprintf(", %d", (int) tcp->u_arg[1]);
55 if (syserror(tcp))
58 tcp->auxstr = sprint_ioprio(tcp->u_rval);
64 sys_ioprio_set(struct tcb *tcp) argument
66 if (entering(tcp)) {
68 printxval(ioprio_who, tcp
[all...]
H A Dsystem.c87 sys_mount(struct tcb *tcp) argument
89 if (entering(tcp)) {
91 unsigned long flags = tcp->u_arg[3];
102 printpath(tcp, tcp->u_arg[0]);
105 printpath(tcp, tcp->u_arg[1]);
108 if (ignore_type && tcp->u_arg[2])
109 tprintf("%#lx", tcp->u_arg[2]);
111 printstr(tcp, tc
132 sys_umount2(struct tcb *tcp) argument
147 sys_personality(struct tcb *tcp) argument
171 sys_syslog(struct tcb *tcp) argument
224 sys_cacheflush(struct tcb *tcp) argument
248 sys_sram_alloc(struct tcb *tcp) argument
269 sys_cacheflush(struct tcb *tcp) argument
302 sys_cacheflush(struct tcb *tcp) argument
333 print_cap_header(struct tcb *tcp, unsigned long addr) argument
353 print_cap_data(struct tcb *tcp, unsigned long addr) argument
377 sys_capget(struct tcb *tcp) argument
389 sys_capset(struct tcb *tcp) argument
401 sys_capget(struct tcb *tcp) argument
406 sys_capset(struct tcb *tcp) argument
426 sys_sysctl(struct tcb *tcp) argument
588 sys_sysmips(struct tcb *tcp) argument
627 sys_or1k_atomic(struct tcb *tcp) argument
[all...]
H A Dnet.c42 # include <netinet/tcp.h>
161 printsock(struct tcb *tcp, long addr, int addrlen) argument
187 if (!verbose(tcp)) {
196 if (umoven(tcp, addr, addrlen, addrbuf.pad) < 0) {
212 printpathn(tcp, addr + 2, strlen(addrbuf.sau.sun_path));
215 printpathn(tcp, addr + 3, strlen(addrbuf.sau.sun_path + 1));
296 printstr(tcp, (long) &((struct sockaddr *) addr)->sa_data,
307 printcmsghdr(struct tcb *tcp, unsigned long addr, unsigned long len) argument
311 if (cmsg == NULL || umoven(tcp, addr, len, (char *) cmsg) < 0) {
336 printfd(tcp, *fd
358 do_msghdr(struct tcb *tcp, struct msghdr *msg, unsigned long data_size) argument
396 printmsghdr(struct tcb *tcp, long addr, unsigned long data_size) argument
425 printmmsghdr(struct tcb *tcp, long addr, unsigned int idx, unsigned long msg_len) argument
464 decode_mmsg(struct tcb *tcp, unsigned long msg_len) argument
494 tprint_sock_type(struct tcb *tcp, int flags) argument
509 sys_socket(struct tcb *tcp) argument
545 sys_bind(struct tcb *tcp) argument
557 sys_connect(struct tcb *tcp) argument
563 sys_listen(struct tcb *tcp) argument
574 do_accept(struct tcb *tcp, int flags_arg) argument
603 sys_accept(struct tcb *tcp) argument
609 sys_accept4(struct tcb *tcp) argument
615 sys_send(struct tcb *tcp) argument
629 sys_sendto(struct tcb *tcp) argument
650 sys_sendmsg(struct tcb *tcp) argument
664 sys_sendmmsg(struct tcb *tcp) argument
685 sys_recv(struct tcb *tcp) argument
703 sys_recvfrom(struct tcb *tcp) argument
750 sys_recvmsg(struct tcb *tcp) argument
768 sys_recvmmsg(struct tcb *tcp) argument
817 sys_shutdown(struct tcb *tcp) argument
828 sys_getsockname(struct tcb *tcp) argument
834 sys_getpeername(struct tcb *tcp) argument
840 do_pipe(struct tcb *tcp, int flags_arg) argument
868 sys_pipe(struct tcb *tcp) argument
874 sys_pipe2(struct tcb *tcp) argument
880 sys_socketpair(struct tcb *tcp) argument
903 sys_getsockopt(struct tcb *tcp) argument
1035 printicmpfilter(struct tcb *tcp, long addr) argument
1059 printsockopt(struct tcb *tcp, int level, int name, long addr, int len) argument
1170 sys_setsockopt(struct tcb *tcp) argument
[all...]
H A Dpathtrace.c61 upathmatch(struct tcb *tcp, unsigned long upath) argument
65 return umovestr(tcp, upath, sizeof path, path) > 0 &&
73 fdmatch(struct tcb *tcp, int fd) argument
76 int n = getfdpath(tcp, fd, path, sizeof(path));
104 getfdpath(struct tcb *tcp, int fd, char *buf, unsigned bufsize) argument
112 sprintf(linkpath, "/proc/%u/fd/%u", tcp->pid, fd);
155 pathtrace_match(struct tcb *tcp) argument
159 s = tcp->s_ent;
176 return fdmatch(tcp, tcp
[all...]
H A Dprocess.c132 sys_prctl(struct tcb *tcp) argument
136 if (entering(tcp)) {
137 printxval(prctl_options, tcp->u_arg[0], "PR_???");
138 switch (tcp->u_arg[0]) {
145 tprintf(", %lu", tcp->u_arg[1]);
154 tprintf(", %lu", tcp->u_arg[1]);
163 tprintf(", %s", unalignctl_string(tcp->u_arg[1]));
168 tprintf(", %#lx", tcp->u_arg[1]);
173 tprintf(", %lu", tcp->u_arg[1]);
181 for (i = 1; i < tcp
219 sys_sethostname(struct tcb *tcp) argument
230 sys_gethostname(struct tcb *tcp) argument
244 sys_setdomainname(struct tcb *tcp) argument
254 sys_exit(struct tcb *tcp) argument
337 sys_clone(struct tcb *tcp) argument
392 sys_setns(struct tcb *tcp) argument
403 sys_unshare(struct tcb *tcp) argument
411 sys_fork(struct tcb *tcp) argument
418 sys_getuid(struct tcb *tcp) argument
425 sys_setfsuid(struct tcb *tcp) argument
435 sys_setuid(struct tcb *tcp) argument
444 sys_getresuid(struct tcb *tcp) argument
470 sys_setreuid(struct tcb *tcp) argument
480 sys_setresuid(struct tcb *tcp) argument
491 sys_setgroups(struct tcb *tcp) argument
545 sys_getgroups(struct tcb *tcp) argument
608 sys_setgroups32(struct tcb *tcp) argument
662 sys_getgroups32(struct tcb *tcp) argument
721 printargv(struct tcb *tcp, long addr) argument
751 printargc(const char *fmt, struct tcb *tcp, long addr) argument
764 sys_execv(struct tcb *tcp) argument
781 sys_execve(struct tcb *tcp) argument
874 printwaitn(struct tcb *tcp, int n, int bitness) argument
921 sys_waitpid(struct tcb *tcp) argument
927 sys_wait4(struct tcb *tcp) argument
934 sys_osf_wait4(struct tcb *tcp) argument
943 sys_waitid(struct tcb *tcp) argument
970 sys_uname(struct tcb *tcp) argument
2103 sys_ptrace(struct tcb *tcp) argument
2290 sys_futex(struct tcb *tcp) argument
2330 print_affinitylist(struct tcb *tcp, long list, unsigned int len) argument
2362 sys_sched_setaffinity(struct tcb *tcp) argument
2372 sys_sched_getaffinity(struct tcb *tcp) argument
2386 sys_get_robust_list(struct tcb *tcp) argument
2416 sys_sched_getscheduler(struct tcb *tcp) argument
2429 sys_sched_setscheduler(struct tcb *tcp) argument
2444 sys_sched_getparam(struct tcb *tcp) argument
2459 sys_sched_setparam(struct tcb *tcp) argument
2472 sys_sched_get_priority_min(struct tcb *tcp) argument
2481 sys_sched_rr_get_interval(struct tcb *tcp) argument
2500 sys_arch_prctl(struct tcb *tcp) argument
2525 sys_getcpu(struct tcb *tcp) argument
2547 sys_process_vm_readv(struct tcb *tcp) argument
2575 sys_process_vm_writev(struct tcb *tcp) argument
[all...]
H A Dsignal.c129 * memcpy(&tcp->u_arg[1], &something, sizeof(sigset_t))
131 * it may overflow tcp->u_arg[] array, and it may try to copy more data
134 * umoven(tcp, addr, sizeof(sigset_t), &sigset)
250 print_sigset_addr_len(struct tcb *tcp, long addr, long len) argument
271 if (umoven(tcp, addr, len, mask) < 0)
508 printsiginfo_at(struct tcb *tcp, long addr) argument
515 if (syserror(tcp)) {
519 if (umove(tcp, addr, &si) < 0) {
523 printsiginfo(&si, verbose(tcp));
527 sys_sigsetmask(struct tcb *tcp) argument
565 decode_old_sigaction(struct tcb *tcp, long addr) argument
631 sys_sigaction(struct tcb *tcp) argument
644 sys_signal(struct tcb *tcp) argument
683 sys_sigreturn(struct tcb *tcp) argument
943 sys_siggetmask(struct tcb *tcp) argument
952 sys_sigsuspend(struct tcb *tcp) argument
968 print_stack_t(struct tcb *tcp, unsigned long addr) argument
1007 sys_sigaltstack(struct tcb *tcp) argument
1023 sys_sigprocmask(struct tcb *tcp) argument
1065 sys_kill(struct tcb *tcp) argument
1077 sys_tgkill(struct tcb *tcp) argument
1090 sys_sigpending(struct tcb *tcp) argument
1102 sys_rt_sigprocmask(struct tcb *tcp) argument
1146 decode_new_sigaction(struct tcb *tcp, long addr) argument
1222 sys_rt_sigaction(struct tcb *tcp) argument
1243 sys_rt_sigpending(struct tcb *tcp) argument
1262 sys_rt_sigsuspend(struct tcb *tcp) argument
1273 print_sigqueueinfo(struct tcb *tcp, int sig, unsigned long uinfo) argument
1281 sys_rt_sigqueueinfo(struct tcb *tcp) argument
1291 sys_rt_tgsigqueueinfo(struct tcb *tcp) argument
1300 sys_rt_sigtimedwait(struct tcb *tcp) argument
1327 sys_restart_syscall(struct tcb *tcp) argument
1335 do_signalfd(struct tcb *tcp, int flags_arg) argument
1352 sys_signalfd(struct tcb *tcp) argument
1358 sys_signalfd4(struct tcb *tcp) argument
[all...]
H A Dunwind.c89 static void delete_mmap_cache(struct tcb *tcp, const char *caller);
104 unwind_tcb_init(struct tcb *tcp) argument
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
118 unwind_tcb_fin(struct tcb *tcp) argument
137 build_mmap_cache(struct tcb* tcp) argument
228 delete_mmap_cache(struct tcb *tcp, const char *caller) argument
248 rebuild_cache_if_invalid(struct tcb *tcp, const char *caller) argument
264 unwind_cache_invalidate(struct tcb* tcp) argument
301 print_stack_frame(struct tcb *tcp, call_action_fn call_action, error_action_fn error_action, void *data, unw_cursor_t *cursor, char **symbol_name, size_t *symbol_name_size) argument
360 stacktrace_walk(struct tcb *tcp, call_action_fn call_action, error_action_fn error_action, void *data) argument
562 unwind_print_stacktrace(struct tcb* tcp) argument
584 unwind_capture_stacktrace(struct tcb *tcp) argument
[all...]
/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/libnl/etc/
H A Dpktloc25 tcp.sport u16 tcp+0
26 tcp.dport u16 tcp+2
27 tcp.seq u32 tcp+4
28 tcp.ack u32 tcp+8
29 tcp.off u8 tcp
[all...]

Completed in 323 milliseconds

1234567