Go to main content

man pages section 3: Library Interfaces and Headers

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

libefi(3LIB)

Name

libefi - EFI partition table library

Synopsis

cc [ flag... ] file... –lefi [ library... ]

Description

The functions in this library manipulate a disk's EFI partition table.

INTERFACES

The shared object libefi.so.1 provides the public interfaces defined below. See intro(3) for additional information on shared object interfaces.

efi_alloc_and_init
efi_alloc_and_read
efi_free
efi_use_whole_disk
efi_write

Files

/lib/libefi.so.1

shared object

/lib/64/libefi.so.1

64–bit shared object

Attributes

See attributes(7) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
system/library
Interface Stability
Committed
MT-Level
Unsafe

See Also

efi_alloc_and_init(3EXT), intro(3), attributes(7)