Searched defs:ldi_handle (Results 1 – 3 of 3) sorted by relevance
97 struct ldi_handle { struct99 struct ldi_handle *lh_next; argument100 uint_t lh_ref;101 uint_t lh_flags;125 struct ldi_handle *le_lhp; argument
364 ldi_handle(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in ldi_handle() function
451 ldi_handle_t ldi_handle[V_NUMPAR]; /* LDI slice handles */ member