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

/osnet-11/usr/src/grub/grub2/grub-core/efiemu/
H A Dpnvram.c113 grub_uint64_t guidcomp; local
157 guidcomp = grub_strtoull (guid, 0, 16);
159 efivar->guid.data4[i] = (guidcomp >> (56 - 8 * i)) & 0xff;

Completed in 14 milliseconds