Searched refs:i_comment (Results 1 - 4 of 4) sorted by relevance
| /illumos-gate/usr/src/uts/common/smbsrv/ |
| H A D | smb_dfs.h | 185 char i_comment[DFS_COMMENT_MAX]; member in struct:dfs_info
|
| /illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/ |
| H A D | dfs.c | 345 (void) strlcpy(info.i_comment, cmnt, sizeof (info.i_comment)); 573 (void) strlcpy(info.i_comment, (cmnt) ? cmnt : "", 574 sizeof (info.i_comment)); 1030 smb_tracef("comment\t%s", info->i_comment); 1290 rc = nvlist_add_string(nvl, "comment", info->i_comment); 1342 (void) strlcpy(info->i_comment, (cmnt) ? cmnt : "", 1343 sizeof (info->i_comment)); 1468 if (cmntlen > sizeof (info->i_comment)) 1469 cpylen = sizeof (info->i_comment); [all...] |
| H A D | netdfs.c | 777 (void) strlcpy(info.i_comment, cmnt, sizeof (info.i_comment)); 918 (void) strlcpy(info.i_comment, cmnt, sizeof (info.i_comment)); 1045 comment = NDR_STRDUP(mxa, info->i_comment); 1058 smb_wcequiv_strlen(info->i_comment); 1074 comment = NDR_STRDUP(mxa, info->i_comment); 1087 smb_wcequiv_strlen(info->i_comment); 1103 comment = NDR_STRDUP(mxa, info->i_comment); 1120 smb_wcequiv_strlen(info->i_comment); [all...] |
| /illumos-gate/usr/src/common/smbsrv/ |
| H A D | smb_xdr.c | 640 if (!xdr_vector(xdrs, (char *)objp->i_comment, DFS_COMMENT_MAX,
|
Completed in 82 milliseconds