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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dmisc.c233 q += etherboot_sprintf (q, "%d.", *r);
243 q += etherboot_sprintf (q, "%hhX:", *p);
265 etherboot_sprintf (char *buf, const char *fmt, ...) function
H A Dgrub.h124 extern int etherboot_sprintf(char *, const char *, ...);
134 #define sprintf etherboot_sprintf

Completed in 58 milliseconds