Searched defs:SMB_CATIA_V4_LOOKUP_LOW (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vops.c102 #define SMB_CATIA_V4_LOOKUP_LOW SMB_CATIA_WIN_CURRENCY macro
105 (SMB_CATIA_V4_LOOKUP_UPPER - SMB_CATIA_V4_LOOKUP_LOW + 1)
1479 int i, idx, offset = SMB_CATIA_V4_LOOKUP_LOW;
1550 if (wc < SMB_CATIA_V4_LOOKUP_LOW ||
1556 v4_idx = (int)wc - SMB_CATIA_V4_LOOKUP_LOW;

Completed in 83 milliseconds