X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/743b15655a24ee3fe9f458f383003e011db0558f..13fec9890cf095cc781fdf7b8917cb03bf32dd4c:/osfmk/man/DP_backing_store_info.html diff --git a/osfmk/man/DP_backing_store_info.html b/osfmk/man/DP_backing_store_info.html index 21da7ae5c..10934cfbd 100755 --- a/osfmk/man/DP_backing_store_info.html +++ b/osfmk/man/DP_backing_store_info.html @@ -1 +1,74 @@ -
Server Interface - Return information about a backing storage object.
#include< default_pager/mach/default_pager_types.h> kern_return_t default_pager_backing_store_info (mach_port_t backing_store, backing_store_flavor_t flavor, backing_store_info_t info, mach_msg_type_number_t size);
The default_pager_backing_store_info function is called to obtain information about a backing storage object created by default_pager_backing_store_create. The kernel does not make this call itself (which is why it can be a synchronous call); this request is only issued by tasks holding the backing store port, created with default_pager_backing_store_create, for a default memory manager.
Functions: default_pager_backing_store_create, default_pager_backing_store_delete.
Data Structures: backing_store_basic_info. \ No newline at end of file +
+Server Interface - Return information about a backing storage object. +
+#include< default_pager/mach/default_pager_types.h> + +kern_return_t default_pager_backing_store_info + (mach_port_t backing_store, + backing_store_flavor_t flavor, + backing_store_info_t info, + mach_msg_type_number_t size); ++
+
+
+
+
+
+The default_pager_backing_store_info function is called to obtain +information about a backing storage object created by +default_pager_backing_store_create. The kernel does not make this call +itself (which is why it can be a synchronous call); this request is +only issued by tasks holding the backing store port, created with +default_pager_backing_store_create, for a default memory manager. +
+
+
+
+Functions: +default_pager_backing_store_create, +default_pager_backing_store_delete. +
+Data Structures: +backing_store_basic_info.