Lines Matching refs:current
76 static int smbios_write_type0(ulong *current, int handle) in smbios_write_type0() argument
78 struct smbios_type0 *t = (struct smbios_type0 *)*current; in smbios_write_type0()
106 *current += len; in smbios_write_type0()
111 static int smbios_write_type1(ulong *current, int handle) in smbios_write_type1() argument
113 struct smbios_type1 *t = (struct smbios_type1 *)*current; in smbios_write_type1()
127 *current += len; in smbios_write_type1()
132 static int smbios_write_type2(ulong *current, int handle) in smbios_write_type2() argument
134 struct smbios_type2 *t = (struct smbios_type2 *)*current; in smbios_write_type2()
145 *current += len; in smbios_write_type2()
150 static int smbios_write_type3(ulong *current, int handle) in smbios_write_type3() argument
152 struct smbios_type3 *t = (struct smbios_type3 *)*current; in smbios_write_type3()
165 *current += len; in smbios_write_type3()
202 static int smbios_write_type4(ulong *current, int handle) in smbios_write_type4() argument
204 struct smbios_type4 *t = (struct smbios_type4 *)*current; in smbios_write_type4()
219 *current += len; in smbios_write_type4()
224 static int smbios_write_type32(ulong *current, int handle) in smbios_write_type32() argument
226 struct smbios_type32 *t = (struct smbios_type32 *)*current; in smbios_write_type32()
232 *current += len; in smbios_write_type32()
237 static int smbios_write_type127(ulong *current, int handle) in smbios_write_type127() argument
239 struct smbios_type127 *t = (struct smbios_type127 *)*current; in smbios_write_type127()
245 *current += len; in smbios_write_type127()