Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dsmb_subr.c67 if (!(shp->sh_flags & SMB_FL_DEBUG)) in smb_dprintf()
/titanic_44/usr/src/lib/libsmbios/common/
H A Dsmb_subr.c86 if (!(shp->sh_flags & SMB_FL_DEBUG)) in smb_dprintf()
/titanic_44/usr/src/test/util-tests/tests/smbios/
H A Dsmbios.c400 hdl = smbios_bufopen(entry, buf, len, SMB_VERSION_32, SMB_FL_DEBUG, in main()
/titanic_44/usr/src/common/smbios/
H A Dsmb_open.c245 shp->sh_flags |= SMB_FL_DEBUG; in smbios_bufopen()
/titanic_44/usr/src/uts/common/sys/
H A Dsmbios_impl.h674 #define SMB_FL_DEBUG 0x1 /* print debug messages for this hdl */ macro