OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
OcLogInternal.h File Reference

Go to the source code of this file.

Data Structures

struct  OC_LOG_PRIVATE_DATA
 

Macros

#define OC_LOG_BUFFER_SIZE   BASE_256KB
 
#define OC_LOG_LINE_BUFFER_SIZE   BASE_1KB
 
#define OC_LOG_NVRAM_BUFFER_SIZE   BASE_32KB
 
#define OC_LOG_FILE_PATH_BUFFER_SIZE   256
 
#define OC_LOG_TIMING_BUFFER_SIZE   64
 
#define OC_LOG_PRIVATE_DATA_SIGNATURE   SIGNATURE_32 ('O', 'C', 'L', 'G')
 
#define OC_LOG_PRIVATE_DATA_FROM_OC_LOG_THIS(a)
 

Functions

OC_LOG_PROTOCOLInternalGetOcLog (VOID)
 

Detailed Description

Copyright (C) 2016 - 2018, The HermitCrabs Lab. All rights reserved.

All rights reserved.

This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php

THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.

Definition in file OcLogInternal.h.

Macro Definition Documentation

◆ OC_LOG_BUFFER_SIZE

#define OC_LOG_BUFFER_SIZE   BASE_256KB

Definition at line 23 of file OcLogInternal.h.

◆ OC_LOG_FILE_PATH_BUFFER_SIZE

#define OC_LOG_FILE_PATH_BUFFER_SIZE   256

Definition at line 26 of file OcLogInternal.h.

◆ OC_LOG_LINE_BUFFER_SIZE

#define OC_LOG_LINE_BUFFER_SIZE   BASE_1KB

Definition at line 24 of file OcLogInternal.h.

◆ OC_LOG_NVRAM_BUFFER_SIZE

#define OC_LOG_NVRAM_BUFFER_SIZE   BASE_32KB

Definition at line 25 of file OcLogInternal.h.

◆ OC_LOG_PRIVATE_DATA_FROM_OC_LOG_THIS

#define OC_LOG_PRIVATE_DATA_FROM_OC_LOG_THIS ( a)
Value:

Definition at line 31 of file OcLogInternal.h.

◆ OC_LOG_PRIVATE_DATA_SIGNATURE

#define OC_LOG_PRIVATE_DATA_SIGNATURE   SIGNATURE_32 ('O', 'C', 'L', 'G')

Definition at line 29 of file OcLogInternal.h.

◆ OC_LOG_TIMING_BUFFER_SIZE

#define OC_LOG_TIMING_BUFFER_SIZE   64

Definition at line 27 of file OcLogInternal.h.

Function Documentation

◆ InternalGetOcLog()

OC_LOG_PROTOCOL * InternalGetOcLog ( VOID )

Definition at line 37 of file OcDebugLibProtocol.c.