Lines Matching refs:type
15 machine type
230 the type of computer your program is running on. This function and the
231 associated data type are declared in the header file
258 This is a description of the type of hardware that is in use.
266 parts are @var{cpu}, @var{manufacturer} and @var{system-type}, and they
430 This is the type of the filesystem. Depending on what the underlying
524 The function returns a pointer to a variable of type @code{struct
546 The function returns a pointer to a variable of type @code{struct
568 The function returns a pointer to a variable of type @code{struct
596 @code{mnt_type} describes the filesystem type and is therefore
715 a pointer to a static variable of type @code{struct mntent} which is
857 As an exception, if the filesystem type (see below) is one which is not
867 For a mount, you must identify the type of the filesystem with
868 @var{fstype}. This type tells the kernel how to access the filesystem
872 file @file{filesystems} in the @code{proc} filesystem (e.g. type
874 types of filesystems that @code{mount} can mount, and their type names,
948 The meaning of @var{data} depends on the filesystem type and is controlled
975 The file system type @var{fstype} is not known to the kernel.