The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

pmap_addr_hint (9)
  • >> pmap_addr_hint (9) ( FreeBSD man: Ядро )

  • BSD mandoc
     

    NAME

    
    
    pmap_addr_hint
    
     - get a hint for the best-fit mapping of a VM object
    
     
    

    SYNOPSIS

       #include <sys/param.h>
       #include <vm/vm.h>
       #include <vm/pmap.h>
    vm_offset_t pmap_addr_hint (vm_object_t obj vm_offset_t addr vm_size_t size);
     

    DESCRIPTION

    The pmap_addr_hint ();
    function returns a hint for the best address at which to map the object Fa obj at address Fa addr of Fa size bytes.  

    IMPLEMENTATION NOTES

    This function is typically called on behalf of mmap(2).  

    RETURN VALUES

    If the implementation can use the address unchanged, it will simply return Fa addr .  

    SEE ALSO

    mmap(2), pmap(9)  

    AUTHORS

    This manual page was written by An Bruce M Simpson Aq bms@spc.org .


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    IMPLEMENTATION NOTES
    RETURN VALUES
    SEE ALSO
    AUTHORS


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру