Searched defs:sgen_log (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsgen.c154 static void sgen_log(sgen_state_t *, int, const char *, ...);
215 sgen_log(NULL, SGEN_DIAG2, "in sgen_init()");
227 sgen_log(NULL, SGEN_DIAG2, "%s sgen_init()", err ? "failed" : "done");
235 sgen_log(NULL, SGEN_DIAG2, "in sgen_fini()");
245 sgen_log(NULL, SGEN_DIAG2, "%s sgen_fini()", err ? "failed" : "done");
310 sgen_log(NULL, CE_WARN,
322 sgen_log(NULL, SGEN_DIAG2, "found device type "
338 sgen_log(NULL, CE_WARN, "inquiry-config-list must "
352 sgen_log(NULL, CE_WARN,
362 sgen_log(NUL
2007 sgen_log(sgen_state_t *sg_state, int level, const char *fmt, ...) function
[all...]

Completed in 59 milliseconds