Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_pathname.c912 pn->pn_stype = strchr(pn->pn_sname + 1, ':'); in smb_pathname_init()
913 if (pn->pn_stype) { in smb_pathname_init()
914 (void) smb_strupr(pn->pn_stype); in smb_pathname_init()
918 pn->pn_stype = pn->pn_sname + len; in smb_pathname_init()
920 ++pn->pn_stype; in smb_pathname_init()
1299 if (pn->pn_stype != NULL) { in smb_validate_stream_name()
1301 if (strcasecmp(pn->pn_stype, strmtype[i]) == 0) in smb_validate_stream_name()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1537 char *pn_stype; member