Lines Matching refs:posthandler
4144 * (3) prehandler() and posthandler() may not call hat_add_callback() or
4147 * (4) Either prehandler() or posthandler() (but not both) may be specified
4154 * Pass prehandler, posthandler, errhandler addresses
4158 * captured until after the posthandler suspend callback
4182 * posthandler()
4212 int (*posthandler)(caddr_t, uint_t, uint_t, void *, pfn_t),
4235 ASSERT(prehandler != NULL || posthandler != NULL);
4239 sfmmu_cb_table[id].posthandler = posthandler;
4251 * posthandler above for more details.
6576 if ((f = sfmmu_cb_table[id].posthandler) == NULL)
6593 panic("sfmmu: posthandler failed");