Lines Matching full:element
9 /* changer element types */
10 #define CHET_MT 0 /* media transport element (robot) */
11 #define CHET_ST 1 /* storage element (media slots) */
12 #define CHET_IE 2 /* import/export element */
13 #define CHET_DT 3 /* data transfer element (tape/cdrom/whatever) */
25 * query vendor-specific element types
27 * accessing elements works by specifing type and unit of the element.
33 int cp_curpicker; /* current transport element */
54 * move a medium from one element to another
57 int cm_fromtype; /* type/unit of source element */
59 int cm_totype; /* type/unit of destination element */
68 * move one medium from element #1 to element #2,
69 * and another one from element #2 to element #3.
70 * element #1 and #3 are allowed to be identical.
73 int ce_srctype; /* type/unit of element #1 */
75 int ce_fdsttype; /* type/unit of element #2 */
77 int ce_sdsttype; /* type/unit of element #3 */
87 * move the transport element (robot arm) to a specific element.
99 * get element status for all elements of a specific type
109 #define CESTATUS_EXENAB 0x10 /* element can export media */
110 #define CESTATUS_INENAB 0x20 /* element can import media */
115 * get more detailed status information for a single element
122 int cge_srctype; /* source element of the last move/exchange */