Searched defs:stmfGroupName (Results 1 - 1 of 1) 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...]

Completed in 46 milliseconds