HomeSort by relevance Sort by last modified time
    Searched refs:ARCHIVE (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/lib/libpp/common/
ppsearch.c 38 #if ARCHIVE
165 #if ARCHIVE
188 * check for vdb header archive
197 variant = sfsprintf(pp.tmpbuf, MAXTOKEN, "%c%s%c%s:archive", VDB_DELIMITER, VDB_MAGIC, VDB_DELIMITER, pp.pass);
201 error(1, "%s: ignored -- not a directory or archive", dp->name);
238 error(1, "%s: %s: archive option value ignored", e);
246 error(1, "%s: archive option value expected", e);
251 error(1, "%s: unknown archive option", e);
259 error(1, "%s: ignored -- cannot load archive", dp->name);
294 ap->archive = dp
    [all...]
ppinput.c 125 #if ARCHIVE
128 switch (pp.member->archive->type & (TYPE_BUFFER|TYPE_CHECKPOINT))
135 if (sfseek(pp.member->archive->info.sp, pp.member->offset, SEEK_SET) != pp.member->offset)
136 error(3, "%s: archive seek error", pp.member->archive->name);
137 if (sfread(pp.member->archive->info.sp, p, pp.member->size) != pp.member->size)
138 error(3, "%s: archive read error", pp.member->archive->name);
146 p = cur->buffer = pp.member->archive->info.buffer + pp.member->offset;
227 #if ARCHIVE && CHECKPOIN
    [all...]
pplib.h 35 #ifndef ARCHIVE
36 #define ARCHIVE 1 /* -I can specify header archives */
196 struct ppmember /* archive member pun on ppfile */
198 struct ppdirs* archive; /* archive holding file */ member in struct:ppmember
301 struct ppmember* member; /* include archive member data */ \
371 Sfio_t* sp; /* archive stream */ \
  /onnv/onnv-gate/usr/src/lib/libpkg/common/
pkgtrans.c 93 #define ARCHIVE "archive"
976 * write the first cpio() archive to the datastream
1022 * same archive in a single invocation of cpio.
1124 * symlinks during the cpio so that we don't archive
1364 * unpack the archive into the destination directory
    [all...]
  /onnv/onnv-gate/usr/src/tools/scripts/
bfu.sh 27 # Upgrade a machine from a cpio archive area in about 5 minutes.
59 export ARCHIVE=${ARCHIVEPATH:-${GATEPATH}}
    [all...]

Completed in 1680 milliseconds