Searched refs:s_debug (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/smbsrv/fksmbd/
H A Dfksmbd_log.c47 if (smbd.s_debug == 0 && pri > LOG_INFO)
74 if (smbd.s_debug == 0 && (flags & SL_NOTE))
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_syslog.c43 if (smbd.s_debug == 0 && pri == LOG_DEBUG)
97 if (smbd.s_debug >= 3)
H A Dsmbd.h79 int s_debug; /* Enable debug output */ member in struct:smbd
H A Dsmbd_main.c609 if (smbd.s_debug || new_debug)
611 smbd.s_debug = new_debug;
948 smbd.s_debug = smb_config_get_debug();
954 smbd.s_debug++;

Completed in 57 milliseconds