Searched refs:cge (Results 1 – 1 of 1) sorted by relevance
789 if (copy_from_user(&cge, argp, sizeof (cge))) in ch_ioctl()792 if (0 != ch_checkrange(ch, cge.cge_type, cge.cge_unit)) in ch_ioctl()794 elem = ch->firsts[cge.cge_type] + cge.cge_unit; in ch_ioctl()814 cge.cge_status = buffer[18]; in ch_ioctl()815 cge.cge_flags = 0; in ch_ioctl()817 cge.cge_errno = EIO; in ch_ioctl()820 cge.cge_flags |= CGE_SRC; in ch_ioctl()827 cge.cge_srctype = i; in ch_ioctl()833 cge.cge_flags |= CGE_IDLUN; in ch_ioctl()834 cge.cge_id = buffer[23]; in ch_ioctl()[all …]