*** 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: getvfsbynumber | Section: 3 | Source: Digital UNIX | File: getvfsbynumber.3.gz
getvfsbynumber(3) Library Functions Manual getvfsbynumber(3) NAME getvfsbynumber - Gets the virtual file system type name LIBRARY Standard C Library (libc.a) SYNOPSIS #include <sys/mount.h> char *getvfsbynumber( int typeno); PARAMETERS Specifies the number that identifies the type of the file system. DESCRIPTION The getvfsbynumber() function returns the symbolic name for the virtual file system type identified by typeno. The type number of a mounted file system can be determined with the statfs() function. NOTES The getvfsbynumber() function may not be able to handle file systems that are dynamically loaded. RETURN VALUES Upon successful completion, getvfsbynumber() returns a symbolic name. Otherwise, getvfsbynumber() returns a value of -1 and sets errno. ERRORS If any of the following conditions occurs, the getvfsbynumber() func- tion sets errno to the corresponding value: typeno is outside the range of known file system types. RELATED INFORMATION Functions: statfs(2), getvfsbyname(3). delim off getvfsbynumber(3)

Navigation Options