Searched refs:SMB_FL_TRUNC (Results 1 – 3 of 3) sorted by relevance
283 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()
175 if (shp->sh_flags & SMB_FL_TRUNC) in smbios_open()
478 #define SMB_FL_TRUNC 0x4 /* smbios table is truncated */ macro