xref: /original-bsd/lib/libc/gen/getdiskbyname.3 (revision 40192f2d)
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.1 (Berkeley) 05/15/85

GETDISKBYNAME 3X ""
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).