The OpenNET Project / Index page

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

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

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

libufs (3)
  • >> libufs (3) ( FreeBSD man: Библиотечные вызовы )

  • BSD mandoc
     

    NAME

    
    
    libufs
    
     - operate on UFS file systems from userland
    
     
    

    LIBRARY

    Lb libufs
    
     
    

    SYNOPSIS

       #include <sys/param.h>
       #include <sys/mount.h>
       #include <ufs/ufs/ufsmount.h>
       #include <ufs/ufs/dinode.h>
       #include <ufs/ffs/fs.h>
       #include <libufs.h>
     

    DESCRIPTION

    The library and the functions it provides are used for implementing utilities which need to access a UFS file system at a low level from userland. Facilities provided are used to implement utilities such as newfs(8) and dumpfs(8). The library is designed to be simple, and to provide functions that are traditionally useful to have.

    A disk is represented as the type Vt struct uufsd as defined in In libufs.h . The structure is filled out, operations are performed, and the disk is closed.  

    ERRORS

    Functions provided by return -1 in every functional error situation. They also set the d_error field of Vt struct uufsd to a string describing the error.  

    SEE ALSO

    bread(3), bwrite(3), cgread(3), cgread1(3), cgwrite1(3), sbread(3), sbwrite(3), ufs_disk_close3, ufs_disk_fillout3, ufs_disk_fillout_blank3, ufs_disk_write3, ffs(7)  

    HISTORY

    The libufs(3) library first appeared in Fx 5.0 .  

    AUTHORS

    An Juli Mallett Aq jmallett@FreeBSD.org

    An -nosplit Additional design, feedback, and ideas were provided by An Poul-Henning Kamp Aq phk@FreeBSD.org .


     

    Index

    NAME
    LIBRARY
    SYNOPSIS
    DESCRIPTION
    ERRORS
    SEE ALSO
    HISTORY
    AUTHORS


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




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

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