1*5e3eaea3SApple OSS Distributions<h2>default_pager_info</h2> 2*5e3eaea3SApple OSS Distributions<hr> 3*5e3eaea3SApple OSS Distributions<p> 4*5e3eaea3SApple OSS Distributions<strong>Server Interface</strong> - Furnish caller with information about the pager's paging partition. 5*5e3eaea3SApple OSS Distributions<h3>SYNOPSIS</h3> 6*5e3eaea3SApple OSS Distributions<pre> 7*5e3eaea3SApple OSS Distributions<strong>kern_return_t default_pager_info</strong> 8*5e3eaea3SApple OSS Distributions <strong>(mach_port_t</strong> <var>pager</var>, 9*5e3eaea3SApple OSS Distributions <strong>default_pager_info_t</strong> <var>info</var><strong>);</strong> 10*5e3eaea3SApple OSS Distributions 11*5e3eaea3SApple OSS Distributions 12*5e3eaea3SApple OSS Distributions<strong>kern_return_t seqnos_default_pager_info</strong> 13*5e3eaea3SApple OSS Distributions <strong>(mach_port_t</strong> <var>pager</var>, 14*5e3eaea3SApple OSS Distributions <strong>mach_port_seqno_t</strong> <var>seqno</var>, 15*5e3eaea3SApple OSS Distributions <strong>default_pager_info_t</strong> <var>*info</var><strong>);</strong> 16*5e3eaea3SApple OSS Distributions 17*5e3eaea3SApple OSS Distributions</pre> 18*5e3eaea3SApple OSS Distributions<h3>PARAMETERS</h3> 19*5e3eaea3SApple OSS Distributions<dl> 20*5e3eaea3SApple OSS Distributions<p> 21*5e3eaea3SApple OSS Distributions<dt> <var>pager</var> 22*5e3eaea3SApple OSS Distributions<dd> 23*5e3eaea3SApple OSS Distributions[in default-pager (receive) right] 24*5e3eaea3SApple OSS DistributionsThe default memory manager service 25*5e3eaea3SApple OSS Distributionsport. 26*5e3eaea3SApple OSS Distributions<p> 27*5e3eaea3SApple OSS Distributions<dt> <var>seqno</var> 28*5e3eaea3SApple OSS Distributions<dd> 29*5e3eaea3SApple OSS Distributions[in scalar] 30*5e3eaea3SApple OSS DistributionsThe sequence number of this message relative to the pager 31*5e3eaea3SApple OSS Distributionsport. 32*5e3eaea3SApple OSS Distributions<p> 33*5e3eaea3SApple OSS Distributions<dt> <var>info</var> 34*5e3eaea3SApple OSS Distributions<dd> 35*5e3eaea3SApple OSS Distributions[out structure] 36*5e3eaea3SApple OSS DistributionsTotal and free space consumption. 37*5e3eaea3SApple OSS Distributions</dl> 38*5e3eaea3SApple OSS Distributions<h3>DESCRIPTION</h3> 39*5e3eaea3SApple OSS Distributions<p> 40*5e3eaea3SApple OSS DistributionsA <strong>default_pager_info</strong> function is called as the result 41*5e3eaea3SApple OSS Distributionsof a message requesting 42*5e3eaea3SApple OSS Distributionsthat the default memory manager return information concerning the default 43*5e3eaea3SApple OSS Distributionspager's paging partitions. The kernel does not make this call 44*5e3eaea3SApple OSS Distributionsitself (which is why it 45*5e3eaea3SApple OSS Distributionscan be a synchronous call); this request is only issued by (privileged) tasks 46*5e3eaea3SApple OSS Distributionsholding the default memory manager port. 47*5e3eaea3SApple OSS Distributions<h3>RETURN VALUES</h3> 48*5e3eaea3SApple OSS Distributions<p> 49*5e3eaea3SApple OSS DistributionsOnly generic errors apply. 50*5e3eaea3SApple OSS Distributions<h3>RELATED INFORMATION</h3> 51*5e3eaea3SApple OSS Distributions<p> 52*5e3eaea3SApple OSS DistributionsFunctions: 53*5e3eaea3SApple OSS Distributions<a href="HD_memory_manager.html"><strong>vm_set_default_memory_manager</strong></a>, 54*5e3eaea3SApple OSS Distributions<a href="MO_default_server.html"><strong>memory_object_default_server</strong></a>, 55*5e3eaea3SApple OSS Distributions<a href="SMO_default_server.html"><strong>seqnos_memory_object_default_server</strong></a>. 56*5e3eaea3SApple OSS Distributions<p> 57*5e3eaea3SApple OSS DistributionsData Structures: 58*5e3eaea3SApple OSS Distributions<a href="default_pager_info.html"><strong>default_pager_info</strong></a>. 59