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

1 2 3 4

  /external/strace/
inotify.c 9 sys_inotify_add_watch(struct tcb *tcp)
25 sys_inotify_rm_watch(struct tcb *tcp)
37 sys_inotify_init1(struct tcb *tcp)
ldt.c 8 print_user_desc(struct tcb *tcp, long addr)
43 sys_modify_ldt(struct tcb *tcp)
59 sys_set_thread_area(struct tcb *tcp)
80 sys_get_thread_area(struct tcb *tcp)
95 sys_set_thread_area(struct tcb *tcp)
106 sys_get_thread_area(struct tcb *tcp)
defs.h 404 struct tcb { struct
406 int pid; /* If 0, this tcb is free */
438 /* TCB flags */
604 extern void print_pc(struct tcb *);
605 extern int trace_syscall(struct tcb *);
606 extern void count_syscall(struct tcb *, const struct timeval *);
628 extern int umoven(struct tcb *, long, int, char *);
631 extern int umovestr(struct tcb *, long, int, char *);
634 extern long getrval2(struct tcb *);
642 extern int setbpt(struct tcb *);
    [all...]
ipc.c 64 extern void printsigevent(struct tcb *tcp, long arg);
75 int sys_msgget(struct tcb *tcp)
98 indirect_ipccall(struct tcb *tcp)
112 int sys_msgctl(struct tcb *tcp)
123 tprint_msgsnd(struct tcb *tcp, long addr, unsigned long count,
139 int sys_msgsnd(struct tcb *tcp)
155 tprint_msgrcv(struct tcb *tcp, long addr, unsigned long count, long msgtyp)
169 int sys_msgrcv(struct tcb *tcp)
198 tprint_sembuf(struct tcb *tcp, long addr, unsigned long count)
239 int sys_semop(struct tcb *tcp
    [all...]
reboot.c 9 sys_reboot(struct tcb *tcp)
resource.c 54 print_rlimit64(struct tcb *tcp, unsigned long addr)
70 decode_rlimit64(struct tcb *tcp, unsigned long addr)
99 print_rlimit32(struct tcb *tcp, unsigned long addr)
115 decode_rlimit(struct tcb *tcp, unsigned long addr)
146 sys_getrlimit(struct tcb *tcp)
159 sys_setrlimit(struct tcb *tcp)
170 sys_prlimit64(struct tcb *tcp)
188 printrusage32(struct tcb *tcp, long addr)
245 printrusage(struct tcb *tcp, long addr)
280 sys_getrusage(struct tcb *tcp
    [all...]
time.c 49 tprint_timeval32(struct tcb *tcp, const struct timeval32 *tv)
55 tprint_timeval(struct tcb *tcp, const struct timeval *tv)
62 printtv_bitness(struct tcb *tcp, long addr, enum bitness_t bitness, int special)
70 sprinttv(char *buf, struct tcb *tcp, long addr, enum bitness_t bitness, int special)
120 print_timespec(struct tcb *tcp, long addr)
128 sprint_timespec(char *buf, struct tcb *tcp, long addr)
162 sys_time(struct tcb *tcp)
171 sys_stime(struct tcb *tcp)
180 sys_gettimeofday(struct tcb *tcp)
197 sys_osf_gettimeofday(struct tcb *tcp
    [all...]
keyctl.c 20 sys_add_key(struct tcb *tcp)
40 sys_request_key(struct tcb *tcp)
59 keyctl_get_keyring_id(struct tcb *tcp, key_serial_t id, int create)
70 keyctl_join_session_keyring(struct tcb *tcp, long addr)
80 keyctl_update_key(struct tcb *tcp, key_serial_t id, long addr, long len)
93 keyctl_handle_key(struct tcb *tcp, key_serial_t id)
103 keyctl_handle_key_key(struct tcb *tcp, key_serial_t id1, key_serial_t id2)
115 keyctl_read_key(struct tcb *tcp, key_serial_t id, long addr, long len)
135 keyctl_keyring_search(struct tcb *tcp, key_serial_t id1, long addr1,
152 keyctl_chown_key(struct tcb *tcp, key_serial_t id, int user, int group
    [all...]
file.c 236 print_dirfd(struct tcb *tcp, int fd)
294 decode_open(struct tcb *tcp, int offset)
310 sys_open(struct tcb *tcp)
316 sys_openat(struct tcb *tcp)
327 solaris_open(struct tcb *tcp)
345 sys_creat(struct tcb *tcp)
357 decode_access(struct tcb *tcp, int offset)
368 sys_access(struct tcb *tcp)
374 sys_faccessat(struct tcb *tcp)
382 sys_umask(struct tcb *tcp
    [all...]
desc.c 69 printflock64(struct tcb *tcp, long addr, int getlk)
90 printflock(struct tcb *tcp, long addr, int getlk)
149 sys_fcntl(struct tcb *tcp)
248 sys_flock(struct tcb *tcp)
260 sys_close(struct tcb *tcp)
269 sys_dup(struct tcb *tcp)
278 do_dup2(struct tcb *tcp, int flags_arg)
293 sys_dup2(struct tcb *tcp)
299 sys_dup3(struct tcb *tcp)
306 sys_getdtablesize(struct tcb *tcp
    [all...]
io.c 38 sys_read(struct tcb *tcp)
54 sys_write(struct tcb *tcp)
71 tprint_iov_upto(struct tcb *tcp, unsigned long len, unsigned long addr, int decode_iov, unsigned long data_size)
143 tprint_iov(struct tcb *tcp, unsigned long len, unsigned long addr, int decode_iov)
149 sys_readv(struct tcb *tcp)
167 sys_writev(struct tcb *tcp)
191 sys_pread(struct tcb *tcp)
208 sys_pwrite(struct tcb *tcp)
222 sys_preadv(struct tcb *tcp)
240 sys_pwritev(struct tcb *tcp
    [all...]
mem.c 48 sys_brk(struct tcb *tcp)
60 print_mmap(struct tcb *tcp, long *u_arg, unsigned long long offset)
99 sys_old_mmap(struct tcb *tcp)
131 sys_old_mmap_pgoff(struct tcb *tcp)
149 sys_mmap(struct tcb *tcp)
166 sys_mmap_pgoff(struct tcb *tcp)
177 sys_mmap_4koff(struct tcb *tcp)
186 sys_munmap(struct tcb *tcp)
196 sys_mprotect(struct tcb *tcp)
209 sys_mremap(struct tcb *tcp
    [all...]
fanotify.c 8 sys_fanotify_init(struct tcb *tcp)
32 sys_fanotify_mark(struct tcb *tcp)
ioprio.c 46 sys_ioprio_get(struct tcb *tcp)
64 sys_ioprio_set(struct tcb *tcp)
stream.c 61 printstrbuf(struct tcb *tcp, struct strbuf *sbp, int getting)
76 printstrbufarg(struct tcb *tcp, long arg, int getting)
90 sys_putmsg(struct tcb *tcp)
107 sys_getmsg(struct tcb *tcp)
156 sys_putpmsg(struct tcb *tcp)
176 sys_getpmsg(struct tcb *tcp)
234 decode_poll(struct tcb *tcp, long pts)
367 sys_poll(struct tcb *tcp)
382 sys_ppoll(struct tcb *tcp)
397 sys_poll(struct tcb *tcp
    [all...]
system.c 87 sys_mount(struct tcb *tcp)
132 sys_umount2(struct tcb *tcp)
147 sys_personality(struct tcb *tcp)
171 sys_syslog(struct tcb *tcp)
224 sys_cacheflush(struct tcb *tcp)
248 sys_sram_alloc(struct tcb *tcp)
269 sys_cacheflush(struct tcb *tcp)
302 sys_cacheflush(struct tcb *tcp)
333 print_cap_header(struct tcb *tcp, unsigned long addr)
353 print_cap_data(struct tcb *tcp, unsigned long addr
    [all...]
scsi.c 39 print_sg_io_buffer(struct tcb *tcp, unsigned char *addr, int len)
63 print_sg_io_req(struct tcb *tcp, struct sg_io_hdr *sg_io)
86 print_sg_io_res(struct tcb *tcp, struct sg_io_hdr *sg_io)
107 scsi_ioctl(struct tcb *tcp, long code, long arg)
net.c 161 printsock(struct tcb *tcp, long addr, int addrlen)
307 printcmsghdr(struct tcb *tcp, unsigned long addr, unsigned long len)
358 do_msghdr(struct tcb *tcp, struct msghdr *msg, unsigned long data_size)
396 printmsghdr(struct tcb *tcp, long addr, unsigned long data_size)
425 printmmsghdr(struct tcb *tcp, long addr, unsigned int idx, unsigned long msg_len)
464 decode_mmsg(struct tcb *tcp, unsigned long msg_len)
494 tprint_sock_type(struct tcb *tcp, int flags)
509 sys_socket(struct tcb *tcp)
545 sys_bind(struct tcb *tcp)
557 sys_connect(struct tcb *tcp
    [all...]
bjm.c 77 sys_query_module(struct tcb *tcp)
168 sys_create_module(struct tcb *tcp)
178 sys_delete_module(struct tcb *tcp)
189 sys_init_module(struct tcb *tcp)
204 sys_finit_module(struct tcb *tcp)
signal.c 250 print_sigset_addr_len(struct tcb *tcp, long addr, long len)
508 printsiginfo_at(struct tcb *tcp, long addr)
527 sys_sigsetmask(struct tcb *tcp)
565 decode_old_sigaction(struct tcb *tcp, long addr)
631 sys_sigaction(struct tcb *tcp)
644 sys_signal(struct tcb *tcp)
683 sys_sigreturn(struct tcb *tcp)
943 sys_siggetmask(struct tcb *tcp)
952 sys_sigsuspend(struct tcb *tcp)
968 print_stack_t(struct tcb *tcp, unsigned long addr
    [all...]
process.c 132 sys_prctl(struct tcb *tcp)
219 sys_sethostname(struct tcb *tcp)
230 sys_gethostname(struct tcb *tcp)
244 sys_setdomainname(struct tcb *tcp)
254 sys_exit(struct tcb *tcp)
299 extern void print_user_desc(struct tcb *, long);
337 sys_clone(struct tcb *tcp)
392 sys_setns(struct tcb *tcp)
403 sys_unshare(struct tcb *tcp)
411 sys_fork(struct tcb *tcp
    [all...]
unwind.c 89 static void delete_mmap_cache(struct tcb *tcp, const char *caller);
104 unwind_tcb_init(struct tcb *tcp)
118 unwind_tcb_fin(struct tcb *tcp)
137 build_mmap_cache(struct tcb* tcp)
228 delete_mmap_cache(struct tcb *tcp, const char *caller)
248 rebuild_cache_if_invalid(struct tcb *tcp, const char *caller)
264 unwind_cache_invalidate(struct tcb* tcp)
301 print_stack_frame(struct tcb *tcp,
360 stacktrace_walk(struct tcb *tcp,
562 unwind_print_stacktrace(struct tcb* tcp
    [all...]
kexec.c 8 print_kexec_segments(struct tcb *tcp, unsigned long addr, unsigned long len)
66 sys_kexec_load(struct tcb *tcp)
  /external/qemu/slirp/
tcp_timer.c 54 so = tcb.so_next;
56 for (; so != &tcb; so = so->so_next)
68 * Updates the timers in all active tcb's and
81 * Search through tcb's and update active timers.
83 ip = tcb.so_next;
86 for (; ip != &tcb; ip = ipnxt) {
  /external/qemu/slirp-android/
tcp_timer.c 54 so = tcb.so_next;
56 for (; so != &tcb; so = so->so_next)
68 * Updates the timers in all active tcb's and
81 * Search through tcb's and update active timers.
83 ip = tcb.so_next;
86 for (; ip != &tcb; ip = ipnxt) {

Completed in 216 milliseconds

1 2 3 4