*** 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: getvfsbyname | Section: 3 | Source: Digital UNIX | File: getvfsbyname.3.gz
getvfsbyname(3) Library Functions Manual getvfsbyname(3) NAME getvfsbyname - Gets the virtual file system type number LIBRARY Standard C Library (libc.a) SYNOPSIS #include <sys/mount.h> int getvfsbyname( const char *typename); PARAMETERS A pointer to a virtual file system type name. DESCRIPTION The getvfsbyname() function returns the type number of the virtual sys- tem type identified by typename. NOTES The getvfsbyname() function may not be able to handle file systems that are dynamically loaded. RETURN VALUES Upon successful completion, getvfsbyname() returns an integer value be- tween MOUNT_NONE and MOUNT_MAXTYPE that identifies the file system type. Otherwise, getvfsbyname() returns a value of -1 and errno is set to indicate the error. ERRORS If any of the following conditions occurs, the getvfsbyname() function sets errno to the corresponding value: The typename argument is not a valid pointer. Memory cannot be allocated. RELATED INFORMATION Functions: getvfsbynumber(3), statfs(2). delim off getvfsbyname(3)

Navigation Options