Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.h210 extern void bam_derror(char *format, ...);
346 #define BAM_DPRINTF(x) {if (bam_debug) bam_derror x; }
H A Dbootadm.c1636 bam_derror(char *format, ...) in bam_derror() function