<dec f='src/src/sys/arch/x86/include/smbiosvar.h' l='220' type='int smbios_find_table(__uint8_t , struct smbtable * )'/>
<def f='src/src/sys/arch/amd64/amd64/bios32.c' l='242' ll='292' type='int smbios_find_table(__uint8_t type, struct smbtable * st)'/>
<doc f='src/src/sys/arch/amd64/amd64/bios32.c' l='233'>/*
 * smbios_find_table() takes a caller supplied smbios struct type and
 * a pointer to a handle (struct smbtable) returning one if the structure
 * is sucessfully located and zero otherwise. Callers should take care
 * to initilize the cookie field of the smbtable structure to zero before
 * the first invocation of this function.
 * Multiple tables of the same type can be located by repeadtly calling
 * smbios_find_table with the same arguments.
 */</doc>
