Lines Matching refs:down
61 uintptr_t down; member
69 uintptr_t down; member
105 static boolean_t find(tnfctl_handle_t *hndl, comb_op_t op, uintptr_t down,
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,
129 uintptr_t down, uintptr_t next, uintptr_t *comb_p) in _tnfctl_comb_build() argument
138 if (find(hndl, op, down, next, comb_p)) { in _tnfctl_comb_build()
146 prexstat = build(hndl, op, down, next, comb_p); in _tnfctl_comb_build()
195 uintptr_t down; in decode() local
217 prexstat = iscomb(hndl, addr, &down, &next, &is_combination); in decode()
229 tnf_opaque, down, down, in decode()
232 prexstat = findname(hndl, down, &thisname); in decode()
266 addr_p[0] = down; in decode()
376 if ((uintptr_t) tptr == calltmpl[type].down + in iscomb()
480 find(tnfctl_handle_t *hndl, comb_op_t op, uintptr_t down, uintptr_t next, in find() argument
487 key.down = down; in find()
504 add(tnfctl_handle_t *hndl, comb_op_t op, uintptr_t down, uintptr_t next, in add() argument
516 new_p->down = down; in add()
553 if (k0p->down != k1p->down) in comb_compare()
554 return ((k0p->down < k1p->down) ? -1 : 1); in comb_compare()
567 build(tnfctl_handle_t *hndl, comb_op_t op, uintptr_t down, uintptr_t next, in build() argument
608 offset = calltmpl[op].down - calltmpl[op].entry; in build()
611 contents = down - (addr + offset); in build()
617 tnf_opaque, down, down, in build()
652 prexstat = add(hndl, op, down, next, addr); in build()