xref: /original-bsd/lib/libc/gen/getdiskbyname.3 (revision 1a56dd2c)
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.3 (Berkeley) 06/18/87

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

struct disklabel * getdiskbyname(name) char *name;

DESCRIPTION
Getdiskbyname takes a disk name (e.g. rm03) and returns a prototype disk label describing its geometry information and the standard disk partition tables. All information is obtained from the disktab (5) file.
"SEE ALSO"
disklabel(5), disktab(5), disklabel(8)