Searched refs:stmfGroupName (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libstmf/common/ |
H A D | libstmf.h | 206 typedef char stmfGroupName[256]; typedef 212 stmfGroupName name[1]; 246 stmfGroupName hostGroup; /* Host Group Name */ 248 stmfGroupName targetGroup; /* Target Group Name */ 310 int stmfAddToHostGroup(stmfGroupName *hostGroupName, stmfDevid *name); 311 int stmfAddToTargetGroup(stmfGroupName *targetGroupName, stmfDevid *targetName); 314 int stmfCreateHostGroup(stmfGroupName *hostGroupName); 317 int stmfCreateTargetGroup(stmfGroupName *targetGroupName); 318 int stmfDeleteHostGroup(stmfGroupName *hostGroupName); 320 int stmfDeleteTargetGroup(stmfGroupName *targetGroupName); [all …]
|
H A D | stmf.c | 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) in groupIoctl() 360 groupMemberIoctl(int fd, int cmd, stmfGroupName *groupName, stmfDevid *devid) in groupMemberIoctl() 479 stmfAddToHostGroup(stmfGroupName *hostGroupName, stmfDevid *hostName) in stmfAddToHostGroup() 485 (strnlen((char *)hostGroupName, sizeof (stmfGroupName)) in stmfAddToHostGroup() 486 == sizeof (stmfGroupName)) || hostName == NULL) { in stmfAddToHostGroup() 554 stmfAddToTargetGroup(stmfGroupName *targetGroupName, stmfDevid *targetName) in stmfAddToTargetGroup() 560 (strnlen((char *)targetGroupName, sizeof (stmfGroupName)) in stmfAddToTargetGroup() [all …]
|
H A D | store.c | 1771 memberCnt * sizeof (stmfGroupName)); in iPsGetGroupList() 3693 char groupName[sizeof (stmfGroupName)]; in iPsGetViewEntry()
|
/titanic_41/usr/src/cmd/stmfadm/ |
H A D | stmfadm.c | 266 stmfGroupName groupName = {0}; in addHostGroupMemberFunc() 267 wchar_t groupNamePrint[sizeof (stmfGroupName)] = {0}; in addHostGroupMemberFunc() 275 sizeof (stmfGroupName) - 1); in addHostGroupMemberFunc() 354 stmfGroupName groupName = {0}; in addTargetGroupMemberFunc() 355 wchar_t groupNamePrint[sizeof (stmfGroupName)] = {0}; in addTargetGroupMemberFunc() 363 sizeof (stmfGroupName) - 1); in addTargetGroupMemberFunc() 756 wchar_t groupNamePrint[sizeof (stmfGroupName)] = {0}; in createHostGroupFunc() 757 stmfGroupName groupName = {0}; in createHostGroupFunc() 761 sizeof (stmfGroupName) - 1); in createHostGroupFunc() 1463 wchar_t groupNamePrint[sizeof (stmfGroupName)] = {0}; in createTargetGroupFunc() [all …]
|