cmd: remove various sparc-only bins
[unleashed.git] / share / man / man3lib / libefi.3lib
blob2d7de1002e9f365f7d734c4353e1b49e4f1d9143
1 '\" te
2 .\" Copyright (c) 2008, Sun Microsystems, Inc.  All rights reserved.
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH LIBEFI 3LIB "May 8, 2008"
7 .SH NAME
8 libefi \- EFI partition table library
9 .SH SYNOPSIS
10 .LP
11 .nf
12 cc [ \fIflag\fR... ] \fIfile\fR... \fB-lefi\fR [ \fIlibrary\fR... ]
13 .fi
15 .SH DESCRIPTION
16 .sp
17 .LP
18 The functions in this library manipulate a disk's EFI partition table.
19 .SH INTERFACES
20 .sp
21 .LP
22 The shared object \fBlibefi.so.1\fR provides the public interfaces defined
23 below. See \fBIntro\fR(3) for additional information on shared object
24 interfaces.
25 .sp
27 .sp
28 .TS
29 l l
30 l l .
31 \fBefi_alloc_and_init\fR        \fBefi_alloc_and_read\fR
32 \fBefi_free\fR  \fBefi_use_whole_disk\fR
33 \fBefi_write\fR 
34 .TE
36 .SH FILES
37 .sp
38 .ne 2
39 .na
40 \fB\fB/lib/libefi.so.1\fR\fR
41 .ad
42 .RS 23n
43 shared object
44 .RE
46 .sp
47 .ne 2
48 .na
49 \fB\fB/lib/64/libefi.so.1\fR\fR
50 .ad
51 .RS 23n
52 64-bit shared object
53 .RE
55 .SH ATTRIBUTES
56 .sp
57 .LP
58 See \fBattributes\fR(5) for descriptions of the following attributes:
59 .sp
61 .sp
62 .TS
63 box;
64 c | c
65 l | l .
66 ATTRIBUTE TYPE  ATTRIBUTE VALUE
68 Interface Stability     Committed
70 MT-Level        Unsafe
71 .TE
73 .SH SEE ALSO
74 .sp
75 .LP
76 \fBIntro\fR(3), \fBefi_alloc_and_init\fR(3EXT), \fBattributes\fR(5)