getfstypename(3) - NetBSD Manual Pages

Command: Section: Arch: Collection:  
GETFSTYPENAME(3)        NetBSD Library Functions Manual       GETFSTYPENAME(3)


NAME
getfstypename -- convert a partition file system type integer to a wedge partition type name
LIBRARY
System Utilities Library (libutil, -lutil)
SYNOPSIS
#include <util.h> const char * getfstypename(int fstype);
DESCRIPTION
getfstypename() returns the disk wedge partitition type name correspond- ing to the fstype argument as specified in <sys/disk.h> or DKW_PTYPE_UNKNOWN if none is found.
HISTORY
The getfstypename() function call appeared in NetBSD 6.0. NetBSD 9.2 November 13, 2011 NetBSD 9.2
Powered by man-cgi (2024-03-20). Maintained for NetBSD by Kimmo Suominen. Based on man-cgi by Panagiotis Christias.