/external/strace/ |
D | ipc.c | 75 int sys_msgget(struct tcb *tcp) in sys_msgget() 98 indirect_ipccall(struct tcb *tcp) in indirect_ipccall() 112 int sys_msgctl(struct tcb *tcp) in sys_msgctl() 123 tprint_msgsnd(struct tcb *tcp, long addr, unsigned long count, in tprint_msgsnd() 139 int sys_msgsnd(struct tcb *tcp) in sys_msgsnd() 155 tprint_msgrcv(struct tcb *tcp, long addr, unsigned long count, long msgtyp) in tprint_msgrcv() 169 int sys_msgrcv(struct tcb *tcp) in sys_msgrcv() 198 tprint_sembuf(struct tcb *tcp, long addr, unsigned long count) in tprint_sembuf() 239 int sys_semop(struct tcb *tcp) in sys_semop() 252 int sys_semtimedop(struct tcb *tcp) in sys_semtimedop() [all …]
|
D | time.c | 49 tprint_timeval32(struct tcb *tcp, const struct timeval32 *tv) in tprint_timeval32() 55 tprint_timeval(struct tcb *tcp, const struct timeval *tv) in tprint_timeval() 62 printtv_bitness(struct tcb *tcp, long addr, enum bitness_t bitness, int special) in printtv_bitness() 70 sprinttv(char *buf, struct tcb *tcp, long addr, enum bitness_t bitness, int special) in sprinttv() 120 print_timespec(struct tcb *tcp, long addr) in print_timespec() 128 sprint_timespec(char *buf, struct tcb *tcp, long addr) in sprint_timespec() 162 sys_time(struct tcb *tcp) in sys_time() 171 sys_stime(struct tcb *tcp) in sys_stime() 180 sys_gettimeofday(struct tcb *tcp) in sys_gettimeofday() 197 sys_osf_gettimeofday(struct tcb *tcp) in sys_osf_gettimeofday() [all …]
|
D | net.c | 161 printsock(struct tcb *tcp, long addr, int addrlen) in printsock() 307 printcmsghdr(struct tcb *tcp, unsigned long addr, unsigned long len) in printcmsghdr() 358 do_msghdr(struct tcb *tcp, struct msghdr *msg, unsigned long data_size) in do_msghdr() 396 printmsghdr(struct tcb *tcp, long addr, unsigned long data_size) in printmsghdr() 425 printmmsghdr(struct tcb *tcp, long addr, unsigned int idx, unsigned long msg_len) in printmmsghdr() 464 decode_mmsg(struct tcb *tcp, unsigned long msg_len) in decode_mmsg() 494 tprint_sock_type(struct tcb *tcp, int flags) in tprint_sock_type() 509 sys_socket(struct tcb *tcp) in sys_socket() 545 sys_bind(struct tcb *tcp) in sys_bind() 557 sys_connect(struct tcb *tcp) in sys_connect() [all …]
|
D | mem.c | 48 sys_brk(struct tcb *tcp) in sys_brk() 60 print_mmap(struct tcb *tcp, long *u_arg, unsigned long long offset) in print_mmap() 99 sys_old_mmap(struct tcb *tcp) in sys_old_mmap() 131 sys_old_mmap_pgoff(struct tcb *tcp) in sys_old_mmap_pgoff() 149 sys_mmap(struct tcb *tcp) in sys_mmap() 166 sys_mmap_pgoff(struct tcb *tcp) in sys_mmap_pgoff() 177 sys_mmap_4koff(struct tcb *tcp) in sys_mmap_4koff() 186 sys_munmap(struct tcb *tcp) in sys_munmap() 196 sys_mprotect(struct tcb *tcp) in sys_mprotect() 209 sys_mremap(struct tcb *tcp) in sys_mremap() [all …]
|
D | io.c | 38 sys_read(struct tcb *tcp) in sys_read() 54 sys_write(struct tcb *tcp) in sys_write() 71 tprint_iov_upto(struct tcb *tcp, unsigned long len, unsigned long addr, int decode_iov, unsigned lo… in tprint_iov_upto() 143 tprint_iov(struct tcb *tcp, unsigned long len, unsigned long addr, int decode_iov) in tprint_iov() 149 sys_readv(struct tcb *tcp) in sys_readv() 167 sys_writev(struct tcb *tcp) in sys_writev() 191 sys_pread(struct tcb *tcp) in sys_pread() 208 sys_pwrite(struct tcb *tcp) in sys_pwrite() 222 sys_preadv(struct tcb *tcp) in sys_preadv() 240 sys_pwritev(struct tcb *tcp) in sys_pwritev() [all …]
|
D | desc.c | 69 printflock64(struct tcb *tcp, long addr, int getlk) in printflock64() 90 printflock(struct tcb *tcp, long addr, int getlk) in printflock() 149 sys_fcntl(struct tcb *tcp) in sys_fcntl() 248 sys_flock(struct tcb *tcp) in sys_flock() 260 sys_close(struct tcb *tcp) in sys_close() 269 sys_dup(struct tcb *tcp) in sys_dup() 278 do_dup2(struct tcb *tcp, int flags_arg) in do_dup2() 293 sys_dup2(struct tcb *tcp) in sys_dup2() 299 sys_dup3(struct tcb *tcp) in sys_dup3() 306 sys_getdtablesize(struct tcb *tcp) in sys_getdtablesize() [all …]
|
D | file.c | 236 print_dirfd(struct tcb *tcp, int fd) in print_dirfd() 294 decode_open(struct tcb *tcp, int offset) in decode_open() 310 sys_open(struct tcb *tcp) in sys_open() 316 sys_openat(struct tcb *tcp) in sys_openat() 327 solaris_open(struct tcb *tcp) in solaris_open() 345 sys_creat(struct tcb *tcp) in sys_creat() 357 decode_access(struct tcb *tcp, int offset) in decode_access() 368 sys_access(struct tcb *tcp) in sys_access() 374 sys_faccessat(struct tcb *tcp) in sys_faccessat() 382 sys_umask(struct tcb *tcp) in sys_umask() [all …]
|
D | process.c | 132 sys_prctl(struct tcb *tcp) in sys_prctl() 219 sys_sethostname(struct tcb *tcp) in sys_sethostname() 230 sys_gethostname(struct tcb *tcp) in sys_gethostname() 244 sys_setdomainname(struct tcb *tcp) in sys_setdomainname() 254 sys_exit(struct tcb *tcp) in sys_exit() 337 sys_clone(struct tcb *tcp) in sys_clone() 392 sys_setns(struct tcb *tcp) in sys_setns() 403 sys_unshare(struct tcb *tcp) in sys_unshare() 411 sys_fork(struct tcb *tcp) in sys_fork() 418 int sys_getuid(struct tcb *tcp) in sys_getuid() [all …]
|
D | ldt.c | 8 print_user_desc(struct tcb *tcp, long addr) in print_user_desc() 43 sys_modify_ldt(struct tcb *tcp) in sys_modify_ldt() 59 sys_set_thread_area(struct tcb *tcp) in sys_set_thread_area() 80 sys_get_thread_area(struct tcb *tcp) in sys_get_thread_area() 95 sys_set_thread_area(struct tcb *tcp) in sys_set_thread_area() 106 sys_get_thread_area(struct tcb *tcp) in sys_get_thread_area()
|
D | keyctl.c | 20 sys_add_key(struct tcb *tcp) in sys_add_key() 40 sys_request_key(struct tcb *tcp) in sys_request_key() 59 keyctl_get_keyring_id(struct tcb *tcp, key_serial_t id, int create) in keyctl_get_keyring_id() 70 keyctl_join_session_keyring(struct tcb *tcp, long addr) in keyctl_join_session_keyring() 80 keyctl_update_key(struct tcb *tcp, key_serial_t id, long addr, long len) in keyctl_update_key() 93 keyctl_handle_key(struct tcb *tcp, key_serial_t id) in keyctl_handle_key() 103 keyctl_handle_key_key(struct tcb *tcp, key_serial_t id1, key_serial_t id2) in keyctl_handle_key_key() 115 keyctl_read_key(struct tcb *tcp, key_serial_t id, long addr, long len) in keyctl_read_key() 135 keyctl_keyring_search(struct tcb *tcp, key_serial_t id1, long addr1, in keyctl_keyring_search() 152 keyctl_chown_key(struct tcb *tcp, key_serial_t id, int user, int group) in keyctl_chown_key() [all …]
|
D | resource.c | 54 print_rlimit64(struct tcb *tcp, unsigned long addr) in print_rlimit64() 70 decode_rlimit64(struct tcb *tcp, unsigned long addr) in decode_rlimit64() 99 print_rlimit32(struct tcb *tcp, unsigned long addr) in print_rlimit32() 115 decode_rlimit(struct tcb *tcp, unsigned long addr) in decode_rlimit() 146 sys_getrlimit(struct tcb *tcp) in sys_getrlimit() 159 sys_setrlimit(struct tcb *tcp) in sys_setrlimit() 170 sys_prlimit64(struct tcb *tcp) in sys_prlimit64() 188 printrusage32(struct tcb *tcp, long addr) in printrusage32() 245 printrusage(struct tcb *tcp, long addr) in printrusage() 280 sys_getrusage(struct tcb *tcp) in sys_getrusage() [all …]
|
D | stream.c | 61 printstrbuf(struct tcb *tcp, struct strbuf *sbp, int getting) in printstrbuf() 76 printstrbufarg(struct tcb *tcp, long arg, int getting) in printstrbufarg() 90 sys_putmsg(struct tcb *tcp) in sys_putmsg() 107 sys_getmsg(struct tcb *tcp) in sys_getmsg() 156 sys_putpmsg(struct tcb *tcp) in sys_putpmsg() 176 sys_getpmsg(struct tcb *tcp) in sys_getpmsg() 234 decode_poll(struct tcb *tcp, long pts) in decode_poll() 367 sys_poll(struct tcb *tcp) in sys_poll() 382 sys_ppoll(struct tcb *tcp) in sys_ppoll() 397 sys_poll(struct tcb *tcp) in sys_poll()
|
D | system.c | 87 sys_mount(struct tcb *tcp) in sys_mount() 132 sys_umount2(struct tcb *tcp) in sys_umount2() 147 sys_personality(struct tcb *tcp) in sys_personality() 171 sys_syslog(struct tcb *tcp) in sys_syslog() 224 sys_cacheflush(struct tcb *tcp) in sys_cacheflush() 248 sys_sram_alloc(struct tcb *tcp) in sys_sram_alloc() 269 sys_cacheflush(struct tcb *tcp) in sys_cacheflush() 302 sys_cacheflush(struct tcb *tcp) in sys_cacheflush() 333 print_cap_header(struct tcb *tcp, unsigned long addr) in print_cap_header() 353 print_cap_data(struct tcb *tcp, unsigned long addr) in print_cap_data() [all …]
|
D | util.c | 228 printllval(struct tcb *tcp, const char *format, int arg_no, bool align) in printllval() 372 printnum(struct tcb *tcp, long addr, const char *fmt) in printnum() 390 printnum_int(struct tcb *tcp, long addr, const char *fmt) in printnum_int() 408 printfd(struct tcb *tcp, int fd) in printfd() 571 printpathn(struct tcb *tcp, long addr, int n) in printpathn() 603 printpath(struct tcb *tcp, long addr) in printpath() 615 printstr(struct tcb *tcp, long addr, long len) in printstr() 674 dumpiov(struct tcb *tcp, int len, long addr) in dumpiov() 723 dumpstr(struct tcb *tcp, long addr, int len) in dumpstr() 839 umoven(struct tcb *tcp, long addr, int len, char *laddr) in umoven() [all …]
|
D | signal.c | 250 print_sigset_addr_len(struct tcb *tcp, long addr, long len) in print_sigset_addr_len() 508 printsiginfo_at(struct tcb *tcp, long addr) in printsiginfo_at() 527 sys_sigsetmask(struct tcb *tcp) in sys_sigsetmask() 565 decode_old_sigaction(struct tcb *tcp, long addr) in decode_old_sigaction() 631 sys_sigaction(struct tcb *tcp) in sys_sigaction() 644 sys_signal(struct tcb *tcp) in sys_signal() 683 sys_sigreturn(struct tcb *tcp) in sys_sigreturn() 943 sys_siggetmask(struct tcb *tcp) in sys_siggetmask() 952 sys_sigsuspend(struct tcb *tcp) in sys_sigsuspend() 968 print_stack_t(struct tcb *tcp, unsigned long addr) in print_stack_t() [all …]
|
D | inotify.c | 9 sys_inotify_add_watch(struct tcb *tcp) in sys_inotify_add_watch() 25 sys_inotify_rm_watch(struct tcb *tcp) in sys_inotify_rm_watch() 37 sys_inotify_init1(struct tcb *tcp) in sys_inotify_init1()
|
D | scsi.c | 39 print_sg_io_buffer(struct tcb *tcp, unsigned char *addr, int len) in print_sg_io_buffer() 63 print_sg_io_req(struct tcb *tcp, struct sg_io_hdr *sg_io) in print_sg_io_req() 86 print_sg_io_res(struct tcb *tcp, struct sg_io_hdr *sg_io) in print_sg_io_res() 107 scsi_ioctl(struct tcb *tcp, long code, long arg) in scsi_ioctl()
|
D | bjm.c | 77 sys_query_module(struct tcb *tcp) in sys_query_module() 168 sys_create_module(struct tcb *tcp) in sys_create_module() 178 sys_delete_module(struct tcb *tcp) in sys_delete_module() 189 sys_init_module(struct tcb *tcp) in sys_init_module() 204 sys_finit_module(struct tcb *tcp) in sys_finit_module()
|
D | sock.c | 44 print_addr(struct tcb *tcp, long addr, struct ifreq *ifr) in print_addr() 55 sock_ioctl(struct tcb *tcp, long code, long arg) in sock_ioctl() 267 sys_socketcall(struct tcb *tcp) in sys_socketcall()
|
D | fanotify.c | 8 sys_fanotify_init(struct tcb *tcp) in sys_fanotify_init() 32 sys_fanotify_mark(struct tcb *tcp) in sys_fanotify_mark()
|
D | unwind.c | 104 unwind_tcb_init(struct tcb *tcp) in unwind_tcb_init() 118 unwind_tcb_fin(struct tcb *tcp) in unwind_tcb_fin() 137 build_mmap_cache(struct tcb* tcp) in build_mmap_cache() 228 delete_mmap_cache(struct tcb *tcp, const char *caller) in delete_mmap_cache() 248 rebuild_cache_if_invalid(struct tcb *tcp, const char *caller) in rebuild_cache_if_invalid() 264 unwind_cache_invalidate(struct tcb* tcp) in unwind_cache_invalidate() 301 print_stack_frame(struct tcb *tcp, in print_stack_frame() 360 stacktrace_walk(struct tcb *tcp, in stacktrace_walk() 562 unwind_print_stacktrace(struct tcb* tcp) in unwind_print_stacktrace() 584 unwind_capture_stacktrace(struct tcb *tcp) in unwind_capture_stacktrace()
|
D | syscall.c | 326 update_personality(struct tcb *tcp, int personality) in update_personality() 578 decode_socket_subcall(struct tcb *tcp) in decode_socket_subcall() 612 decode_ipc_subcall(struct tcb *tcp) in decode_ipc_subcall() 629 printargs(struct tcb *tcp) in printargs() 641 printargs_lu(struct tcb *tcp) in printargs_lu() 653 printargs_ld(struct tcb *tcp) in printargs_ld() 666 getrval2(struct tcb *tcp) in getrval2() 788 print_pc(struct tcb *tcp) in print_pc() 967 undefined_scno_name(struct tcb *tcp) in undefined_scno_name() 1134 get_scno(struct tcb *tcp) in get_scno() [all …]
|
D | pathtrace.c | 61 upathmatch(struct tcb *tcp, unsigned long upath) in upathmatch() 73 fdmatch(struct tcb *tcp, int fd) in fdmatch() 104 getfdpath(struct tcb *tcp, int fd, char *buf, unsigned bufsize) in getfdpath() 155 pathtrace_match(struct tcb *tcp) in pathtrace_match()
|
D | strace.c | 367 ptrace_restart(int op, struct tcb *tcp, int sig) in ptrace_restart() 586 printleader(struct tcb *tcp) in printleader() 660 newoutf(struct tcb *tcp) in newoutf() 693 struct tcb *tcp; in alloctcb() local 722 droptcb(struct tcb *tcp) in droptcb() 763 detach(struct tcb *tcp) in detach() 958 struct tcb *tcp; in startup_attach() local 1165 struct tcb *tcp; in startup_child() local 1635 struct tcb *tcp; in init() local 1987 struct tcb *tcp = tcbtab[i]; in pid2tcb() local [all …]
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
D | pseudotcp_unittest.cc | 133 virtual void OnTcpOpen(PseudoTcp* tcp) { in OnTcpOpen() 146 virtual void OnTcpClosed(PseudoTcp* tcp, uint32 error) { in OnTcpClosed() 156 virtual WriteResult TcpWritePacket(PseudoTcp* tcp, in TcpWritePacket() 176 void UpdateClock(PseudoTcp* tcp, uint32 message) { in UpdateClock() 263 virtual void OnTcpReadable(PseudoTcp* tcp) { in OnTcpReadable() 278 virtual void OnTcpWriteable(PseudoTcp* tcp) { in OnTcpWriteable() 374 virtual void OnTcpReadable(PseudoTcp* tcp) { in OnTcpReadable() 401 virtual void OnTcpWriteable(PseudoTcp* tcp) { in OnTcpWriteable() 519 virtual void OnTcpReadable(PseudoTcp* tcp) { in OnTcpReadable() 522 virtual void OnTcpWriteable(PseudoTcp* tcp) { in OnTcpWriteable()
|