Lines Matching full:element

77 Changer element addresses
80 Element types are specified as follows:
83 Medium transport element (picker).
85 Storage element (slot).
87 Import/export element (portal).
89 Data transfer element (drive).
101 Move a medium from one element to another
108 u_int cm_fromtype; /* element type to move from */
109 u_int cm_fromunit; /* logical unit of from element */
110 u_int cm_totype; /* element type to move to */
111 u_int cm_tounit; /* logical unit of to element */
122 Move the medium located in the source element to the first destination
123 element, and move the medium that had been in the first destination
124 element to the second destination element.
134 u_int ce_srctype; /* element type of source */
136 u_int ce_fdsttype; /* element type of first destination */
138 u_int ce_sdsttype; /* element type of second destination */
154 Position the current picker in front of the specified element.
155 The element is specified with a changer_position structure, which includes
158 u_int cp_type; /* element type */
159 u_int cp_unit; /* logical unit of element */
192 .Sy INITIALIZE ELEMENT STATUS
203 .Sy READ ELEMENT STATUS
205 This call reads the element status information of the media
261 u_int ces_addr; /* element address in media changer */
263 u_char ces_sensecode; /* additional sense code for element */
271 u_char ces_scsi_id; /* SCSI id of element (if ces_idvalid is nonzero) */
273 u_char ces_scsi_lun; /* SCSI lun of element (if ces_lunvalid is nonzero) */
278 field contains the address of the element in the
292 The element is in an exceptional state (e.g.\& invalid barcode label,
295 The element is accessible by the picker.
297 The element supports medium export.
299 The element supports medium import.
302 Note that not all flags are valid for all element types.
315 element handling, multiple picker operation and other things.