1 <h2>memory_object_server
</h2>
4 <strong>Function
</strong> - Handle kernel operation request aimed at a given memory manager.
7 <strong>boolean_t memory_object_server
</strong>
8 <strong>(mach_msg_header_t
</strong> <var>request_msg
</var>,
9 <strong>mach_msg_header_t
</strong> <var>reply_ms
</var><strong>);
</strong>
14 <dt> <var>in_msg
</var>
16 [pointer to in structure]
17 The memory manager message received from
20 <dt> <var>out_msg
</var>
23 A reply message. No messages to a memory manager
24 expect a direct reply, so this field is not used.
28 The
<strong>memory_object_server
</strong> function is the MIG generated
30 function to handle messages from the kernel targeted to a memory manager.
32 A \*Vmemory manager\*O
33 is a server task that responds to specific messages from the
34 kernel in order to handle memory management functions for the kernel. The
35 <strong>memory_object_server
</strong> function performs all necessary
37 a kernel message and calls one of the memory manager functions to interpret
39 <h3>RETURN VALUES
</h3>
42 <dt> <strong>TRUE
</strong>
44 The message was handled and the appropriate function was called.
46 <dt> <strong>FALSE
</strong>
48 The message did not apply to this memory management interface and
49 no other action was taken.
51 <h3>RELATED INFORMATION
</h3>
54 <a href=
"MO_default_server.html"><strong>memory_object_default_server
<strong></a>,
55 <a href=
"memory_object_data_request.html"><strong>memory_object_data_request
<strong></a>,
56 <a href=
"memory_object_data_return.html"><strong>memory_object_data_return
<strong></a>,
57 <a href=
"memory_object_data_unlock.html"><strong>memory_object_data_unlock
<strong></a>,
58 <a href=
"MO_lock_completed.html"><strong>memory_object_lock_completed
<strong></a>,
59 <a href=
"MO_change_completed.html"><strong>memory_object_change_completed
<strong></a>,
60 <a href=
"MO_supply_completed.html"><strong>memory_object_supply_completed
<strong></a>,
61 <a href=
"memory_object_terminate.html"><strong>memory_object_terminate
<strong></a>,
62 <a href=
"memory_object_synchronize.html"><strong>memory_object_synchronize
<strong></a>,
63 <a href=
"SMO_server.html"><strong>seqnos_memory_object_server
<strong></a>.