Searched refs:posthandler (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/vm/ |
H A D | hat.h | 516 int (*posthandler)(caddr_t, uint_t, uint_t, void *, pfn_t),
|
/titanic_44/usr/src/uts/sfmmu/vm/ |
H A D | hat_sfmmu.h | 1078 int (*posthandler)(caddr_t, uint_t, uint_t, void *, pfn_t); member
|
H A D | hat_sfmmu.c | 4244 int (*posthandler)(caddr_t, uint_t, uint_t, void *, pfn_t), in hat_register_callback() 4267 ASSERT(prehandler != NULL || posthandler != NULL); in hat_register_callback() 4271 sfmmu_cb_table[id].posthandler = posthandler; in hat_register_callback() 6679 if ((f = sfmmu_cb_table[id].posthandler) == NULL) in hat_pageprocess_postcallbacks()
|