Searched refs:j_unmap (Results 1 – 3 of 3) sorted by relevance
233 if (__db_jump.j_unmap != NULL)234 return (__db_jump.j_unmap(infop->addr, infop->size));320 if (__db_jump.j_unmap != NULL)321 return (__db_jump.j_unmap(addr, len));
99 __db_jump.j_unmap = (int (*) __P((void *, size_t)))func;
36 int (*j_unmap) __P((void *, size_t)); /* DB_FUNC_UNMAP */ member