Home
last modified time | relevance | path

Searched refs:SMB_FL_TRUNC (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/common/smbios/
H A Dsmb_open.c283 shp->sh_flags |= SMB_FL_TRUNC; in smbios_bufopen()
294 shp->sh_flags |= SMB_FL_TRUNC; in smbios_bufopen()
307 shp->sh_flags |= SMB_FL_TRUNC; in smbios_bufopen()
338 if ((shp->sh_flags & SMB_FL_TRUNC) && i == 0) in smbios_bufopen()
542 return ((shp->sh_flags & SMB_FL_TRUNC) != 0); in smbios_truncated()
/titanic_41/usr/src/uts/i86pc/os/
H A Dsmb_dev.c175 if (shp->sh_flags & SMB_FL_TRUNC) in smbios_open()
/titanic_41/usr/src/uts/common/sys/
H A Dsmbios_impl.h478 #define SMB_FL_TRUNC 0x4 /* smbios table is truncated */ macro