Lines Matching defs:copy
20 * You can obtain a copy of the license at pkg/OPENSOLARIS.LICENSE
106 * For each archive copy
111 /* Time archive copy created */
113 /* Location of copy in archive file - in units of 512 bytes */
150 struct sam_copy_s copy[MAX_ARCHIVE];
197 * For each archive copy.
203 /* Time archive copy created */
208 /* Time archive copy created */
211 /* Location of copy in archive file - in units of 512 bytes */
265 struct sam_copy_s copy[MAX_ARCHIVE];
309 struct sam_section { /* For each archive copy volume section */
316 /* Location of copy section in archive file */
360 #define SS_ARCHIVED 0x00010000 /* File has at least one archive copy */
373 /* not online and no copy */
466 #define CF_STALE 0x0001 /* This archive copy is stale */
470 #define CF_DAMAGED 0x0010 /* This archive copy is damaged */
471 #define CF_UNARCHIVED 0x0020 /* This archive copy was unarchived */
472 #define CF_INCONSISTENT 0x0040 /* This archive copy is inconsistent */
473 #define CF_ARCHIVED 0x0080 /* This archive copy made */
480 int sam_vsn_stat(const char *path, int copy, struct sam_section *buf,
482 int sam_segment_vsn_stat(const char *path, int copy, int segment_index,
490 int sam_restore_copy(const char *path, int copy, struct sam_stat *buf,