Home
last modified time | relevance | path

Searched refs:get_tcb_priv_data (Results 1 – 11 of 11) sorted by relevance

/external/strace/
Dmmsghdr.c138 const struct mmsgvec_data *const data = get_tcb_priv_data(tcp); in decode_mmsgvec()
231 tprints(*(const char **) get_tcb_priv_data(tcp)); in SYS_FUNC()
Dscsi.c102 uint32_t *piid = get_tcb_priv_data(tcp); in scsi_ioctl()
Dsg_io_v4.c101 struct sg_io_v4 *entering_sg_io = get_tcb_priv_data(tcp); in decode_response()
Dsg_io_v3.c108 struct_sg_io_hdr *entering_sg_io = get_tcb_priv_data(tcp); in decode_response()
Dsock.c179 entering_ifc = get_tcb_priv_data(tcp); in decode_ifconf()
Dperf.c148 desc = get_tcb_priv_data(tcp); in print_perf_event_attr()
Ddefs.h428 extern void *get_tcb_priv_data(const struct tcb *);
435 return (unsigned long) get_tcb_priv_data(tcp); in get_tcb_priv_ulong()
Dsignal.c642 tprints(get_tcb_priv_data(tcp)); in SYS_FUNC()
Ddm.c456 entering_ioc = get_tcb_priv_data(tcp); in dm_known_ioctl()
Dstrace.c763 get_tcb_priv_data(const struct tcb *tcp) in get_tcb_priv_data() function
DChangeLog675 get_tcb_priv_data instead of get_tcb_priv_ulong, call decode_sg_io
679 (decode_response): Restore it using get_tcb_priv_data. Print its i/o
684 (decode_response): Restore it using get_tcb_priv_data. Print its i/o
8146 get_tcb_priv_data.
8158 using get_tcb_priv_data.
8169 (get_tcb_priv_data, set_tcb_priv_data, free_tcb_priv_data):
8172 * strace.c (get_tcb_priv_data, set_tcb_priv_data, free_tcb_priv_data):