printe
static void printe(boolean_t print_errno, char *fmt, ...);
printe(B_TRUE, "open of %s failed", modpath);
printe(B_FALSE, "%s is not a streams device", modpath);