Searched refs:archive (Results 1 - 25 of 35) sorted by relevance

12

/illumos-gate/usr/src/cmd/sgs/size/common/
H A Dfcns.c46 extern char *archive;
51 "size: %s[%s]: %s\n", archive, file, string);
H A Dmain.c59 char *archive; variable
113 extern char *archive;
201 archive = argv[optind];
203 archive = "";
225 tool_name, archive, fname);
H A Dprocess.c76 extern char *archive;
124 (void) printf("%s[%s]: ", archive, fname);
234 extern char *archive;
242 (void) printf("%s[%s]: ", archive, fname);
/illumos-gate/usr/src/cmd/boot/scripts/
H A DMakefile.com30 MANIFEST= boot-archive-update.xml
31 SVCMETHOD= boot-archive-update
45 METHODPROG= boot-archive-update
H A Dcreate_ramdisk.ksh101 # Use ufs format for boot archive instead.
140 echo "Creating single archive at $ALT_ROOT/$BOOT_ARCHIVE"
239 # "both" - create an archive with both 32-bit and 64-bit binaries
240 # "32-bit" - create an archive with only 32-bit binaries
241 # "64-bit" - create an archive with only 64-bit binaries
246 archive=$2
287 # If compress is set, the individual files in the archive are
293 gzip -c "$rdfile" > "${archive}-new"
295 cat "$rdfile" > "${archive}-new"
299 rm -f "${archive}
[all...]
H A Dboot-archive-update.ksh46 /sbin/bootadm update-archive
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dboot-archive36 # Now check the archive.
38 /sbin/bootadm update-archive -vnC 2> /dev/null
H A DMakefile73 boot-archive.xml \
102 boot-archive \
H A Dfs-usr159 /usr/sbin/bootadm update-archive
162 cecho "WARNING: Automatic update of the boot archive failed."
163 cecho "Update the archives using 'bootadm update-archive'"
182 cecho "The system has updated the cache of files (boot archive) that is used"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/migration/
H A Dmigration.kshlib34 # This function creates the test archive for migration.
124 typeset archive=$2
133 cpio -iv < $archive
/illumos-gate/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh329 # Perform validation and cleanup in the zoneroot after unpacking the archive.
358 # Determine flar archive style from identification file.
370 # archive is standard input. See flash_archive(4) man page.
373 # "archive". We need to unpack in place in order to properly handle nested
410 # If we're at the archive, we're done skipping sections.
411 if [[ "$section_name" == "archive" ]]; then
417 # how to unpack the archive.
443 # an arbitrary number of sections but the archive section
472 # Check for an archive made from a ZFS root pool.
480 # Get the information needed to unpack the archive
[all...]
/illumos-gate/usr/src/lib/libpp/common/
H A Dppinput.c128 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;
489 sp = pp.member->archive->info.sp;
/illumos-gate/usr/src/cmd/sgs/ld/common/
H A Dld.c60 * A plain ELF object will start with an ELF header, whereas an archive
62 * ELF file or archive will contain more bytes than this buffer, so any
162 * Examine the first object in an archive to determine its ELFCLASS
176 archive(int fd, Elf *elf, uchar_t *class_ret, Half *mach_ret) function
184 * Process each item within the archive until we find the first
185 * ELF object, or alternatively another archive to recurse into.
194 found = archive(fd, _elf, class_ret, mach_ret);
237 * - From the first object contained within the first archive
267 * and the first archive contains a mix of 32 and 64-bit
268 * objects, and the first object in that archive i
[all...]
/illumos-gate/usr/src/uts/sparc/os/
H A Dbootops.c125 * Only look underneath archive for /etc files
510 char archive[OBP_MAXPATHLEN]; local
516 * booted via the archive, then nothing to do here
519 prom_getprop(chosennode, "bootarchive", archive) == -1)
521 arph = prom_finddevice(archive);
526 prom_panic("can't free boot archive");
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg.l87 <INITIAL>archive { BEGIN WORD; return (SCC_ARCHIVE); }
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_delete_001_pos.ksh275 typeset ARCHIVEFILE=archive.tar
H A Dzfs_acl_chmod_xattr_001_pos.ksh215 typeset ARCHIVEFILE=archive.tar
H A Dzfs_acl_chmod_xattr_002_pos.ksh210 typeset ARCHIVEFILE=archive.tar
H A Dzfs_acl_chmod_owner_001_pos.ksh305 typeset ARCHIVEFILE=archive.tar
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dmain.c561 archive(const char *file, int fd, Elf *elf, uint_t flags, function
571 * Determine if the archive symbol table itself is required.
576 * Get the archive symbol table.
590 * Print the archive symbol table only when the archive symbol
601 * corresponds to whether the archive symbol table is 32
625 * archives where the archive header has not been
671 * If we only need the archive symbol table return.
687 * Process each object within the archive.
703 if (archive(nam
[all...]
/illumos-gate/usr/src/cmd/stmsboot/
H A Dmpxio-upgrade361 cecho "stmsboot: now regenerating boot archive"
362 $BOOTADM update-archive
/illumos-gate/usr/src/cmd/svc/seed/
H A DMakefile52 ../milestone/boot-archive.xml \
/illumos-gate/usr/src/cmd/tsol/labeld/
H A Dsvc-labeld131 /sbin/bootadm update-archive
133 /sbin/bootadm update-archive -R $ROOT_PATH
/illumos-gate/usr/src/lib/libshell/misc/
H A Dbuildksh93.sh435 ${CC} ${cc_sharedlib} ${CCFLAGS} -Wl,--whole-archive -Wl,-zmuldefs "${lib_a}" -Wl,--no-whole-archive -o "${root}/lib/${lib}.so.${vers}" $link
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsyms.c138 Dbg_syms_ar_skip(Lm_list *lml, const char *archive, Elf_Arsym *arsym) argument
143 dbg_print(lml, MSG_INTL(MSG_SYM_AR_SKIP), archive,

Completed in 253 milliseconds

12