HomeSort by: relevance | last modified time | path
    Searched refs:iscsid_log (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/iscsid/
iscsid_globals.h 386 #define DEBOUT(x) iscsid_log x
387 #define DEB(lev,x) { if (debug_level >= lev) iscsid_log x ; }
388 void iscsid_log(const char *, ...) __printflike(1, 2);
iscsid_main.c 474 iscsid_log(const char *fmt, ...) function in typeref:typename:void

Completed in 14 milliseconds