Lines Matching full:element
6 /* changer element types */
7 #define CHET_MT 0 /* media transport element (robot) */
8 #define CHET_ST 1 /* storage element (media slots) */
9 #define CHET_IE 2 /* import/export element */
10 #define CHET_DT 3 /* data transfer element (tape/cdrom/whatever) */
22 * query vendor-specific element types
24 * accessing elements works by specifing type and unit of the element.
30 int cp_curpicker; /* current transport element */
51 * move a medium from one element to another
54 int cm_fromtype; /* type/unit of source element */
56 int cm_totype; /* type/unit of destination element */
65 * move one medium from element #1 to element #2,
66 * and another one from element #2 to element #3.
67 * element #1 and #3 are allowed to be identical.
70 int ce_srctype; /* type/unit of element #1 */
72 int ce_fdsttype; /* type/unit of element #2 */
74 int ce_sdsttype; /* type/unit of element #3 */
84 * move the transport element (robot arm) to a specific element.
96 * get element status for all elements of a specific type
106 #define CESTATUS_EXENAB 0x10 /* element can export media */
107 #define CESTATUS_INENAB 0x20 /* element can import media */
112 * get more detailed status information for a single element
119 int cge_srctype; /* source element of the last move/exchange */