Lines Matching refs:handle
76 static int smbios_write_type0(ulong *current, int handle) in smbios_write_type0() argument
82 fill_smbios_header(t, SMBIOS_BIOS_INFORMATION, len, handle); in smbios_write_type0()
111 static int smbios_write_type1(ulong *current, int handle) in smbios_write_type1() argument
118 fill_smbios_header(t, SMBIOS_SYSTEM_INFORMATION, len, handle); in smbios_write_type1()
132 static int smbios_write_type2(ulong *current, int handle) in smbios_write_type2() argument
138 fill_smbios_header(t, SMBIOS_BOARD_INFORMATION, len, handle); in smbios_write_type2()
150 static int smbios_write_type3(ulong *current, int handle) in smbios_write_type3() argument
156 fill_smbios_header(t, SMBIOS_SYSTEM_ENCLOSURE, len, handle); in smbios_write_type3()
202 static int smbios_write_type4(ulong *current, int handle) in smbios_write_type4() argument
208 fill_smbios_header(t, SMBIOS_PROCESSOR_INFORMATION, len, handle); in smbios_write_type4()
224 static int smbios_write_type32(ulong *current, int handle) in smbios_write_type32() argument
230 fill_smbios_header(t, SMBIOS_SYSTEM_BOOT_INFORMATION, len, handle); in smbios_write_type32()
237 static int smbios_write_type127(ulong *current, int handle) in smbios_write_type127() argument
243 fill_smbios_header(t, SMBIOS_END_OF_TABLE, len, handle); in smbios_write_type127()
266 int handle = 0; in write_smbios_table() local
283 int tmp = smbios_write_funcs[i]((ulong *)&addr, handle++); in write_smbios_table()
296 se->struct_count = handle; in write_smbios_table()