GETDISKBYNAME(3)
HOME ||
NAME
LIBRARY
SYNOPSIS
DESCRIPTION
SEE ALSO
HISTORY
getdiskbyname -- get generic disk description by its name
Standard C Library (libc, -lc)
#include <sys/disklabel.h>
struct disklabel *
getdiskbyname(const char *name);
The getdiskbyname() function takes a disk name (e.g. `rm03') and returns
a prototype disk label describing its geometry information and the stan-
dard disk partition tables. All information is obtained from the
disktab(5) file.
disklabel(5), disktab(5), disklabel(8)
The getdiskbyname() function appeared in 4.3BSD.