Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_dev.c80 const uint32_t nsmb_version = NSMB_VERSION; variable
352 (void) ddi_copyout(&nsmb_version, (void *)arg, in nsmb_ioctl()
353 sizeof (nsmb_version), flags); in nsmb_ioctl()
H A Dsmb_conn.h292 extern const uint32_t nsmb_version;
/titanic_50/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vfsops.c175 if (nsmb_version != NSMB_VERSION) { in _init()