Home
last modified time | relevance | path

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); in etherboot_vsprintf()
243 q += etherboot_sprintf (q, "%hhX:", *p); in etherboot_vsprintf()
265 etherboot_sprintf (char *buf, const char *fmt, ...) in etherboot_sprintf() function
H A Dgrub.h124 extern int etherboot_sprintf(char *, const char *, ...);
134 #define sprintf etherboot_sprintf