Searched refs:le16_to_char (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dhdparm.c168 le16_to_char (grub_uint16_t *dest, const grub_uint16_t * src16, unsigned bytes) function
182 grub_printf ("Model: \"%.40s\"\n", le16_to_char (tmp, &idw[27], 40));
183 grub_printf ("Firmware: \"%.8s\"\n", le16_to_char (tmp, &idw[23], 8));
184 grub_printf ("Serial: \"%.20s\"\n", le16_to_char (tmp, &idw[10], 20));

Completed in 14 milliseconds