HomeSort by relevance Sort by last modified time
    Searched refs:tcb (Results 26 - 50 of 127) sorted by null

12 3 4 5 6

  /external/strace/
ipc.c 64 extern void printsigevent(struct tcb *tcp, long arg);
98 indirect_ipccall(struct tcb *tcp)
114 tprint_msgsnd(struct tcb *tcp, long addr, unsigned long count,
146 tprint_msgrcv(struct tcb *tcp, long addr, unsigned long count, long msgtyp)
189 tprint_sembuf(struct tcb *tcp, long addr, unsigned long count)
422 printmqattr(struct tcb *tcp, long addr)
syscall.c 306 update_personality(struct tcb *tcp, unsigned int personality)
559 decode_socket_subcall(struct tcb *tcp)
589 decode_ipc_subcall(struct tcb *tcp)
606 printargs(struct tcb *tcp)
618 printargs_lu(struct tcb *tcp)
630 printargs_ld(struct tcb *tcp)
642 dumpio(struct tcb *tcp)
728 undefined_scno_name(struct tcb *tcp)
744 static int get_syscall_args(struct tcb *);
745 static int get_syscall_result(struct tcb *);
    [all...]
affinity.c 4 print_affinitylist(struct tcb *tcp, long list, unsigned int len)
ldt.c 8 print_user_desc(struct tcb *tcp, long addr)
mknod.c 15 decode_mknod(struct tcb *tcp, int offset)
pathtrace.c 61 upathmatch(struct tcb *tcp, unsigned long upath)
73 fdmatch(struct tcb *tcp, int fd)
104 getfdpath(struct tcb *tcp, int fd, char *buf, unsigned bufsize)
155 pathtrace_match(struct tcb *tcp)
file.c 179 printstat32(struct tcb *tcp, long addr)
228 printstatsol(struct tcb *tcp, long addr)
243 printstat(struct tcb *tcp, long addr)
354 printstat64(struct tcb *tcp, long addr)
465 printoldstat(struct tcb *tcp, long addr)
io.c 66 tprint_iov_upto(struct tcb *tcp, unsigned long len, unsigned long addr, int decode_iov, unsigned long data_size)
138 tprint_iov(struct tcb *tcp, unsigned long len, unsigned long addr, int decode_iov)
211 print_llu_from_low_high_val(struct tcb *tcp, int arg)
266 print_off_t(struct tcb *tcp, long addr)
305 print_loff_t(struct tcb *tcp, long addr)
desc.c 69 printflock64(struct tcb *tcp, long addr, int getlk)
90 printflock(struct tcb *tcp, long addr, int getlk)
274 do_dup2(struct tcb *tcp, int flags_arg)
306 decode_select(struct tcb *tcp, long *args, enum bitness_t bitness)
514 epoll_wait_common(struct tcb *tcp)
611 do_eventfd(struct tcb *tcp, int flags_arg)
util.c 225 getllval(struct tcb *tcp, unsigned long long *val, int arg_no)
276 printllval(struct tcb *tcp, const char *format, int arg_no)
379 printnum_long(struct tcb *tcp, long addr, const char *fmt)
397 printnum_int(struct tcb *tcp, long addr, const char *fmt)
436 getfdproto(struct tcb *tcp, int fd, char *buf, unsigned bufsize)
463 printfd(struct tcb *tcp, int fd)
709 printpathn(struct tcb *tcp, long addr, unsigned int n)
736 printpath(struct tcb *tcp, long addr)
748 printstr(struct tcb *tcp, long addr, long len)
808 dumpiov(struct tcb *tcp, int len, long addr
    [all...]
seccomp.c 165 decode_fprog(struct tcb *tcp, unsigned short len, unsigned long addr)
192 print_seccomp_filter(struct tcb *tcp, unsigned long addr)
xattr.c 13 print_xattr_val(struct tcb *tcp, int failed,
110 print_xattr_list(struct tcb *tcp, unsigned long addr, unsigned long size)
kexec.c 14 print_kexec_segments(struct tcb *tcp, unsigned long addr, unsigned long len)
printstat.h 18 DO_PRINTSTAT(struct tcb *tcp, const STRUCT_STAT *statbuf)
ptp.c 8 ptp_ioctl(struct tcb *tcp, const unsigned int code, long arg)
stream.c 61 printstrbuf(struct tcb *tcp, struct strbuf *sbp, int getting)
76 printstrbufarg(struct tcb *tcp, long arg, int getting)
230 decode_poll(struct tcb *tcp, long pts)
signal.c 226 print_sigset_addr_len(struct tcb *tcp, long addr, long len)
294 decode_old_sigaction(struct tcb *tcp, long addr)
553 decode_new_sigaction(struct tcb *tcp, long addr)
679 print_sigqueueinfo(struct tcb *tcp, int sig, unsigned long uinfo)
743 do_signalfd(struct tcb *tcp, int flags_arg)
clone.c 68 extern void print_user_desc(struct tcb *, long);
loop.c 38 loop_ioctl(struct tcb *tcp, const unsigned int code, long arg)
wait.c 96 printwaitn(struct tcb *tcp, int n, int bitness)
block.c 85 print_blkpg_req(struct tcb *tcp, struct blkpg_ioctl_arg *blkpg)
110 block_ioctl(struct tcb *tcp, const unsigned int code, long arg)
prctl.c 35 prctl_enter(struct tcb *tcp)
176 prctl_exit(struct tcb *tcp)
sock.c 44 print_addr(struct tcb *tcp, long addr, struct ifreq *ifr)
61 sock_ioctl(struct tcb *tcp, const unsigned int code, long arg)
  /system/bt/stack/gatt/
gatt_utils.c 717 if (gatt_cb.tcb[i].in_use && gatt_cb.tcb[i].ch_state == GATT_CH_OPEN)
719 memcpy( bda, gatt_cb.tcb[i].peer_bda, BD_ADDR_LEN);
721 *p_transport = gatt_cb.tcb[i].transport;
809 ** Returns GATT_INDEX_INVALID if not found. Otherwise index to the tcb.
819 if (gatt_cb.tcb[i].in_use &&
820 !memcmp(gatt_cb.tcb[i].peer_bda, bda, BD_ADDR_LEN))
833 ** Description The function searches for an empty tcb entry, and return the index.
835 ** Returns GATT_INDEX_INVALID if not found. Otherwise index to the tcb.
844 if (!memcmp(gatt_cb.tcb[i].peer_bda, bda, BD_ADDR_LEN) &
    [all...]
  /external/libavc/common/
ih264_deblk_edge_filters.c 1673 WORD8 tcb, tcr; local
1798 WORD8 tcb, tcr; local
2024 WORD8 tcb, tcr; local
    [all...]

Completed in 1569 milliseconds

12 3 4 5 6