Lines Matching refs:iGroupName
300 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()
3681 stmfIoctl.stmf_ibuf = (uint64_t)(unsigned long)&iGroupName; in groupMemberListIoctl()
3715 stmfIoctl.stmf_ibuf = (uint64_t)(unsigned long)&iGroupName; in groupMemberListIoctl()