Home
last modified time | relevance | path

Searched refs:boot_gdebug (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/boot/common/
H A Dboot_utils.h48 #define BOOT_DEBUG(...) boot_gdebug(__func__, __VA_ARGS__)
50 void boot_gdebug(const char *, char *, ...);
H A Dboot_utils.c37 boot_gdebug(const char *funcname, char *format, ...) in boot_gdebug() function