xref: /csrg-svn/lib/libc/gen/getdiskbyname.3 (revision 28018)
Copyright (c) 1983 Regents of the University of California.
All rights reserved. The Berkeley software License Agreement
specifies the terms and conditions for redistribution.

@(#)getdiskbyname.3 6.2 (Berkeley) 05/12/86

GETDISKBYNAME 3 ""
C 5
NAME
getdiskbyname - get disk description by its name
SYNOPSIS
 #include <disktab.h> 

struct disktab * getdiskbyname(name) char *name;

DESCRIPTION
Getdiskbyname takes a disk name (e.g. rm03) and returns a structure describing its geometry information and the standard disk partition tables. All information obtained from the disktab (5) file.

< disktab.h > has the following form:


.so  /usr/include/disktab.h
"SEE ALSO"
disktab(5)
BUGS
This information should be obtained from the system for locally available disks (in particular, the disk partition tables).