get_root_page
get_root_page
Return the address of the root page of a
self
managing manager.
Signature
Status get_root_page(
Capref cont,
cont_offset *addr )
Arguments
- cont - indicates the container for which the query is requested
- addr - is used to retrurn the address of the root page.
Semantics
The get_root_page function returns the address of the root page of a
self
managing manager set using
map_root_page.
If no root page exists, nil is returned. If a root page has been set, the
address returned is always page aligned.
Status
Notes
Warnings
See Also
self
managing manager
Container
managers
map_root_page