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

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_nic.c81 #define NULL_MSGCHK(msg) ((msg) ? (msg) : "NULL") macro
756 NULL_MSGCHK(errmsg));
788 NULL_MSGCHK(errmsg));
904 NULL_MSGCHK(errmsg));
913 "begin database transaction (%s).", NULL_MSGCHK(errmsg));
929 "initialize host database (%s).", NULL_MSGCHK(errmsg));
938 "close a transaction (%s).", NULL_MSGCHK(errmsg));
961 SMB_NIC_DB_NAME, NULL_MSGCHK(errmsg));
1013 "to get database information (%s).", NULL_MSGCHK(errmsg));
1049 "to query for host (%s).", NULL_MSGCHK(errms
[all...]
H A Dsmb_lgrp.c136 #define NULL_MSGCHK(msg) ((msg) ? (msg) : "NULL") macro
828 NULL_MSGCHK(errmsg));
855 NULL_MSGCHK(errmsg));
1193 NULL_MSGCHK(errmsg));
1230 NULL_MSGCHK(errmsg));
1239 NULL_MSGCHK(errmsg));
1287 NULL_MSGCHK(errmsg));
1371 syslog(LOG_DEBUG, "failed to lookup (%s)", NULL_MSGCHK(errmsg));
1416 gname, NULL_MSGCHK(errmsg));
1450 syslog(LOG_DEBUG, "failed to count (%s)", NULL_MSGCHK(errms
[all...]

Completed in 48 milliseconds