Lines Matching defs:down
61 uintptr_t down;
69 uintptr_t down;
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,
125 * down and next constraints of the caller.
129 uintptr_t down, uintptr_t next, uintptr_t *comb_p)
138 if (find(hndl, op, down, next, comb_p)) {
146 prexstat = build(hndl, op, down, next, comb_p);
195 uintptr_t down;
217 prexstat = iscomb(hndl, addr, &down, &next, &is_combination);
229 tnf_opaque, down, down,
232 prexstat = findname(hndl, down, &thisname);
266 addr_p[0] = down;
323 * it is, return the down and next pointers
373 * patch, * (down or next displ) then read that value
376 if ((uintptr_t) tptr == calltmpl[type].down +
480 find(tnfctl_handle_t *hndl, comb_op_t op, uintptr_t down, uintptr_t next,
487 key.down = down;
504 add(tnfctl_handle_t *hndl, comb_op_t op, uintptr_t down, uintptr_t next,
516 new_p->down = down;
553 if (k0p->down != k1p->down)
554 return ((k0p->down < k1p->down) ? -1 : 1);
567 build(tnfctl_handle_t *hndl, comb_op_t op, uintptr_t down, uintptr_t next,
607 /* poke the down address */
608 offset = calltmpl[op].down - calltmpl[op].entry;
611 contents = down - (addr + offset);
617 tnf_opaque, down, down,
652 prexstat = add(hndl, op, down, next, addr);