Home
last modified time | relevance | path

Searched refs:pn_stype (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_pathname.c711 pn->pn_stype = strchr(pn->pn_sname + 1, ':'); in smb_pathname_init()
712 if (pn->pn_stype) { in smb_pathname_init()
713 (void) smb_strupr(pn->pn_stype); in smb_pathname_init()
717 pn->pn_stype = pn->pn_sname + len; in smb_pathname_init()
719 ++pn->pn_stype; in smb_pathname_init()
1063 if (pn->pn_stype != NULL) { in smb_validate_stream_name()
1065 if (strcasecmp(pn->pn_stype, strmtype[i]) == 0) in smb_validate_stream_name()
/titanic_44/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1391 char *pn_stype; member