TianoCore EDK2 master
|
Go to the source code of this file.
Functions | |
RETURN_STATUS EFIAPI | BhyveFwCtlGet (IN CONST CHAR8 *Name, OUT VOID *Item, IN OUT UINTN *Size) |
bhyve firmware configuration access
Copyright (c) 2020, Rebecca Cran rebec.nosp@m.ca@b.nosp@m.sdio..nosp@m.com Copyright (c) 2015 Nahanni Systems
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file BhyveFwCtlLib.h.
Sysctl-like interface to read host information via a dot-separated ASCII OID.
The information is copied into the buffer specified by Item. The size of the buffer is given by the location specified by Size before the call, and that location gives the amount of data copied after a successfull call, and after a call that returns a truncated value with an error return of RETURN_BUFFER_TOO_SMALL.
The size of the available data can be determined by passing a NULL argument for Item. The size will be returned in the location pointed to by Size.
[] | Name - ASCII OID name |
[] | Data - return buffer pointer |
[] | Size - pointer to length |
Front end to the internal GET_LEN and GET protocols
Definition at line 384 of file BhyveFwCtlLib.c.