The OpenNET Project / Index page

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

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

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

btopr (9)
  • >> btopr (9) ( Solaris man: Ядро )
  •  

    NAME

    btopr - convert size in bytes to size in pages (round up)
     
    

    SYNOPSIS

    #include <sys/ddi.h>
    
    
    
    unsigned long btopr(unsigned long numbytes);
    

     

    INTERFACE LEVEL

    Architecture independent level 1 (DDI/DKI).  

    PARAMETERS

    numbytes

    Number of bytes.

     

    DESCRIPTION

    The btopr() function returns the number of memory pages contained in the specified number of bytes memory, rounded up to the next whole page. For example, if the page size is 2048, then btopr(4096) returns 2, and btopr(4097) returns 3.  

    RETURN VALUES

    The return value is always the number of pages. There are no invalid input values, and therefore no error return values.  

    CONTEXT

    The btopr() function can be called from user, interrupt, or kernel context.  

    SEE ALSO

    btop(9F), ddi_btopr(9F), ptob(9F)

    Writing Device Drivers


     

    Index

    NAME
    SYNOPSIS
    INTERFACE LEVEL
    PARAMETERS
    DESCRIPTION
    RETURN VALUES
    CONTEXT
    SEE ALSO


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




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

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