*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: libufs | Section: 3 | Source: FreeBSD | File: libufs.3.gz
LIBUFS(3) FreeBSD Library Functions Manual LIBUFS(3) NAME libufs - operate on UFS file systems from userland LIBRARY UFS File System Access Library (libufs, -lufs) 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 libufs 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 libufs library is designed to be simple, and to provide functions that are traditionally useful to have. A disk is represented as the type struct uufsd as defined in <libufs.h>. The structure is filled out, operations are performed, and the disk is closed. ERRORS Functions provided by libufs return -1 in every functional error situation. They also set the d_error field of struct uufsd to a string describing the error. SEE ALSO berase(3), bread(3), bwrite(3), cgget(3), cgput(3), cgread(3), cgread1(3), cgwrite(3), cgwrite1(3), getinode(3), putinode(3), sbget(3), sbput(3), sbread(3), sbwrite(3), ufs_disk_close(3), ufs_disk_fillout(3), ufs_disk_fillout_blank(3), ufs_disk_write(3), ffs(7) HISTORY The libufs(3) library first appeared in FreeBSD 5.0. AUTHORS Juli Mallett <[email protected]> Marshall Kirk McKusick <[email protected]> Additional design, feedback, and ideas were provided by Poul-Henning Kamp <[email protected]>. FreeBSD 14.1-RELEASE-p8 September 2, 2020 FreeBSD 14.1-RELEASE-p8

Navigation Options