Searched defs:hat_region_cookie_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dhat.h81 typedef void *hat_region_cookie_t; typedef
208 uint_t, hat_region_cookie_t);
210 uint_t, uint_t, hat_region_cookie_t);
215 void hat_unlock_region(struct hat *, caddr_t, size_t, hat_region_cookie_t);
604 hat_region_cookie_t hat_join_region(struct hat *, caddr_t, size_t, void *,
607 void hat_leave_region(struct hat *, hat_region_cookie_t,
609 void hat_dup_region(struct hat *, hat_region_cookie_t);
611 #define HAT_INVALID_REGION_COOKIE ((hat_region_cookie_t)-1)

Completed in 45 milliseconds