Lines Matching refs:uintptr_t

60 	uintptr_t	entry;
61 uintptr_t down;
62 uintptr_t next;
63 uintptr_t end;
69 uintptr_t down;
70 uintptr_t next;
71 uintptr_t comb;
75 uintptr_t addr;
77 uintptr_t *func_addrs;
93 (uintptr_t) prb_chain_entry,
94 (uintptr_t) prb_chain_down,
95 (uintptr_t) prb_chain_next,
96 (uintptr_t) prb_chain_end}
103 static tnfctl_errcode_t decode(tnfctl_handle_t *hndl, uintptr_t addr,
104 char ***func_names, uintptr_t **func_addrs);
105 static boolean_t find(tnfctl_handle_t *hndl, comb_op_t op, uintptr_t down,
106 uintptr_t next, uintptr_t * comb_p);
108 uintptr_t down, uintptr_t next, uintptr_t * comb_p);
109 static tnfctl_errcode_t add(tnfctl_handle_t *hndl, comb_op_t op, uintptr_t down,
110 uintptr_t next, uintptr_t comb);
113 static tnfctl_errcode_t iscomb(tnfctl_handle_t *hndl, uintptr_t addr,
114 uintptr_t *down_p, uintptr_t *next_p, boolean_t *ret_val);
115 static tnfctl_errcode_t findname(tnfctl_handle_t *hndl, uintptr_t addr,
129 uintptr_t down, uintptr_t next, uintptr_t *comb_p) in _tnfctl_comb_build()
162 _tnfctl_comb_decode(tnfctl_handle_t *hndl, uintptr_t addr, char ***func_names, in _tnfctl_comb_decode()
163 uintptr_t **func_addrs) in _tnfctl_comb_decode()
188 decode(tnfctl_handle_t *hndl, uintptr_t addr, char ***func_names, in decode()
189 uintptr_t **func_addrs) in decode()
195 uintptr_t down; in decode()
196 uintptr_t next; in decode()
223 uintptr_t *nextaddrs; in decode()
225 uintptr_t *addr_p; in decode()
327 uintptr_t addr, uintptr_t *down_p, uintptr_t *next_p, in iscomb()
339 uintptr_t downaddr; in iscomb()
340 uintptr_t nextaddr; in iscomb()
376 if ((uintptr_t) tptr == calltmpl[type].down + in iscomb()
391 } else if ((uintptr_t) tptr == calltmpl[type].next + in iscomb()
439 findname(tnfctl_handle_t *hndl, uintptr_t addr, char **ret_name) in findname()
480 find(tnfctl_handle_t *hndl, comb_op_t op, uintptr_t down, uintptr_t next, in find()
481 uintptr_t * comb_p) in find()
504 add(tnfctl_handle_t *hndl, comb_op_t op, uintptr_t down, uintptr_t next, in add()
505 uintptr_t comb) in add()
537 return (int) ((uintptr_t) k1p->addr - (uintptr_t) k0p->addr); in decode_compare()
567 build(tnfctl_handle_t *hndl, comb_op_t op, uintptr_t down, uintptr_t next, in build()
568 uintptr_t *comb_p) in build()
571 uintptr_t addr; in build()
573 uintptr_t offset; in build()
574 uintptr_t contents; in build()