X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/743b15655a24ee3fe9f458f383003e011db0558f..13fec9890cf095cc781fdf7b8917cb03bf32dd4c:/osfmk/man/MO_default_server.html diff --git a/osfmk/man/MO_default_server.html b/osfmk/man/MO_default_server.html index 8d9a552c5..7e3e707f8 100755 --- a/osfmk/man/MO_default_server.html +++ b/osfmk/man/MO_default_server.html @@ -1 +1,62 @@ -

memory_object_default_server


Function - Handle kernel operation request targeted for the default pager.

SYNOPSIS

boolean_t	memory_object_default_server
		(mach_msg_header_t	request_msg,
		mach_msg_header_t	reply_ms);

PARAMETERS

in_msg
[pointer to in structure] The memory manager message received from the kernel.

out_msg
[out structure] A reply message. Note that no kernel messages to a memory manager expect a direct reply.

DESCRIPTION

The memory_object_default_server function is the MIG generated server handling function to handle messages from the kernel targeted to the default memory manager. This server function only handles messages unique to the default memory manager. Messages that are common to all memory managers are handled by memory_object_server.

A \*Vmemory manager\*O is a server task that responds to specific messages from the kernel in order to handle memory management functions for the kernel. The memory_object_default_server function performs all necessary argument handling for a kernel message and calls one of the default memory manager functions.

RETURN VALUES

TRUE
The message was handled and the appropriate function was called.

FALSE
The message did not apply to this memory management interface and no other action was taken.

RELATED INFORMATION

Functions: seqnos_memory_object_default_server, memory_object_server, memory_object_create, memory_object_data_initialize, default_pager_object_create, default_pager_info. \ No newline at end of file +

memory_object_default_server

+
+

+Function - Handle kernel operation request targeted for the default pager. +

SYNOPSIS

+
+boolean_t	memory_object_default_server
+		(mach_msg_header_t	request_msg,
+		mach_msg_header_t	reply_ms);
+
+

PARAMETERS

+
+

+

in_msg +
+[pointer to in structure] +The memory manager message received from +the kernel. +

+

out_msg +
+[out structure] +A reply message. Note that no kernel messages to a +memory manager expect a direct reply. +
+

DESCRIPTION

+

+The memory_object_default_server function is the MIG generated server +handling function to handle messages from the kernel targeted to the default +memory manager. This server function only handles messages unique +to the default +memory manager. Messages that are common to all memory managers are +handled by memory_object_server. +

+A \*Vmemory manager\*O +is a server task that responds to specific messages from the +kernel in order to handle memory management functions for the kernel. The +memory_object_default_server function performs all necessary argument +handling for a kernel message and calls one of the default memory manager +functions. +

RETURN VALUES

+
+

+

TRUE +
+The message was handled and the appropriate function was called. +

+

FALSE +
+The message did not apply to this memory management interface and +no other action was taken. +
+

RELATED INFORMATION

+

+Functions: +seqnos_memory_object_default_server, +memory_object_server, +memory_object_create, +memory_object_data_initialize, +default_pager_object_create, +default_pager_info. +