Lines Matching refs:stmfGroupName
107 static int groupIoctl(int fd, int cmd, stmfGroupName *);
110 static int groupMemberIoctl(int fd, int cmd, stmfGroupName *, stmfDevid *);
140 static int groupMemberListIoctl(stmfGroupName *, stmfGroupProperties **, int);
295 groupIoctl(int fd, int cmd, stmfGroupName *groupName)
360 groupMemberIoctl(int fd, int cmd, stmfGroupName *groupName, stmfDevid *devid)
479 stmfAddToHostGroup(stmfGroupName *hostGroupName, stmfDevid *hostName)
485 (strnlen((char *)hostGroupName, sizeof (stmfGroupName))
486 == sizeof (stmfGroupName)) || hostName == NULL) {
554 stmfAddToTargetGroup(stmfGroupName *targetGroupName, stmfDevid *targetName)
560 (strnlen((char *)targetGroupName, sizeof (stmfGroupName))
561 == sizeof (stmfGroupName)) || targetName == NULL) {
648 sizeof (stmfGroupName));
655 sizeof (stmfGroupName));
979 stmfCreateHostGroup(stmfGroupName *hostGroupName)
985 (strnlen((char *)hostGroupName, sizeof (stmfGroupName))
986 == sizeof (stmfGroupName))) {
3171 stmfCreateTargetGroup(stmfGroupName *targetGroupName)
3177 (strnlen((char *)targetGroupName, sizeof (stmfGroupName))
3178 == sizeof (stmfGroupName))) {
3253 stmfDeleteHostGroup(stmfGroupName *hostGroupName)
3333 stmfDeleteTargetGroup(stmfGroupName *targetGroupName)
3596 sizeof (stmfGroupName) * stmfIoctl.stmf_obuf_nentries);
3604 sizeof (stmfGroupName));
3621 groupMemberListIoctl(stmfGroupName *groupName, stmfGroupProperties **groupProps,
3834 iLoadGroupMembersFromPs(stmfGroupName *groupName,
3887 stmfGetHostGroupMembers(stmfGroupName *groupName,
4176 stmfGetTargetGroupMembers(stmfGroupName *groupName,
5964 stmfRemoveFromHostGroup(stmfGroupName *hostGroupName, stmfDevid *hostName)
5970 (strnlen((char *)hostGroupName, sizeof (stmfGroupName))
5971 == sizeof (stmfGroupName)) || hostName == NULL) {
6039 stmfRemoveFromTargetGroup(stmfGroupName *targetGroupName, stmfDevid *targetName)
6045 (strnlen((char *)targetGroupName, sizeof (stmfGroupName))
6046 == sizeof (stmfGroupName)) || targetName == NULL) {
6790 sizeof (stmfGroupName));
6797 sizeof (stmfGroupName));