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

/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dusbtest.c70 struct grub_usb_desc_str descstr; local
77 langid, 1, (char *) &descstr);
81 descstrp = grub_malloc (descstr.length);
86 langid, descstr.length, (char *) descstrp);
97 *string = grub_malloc (descstr.length * 2 + 1);

Completed in 20 milliseconds