get_SMBIOS_entry

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

get_SMBIOS_entry -  

SYNOPSIS

"SYNOPSIS"

void * get_SMBIOS_entry (void * smbios_start, void * smbios_table, u8 type, void * previous);  

ARGUMENTS

smbios_start
-- undescribed --
smbios_table
-- undescribed --
type
SMBIOS structure type to be returned
previous
NULL or pointer to previously returned structure
 

DESCRIPTION

Gets the first entry of the specified type if previous == NULL Otherwise, returns the next entry of the given type. Uses global SMBIOS Table pointer Uses get_subsequent_smbios_entry

returns a pointer to an SMBIOS structure or NULL if none found  

DESCRIPTION

Gets the first entry of the specified type if previous == NULL Otherwise, returns the next entry of the given type. Uses global SMBIOS Table pointer Uses get_subsequent_smbios_entry

returns a pointer to an SMBIOS structure or NULL if none found


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 06:20:50 GMT, October 06, 2005