Home
last modified time | relevance | path

Searched refs:SMB_FL_DEBUG (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsmb_subr.c69 if (!(shp->sh_flags & SMB_FL_DEBUG)) in smb_dprintf()
/illumos-gate/usr/src/lib/libsmbios/common/
H A Dsmb_subr.c84 if (!(shp->sh_flags & SMB_FL_DEBUG)) in smb_dprintf()
/illumos-gate/usr/src/common/smbios/
H A Dsmb_open.c252 shp->sh_flags |= SMB_FL_DEBUG; in smbios_bufopen()
/illumos-gate/usr/src/test/util-tests/tests/smbios/
H A Dsmbios.c674 hdl = smbios_bufopen(entry, buf, len, test->st_libvers, SMB_FL_DEBUG, in smbios_test_run_one()
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios_impl.h803 #define SMB_FL_DEBUG 0x1 /* print debug messages for this hdl */ macro