X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/55e303ae13a4cf49d70f2294092726f2fffb9ef2..refs/heads/master:/osfmk/man/DP_backing_store_delete.html diff --git a/osfmk/man/DP_backing_store_delete.html b/osfmk/man/DP_backing_store_delete.html old mode 100755 new mode 100644 index a4018cb6a..0d63818bd --- a/osfmk/man/DP_backing_store_delete.html +++ b/osfmk/man/DP_backing_store_delete.html @@ -1 +1,48 @@ -

default_pager_backing_store_delete


Server Interface - Delete a backing storage object.

SYNOPSIS

#include< mach/default_pager_object.h>

kern_return_t   default_pager_backing_store_delete
                (mach_port_t                      backing_store);

PARAMETERS

backing_store
[in backing store (receive) right] The backing store port created by default_pager_backing_store_create.

DESCRIPTION

The default_pager_backing_store_delete function is called to destroy 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.

RETURN VALUES

KERN_FAILURE
The default pager does not support this operation.

KERN_INVALID_ARGUMENT
The backing_store port does not represent a valid backing store or the specified segment overlaps an existing partition.

KERN_SUCCESS
The operation was successful.

RELATED INFORMATION

Functions: default_pager_backing_store_create, default_pager_backing_store_info. \ No newline at end of file +

default_pager_backing_store_delete

+
+

+Server Interface - Delete a backing storage object. +

SYNOPSIS

+
+#include< mach/default_pager_object.h>
+
+kern_return_t   default_pager_backing_store_delete
+                (mach_port_t                      backing_store);
+
+

PARAMETERS

+
+

+

backing_store +
+[in backing store (receive) right] The backing store port created by +default_pager_backing_store_create. +
+

DESCRIPTION

+

+The default_pager_backing_store_delete function is called to destroy 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. +

RETURN VALUES

+
+

+

KERN_FAILURE +
+The default pager does not support this operation. +

+

KERN_INVALID_ARGUMENT +
+The backing_store port does not represent a valid backing store or the +specified segment overlaps an existing partition. +

+

KERN_SUCCESS +
+The operation was successful. +
+

RELATED INFORMATION

+

+Functions: +default_pager_backing_store_create, +default_pager_backing_store_info.