···2727``desc``2828 Pointer to struct :c:type:`ca_descr_info`.29293030-.. c:type:: struct ca_descr_info3131-3232-.. flat-table:: struct ca_descr_info3333- :header-rows: 13434- :stub-columns: 03535-3636- -3737- - type3838- - name3939- - description4040-4141- -4242- - unsigned int4343- - num4444- - number of available descramblers (keys)4545- -4646- - unsigned int4747- - type4848- - type of supported scrambling system. Valid values are:4949- ``CA_ECD``, ``CA_NDS`` and ``CA_DSS``.5050-5151-5230Description5331-----------54325555-.. note:: This ioctl is undocumented. Documentation is welcome.5656-3333+Returns information about all descrambler slots.57345835Return Value5936------------60376161-On success 0 is returned, on error -1 and the ``errno`` variable is set3838+On success 0 is returned, and :c:type:`ca_descr_info` is filled.3939+4040+On error -1 is returned, and the ``errno`` variable is set6241appropriately. The generic error codes are described at the6342:ref:`Generic Error Codes <gen-errors>` chapter.