Lines Matching full:smbios
81 * Returns pointer to the head of the SMBIOS tables (or %NULL).
109 dbg("Discovered SMBIOS Entry point at %p\n", fp); in detect_SMBIOS_pointer()
181 * @smbios_start: where to start in the SMBIOS table
182 * @smbios_table: location of the SMBIOS table
187 * Uses global SMBIOS Table pointer.
189 * Returns a pointer to an SMBIOS structure or NULL if none found.
229 * get_SMBIOS_entry - return the requested SMBIOS entry or %NULL
230 * @smbios_start: where to start in the SMBIOS table
231 * @smbios_table: location of the SMBIOS table
232 * @type: SMBIOS structure type to be returned
237 * Uses global SMBIOS Table pointer.
240 * Returns a pointer to an SMBIOS structure or %NULL if none found.
725 /* Map smbios table entry point structure */ in one_time_init()
729 err("Could not find the SMBIOS pointer in memory\n"); in one_time_init()
737 err("Could not ioremap memory region taken from SMBIOS values\n"); in one_time_init()