.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "get_SMBIOS_entry" "" "06 October 2005" "" ""
.SH NAME
get_SMBIOS_entry \-
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void * get_SMBIOS_entry (void * \fIsmbios_start\fB, void * \fIsmbios_table\fB, u8 \fItype\fB, void * \fIprevious\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIsmbios_start\fB\fR
-- undescribed --
.TP
\fB\fIsmbios_table\fB\fR
-- undescribed --
.TP
\fB\fItype\fB\fR
SMBIOS structure type to be returned
.TP
\fB\fIprevious\fB\fR
NULL or pointer to previously returned structure
.SH "DESCRIPTION"
.PP
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
.PP
returns a pointer to an SMBIOS structure or NULL if none found
.SH "DESCRIPTION"
.PP
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
.PP
returns a pointer to an SMBIOS structure or NULL if none found