Searched refs:iGroupName (Results 1 – 1 of 1) sorted by relevance
300 stmf_group_name_t iGroupName; in groupIoctl() local302 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() local3659 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 …]