Home
last modified time | relevance | path

Searched refs:iGroupName (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/lib/libstmf/common/
H A Dstmf.c300 stmf_group_name_t iGroupName; in groupIoctl() local
302 bzero(&iGroupName, sizeof (iGroupName)); in groupIoctl()
304 bcopy(groupName, &iGroupName.name, strlen((char *)groupName)); in groupIoctl()
306 iGroupName.name_size = strlen((char *)groupName); in groupIoctl()
313 stmfIoctl.stmf_ibuf_size = sizeof (iGroupName); in groupIoctl()
314 stmfIoctl.stmf_ibuf = (uint64_t)(unsigned long)&iGroupName; in groupIoctl()
3631 stmf_group_name_t iGroupName; in groupMemberListIoctl() local
3659 bzero(&iGroupName, sizeof (iGroupName)); in groupMemberListIoctl()
3661 bcopy(groupName, &iGroupName.name, strlen((char *)groupName)); in groupMemberListIoctl()
3663 iGroupName.name_size = strlen((char *)groupName); in groupMemberListIoctl()
[all …]