Searched refs:posthandler (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dhat.h516 int (*posthandler)(caddr_t, uint_t, uint_t, void *, pfn_t),
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h1075 int (*posthandler)(caddr_t, uint_t, uint_t, void *, pfn_t); member in struct:sfmmu_callback
H A Dhat_sfmmu.c4144 * (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 abov
4210 hat_register_callback(int key, int (*prehandler)(caddr_t, uint_t, uint_t, void *), int (*posthandler)(caddr_t, uint_t, uint_t, void *, pfn_t), int (*errhandler)(caddr_t, uint_t, uint_t, void *), int capture_cpus) argument
[all...]

Completed in 68 milliseconds