Searched defs:groupIoctl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libstmf/common/
H A Dstmf.c107 static int groupIoctl(int fd, int cmd, stmfGroupName *);
287 * groupIoctl
295 groupIoctl(int fd, int cmd, stmfGroupName *groupName) function
338 "groupIoctl:error(%d)",
1007 if ((ret = groupIoctl(fd, STMF_IOCTL_CREATE_HOST_GROUP,
3202 if ((ret = groupIoctl(fd, STMF_IOCTL_CREATE_TARGET_GROUP,
3282 if ((ret = groupIoctl(fd, STMF_IOCTL_REMOVE_HOST_GROUP,
3362 if ((ret = groupIoctl(fd, STMF_IOCTL_REMOVE_TARGET_GROUP,
4915 if ((ret = groupIoctl(fd, STMF_IOCTL_CREATE_HOST_GROUP,
4952 if ((ret = groupIoctl(f
[all...]

Completed in 56 milliseconds