Lines Matching refs:i_comment
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);
1473 (void) strlcpy(info->i_comment, buf, cpylen);
1531 strlen(info->i_comment), info->i_comment);
1904 (void) strlcpy(info->i_comment, newinfo->i_comment,
1905 sizeof (newinfo->i_comment));
1951 (void) strlcpy(info->i_comment, newinfo->i_comment,
1952 sizeof (newinfo->i_comment));