Searched refs:stmfGroupName (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libstmf/common/
H A Dlibstmf.h206 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 *targetGroupNam
[all...]
H A Dstmf.c107 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))
[all...]
H A Dstore.c1771 memberCnt * sizeof (stmfGroupName));
3693 char groupName[sizeof (stmfGroupName)];
/illumos-gate/usr/src/cmd/stmfadm/
H A Dstmfadm.c266 stmfGroupName groupName = {0};
267 wchar_t groupNamePrint[sizeof (stmfGroupName)] = {0};
275 sizeof (stmfGroupName) - 1);
354 stmfGroupName groupName = {0};
355 wchar_t groupNamePrint[sizeof (stmfGroupName)] = {0};
363 sizeof (stmfGroupName) - 1);
756 wchar_t groupNamePrint[sizeof (stmfGroupName)] = {0};
757 stmfGroupName groupName = {0};
761 sizeof (stmfGroupName) - 1);
1463 wchar_t groupNamePrint[sizeof (stmfGroupName)]
[all...]

Completed in 80 milliseconds