X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/743b15655a24ee3fe9f458f383003e011db0558f..13fec9890cf095cc781fdf7b8917cb03bf32dd4c:/osfmk/man/default_pager_info.html diff --git a/osfmk/man/default_pager_info.html b/osfmk/man/default_pager_info.html index 70f15d831..9a84b4b07 100755 --- a/osfmk/man/default_pager_info.html +++ b/osfmk/man/default_pager_info.html @@ -1 +1,58 @@ -
Server Interface - Furnish caller with information about the pager's paging partition.
kern_return_t default_pager_info (mach_port_t pager, default_pager_info_t info); kern_return_t seqnos_default_pager_info (mach_port_t pager, mach_port_seqno_t seqno, default_pager_info_t *info);
A default_pager_info function is called as the result of a message requesting that the default memory manager return information concerning the default pager's paging partitions. The kernel does not make this call itself (which is why it can be a synchronous call); this request is only issued by (privileged) tasks holding the default memory manager port.
Only generic errors apply.
Functions: vm_set_default_memory_manager, memory_object_default_server, seqnos_memory_object_default_server.
Data Structures: default_pager_info. \ No newline at end of file +
+Server Interface - Furnish caller with information about the pager's paging partition. +
+kern_return_t default_pager_info + (mach_port_t pager, + default_pager_info_t info); + + +kern_return_t seqnos_default_pager_info + (mach_port_t pager, + mach_port_seqno_t seqno, + default_pager_info_t *info); + ++
+
+
+
+A default_pager_info function is called as the result +of a message requesting +that the default memory manager return information concerning the default +pager's paging partitions. The kernel does not make this call +itself (which is why it +can be a synchronous call); this request is only issued by (privileged) tasks +holding the default memory manager port. +
+Only generic errors apply. +
+Functions: +vm_set_default_memory_manager, +memory_object_default_server, +seqnos_memory_object_default_server. +
+Data Structures: +default_pager_info.