Home
last modified time | relevance | path

Searched refs:archive (Results 1 – 25 of 93) sorted by relevance

1234

/illumos-gate/usr/src/cmd/boot/scripts/
H A Dcreate_ramdisk.ksh268 echo "updating $archive (UFS)" || \
330 cat "$rdfile" > "${archive}-new"
334 rm -f "${archive}-new"
346 ls "${archive}-new" >/dev/null 2>&1
357 fatal_error "update of $archive failed"
360 rm -f "$archive.hash"
361 mv "${archive}-new" "$archive"
385 echo "updating $archive (CPIO)"
388 tarchive="$archive.$$.new"
454 [ -f "$archive.hash" ] && rm -f "$archive.hash"
[all …]
H A DMakefile.com30 MANIFEST= boot-archive-update.xml
31 SVCMETHOD= boot-archive-update
45 METHODPROG= boot-archive-update
H A Dboot-archive-update.ksh59 /sbin/bootadm update-archive
/illumos-gate/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh567 archive=$2
572 base=`$stage1 $archive | $stage2 2>/dev/null | nawk -F/ '{
639 archive=$2
641 get_archive_base "$stage1" "$archive" "cpio -it"
661 archive=$1
663 get_archive_base "cat" "$archive" "pax"
673 ( cd "$ARCHIVE_BASE" && pax -r -f "$archive" $filtopt )
685 archive=$1
687 vlog "cd \"$ZONEROOT\" && ufsrestore rf \"$archive\""
845 *USTAR\ tar\ archive)
[all …]
/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dar.msg33 @ MSG_USAGE "usage: ar -d[-SvV] archive file ...\n \
34 ar -m[-abiSvV] [posname] archive file ...\n \
35 ar -p[-vV][-sS] archive [file ...]\n \
38 ar -s[-vV] archive\n \
39 ar -t[-vV][-sS] archive [file ...]\n \
40 ar -x[-vV][-sSCT] archive [file ...]\n"
43 @ MSG_TOOBIG4G "ar: archive size exceeds capabilities of 32-bit \
56 included in archive or not\n"
67 @ MSG_NOT_FOUND_AR "ar: archive %s not found\n"
101 @ MSG_NOT_ARCHIVE "ar: %s not in archive format\n"
[all …]
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dlibelf.msg52 @ EFMT_ARFMAG "Format error: archive fmag"
53 @ EFMT_ARHDRSZ "Format error: archive header truncated"
54 @ EFMT_ARMEMSZ "Format error: archive member truncated"
55 @ EFMT_ARSYM "Format error: archive symtab truncated"
56 @ EFMT_ARSYMSTR "Format error: archive symtab strings"
57 @ EFMT_ARSYMSZ "Format error: archive symtab size"
72 @ EFMT_ARSTRNM "Format error: archive strtab name"
73 @ EFMT_ARUNKNM "Format error: archive special name unknown"
88 @ EMEM_ARMEM "Memory allocation error: archive member header"
91 @ EMEM_ARSYM "Memory allocation error: archive symtab"
[all …]
/illumos-gate/usr/src/cmd/sgs/size/common/
H A Dmain.c55 char *archive; variable
109 extern char *archive; in main()
192 archive = argv[optind]; in main()
194 archive = ""; in main()
216 tool_name, archive, fname); in main()
H A Dfcns.c44 extern char *archive; in error()
49 "size: %s[%s]: %s\n", archive, file, string); in error()
H A Dprocess.c76 extern char *archive; in process()
124 (void) printf("%s[%s]: ", archive, fname); in process()
234 extern char *archive; in process_phdr()
242 (void) printf("%s[%s]: ", archive, fname); in process_phdr()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/migration/
H A Dmigration.kshlib124 typeset archive=$2
133 cpio -iv < $archive
/illumos-gate/usr/src/cmd/file/
H A Dmagic73 257 string ustar USTAR tar archive
75 0 short 070701 cpio archive
76 0 string 070701 ASCII cpio archive
77 0 short 070702 cpio archive - CRC header
81 0 long 0177555 obsolete ar archive
85 0 string <ar> System V Release 1 ar archive
86 0 string !<arch> current ar archive
208 >0 byte x archive
255 0 short 0143561 byte-swapped cpio archive
521 0 string PK\003\004 ZIP archive
[all …]
/illumos-gate/usr/src/cmd/svc/milestone/
H A DREADME.share61 1. Boot archive failure
63 The boot archive may become out of sync with the root filesystem in a
65 to reboot immediately to rebuild the archive and correct the inconsistency.
68 shell and follow instructions to update the boot archive. On an OBP-
73 boot-archive service state
75 # svcadm clear system/boot-archive
H A DMakefile73 boot-archive.xml \
102 boot-archive \
H A Dboot-archive46 /sbin/bootadm update-archive -vnC 2> /dev/null
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DREADME.ON12 is not done, it will not be possible to upload the generated archive to CPAN,
16 up as a .tar.gz archive. The procedure for this is:
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/
H A DREADME.ON12 is not done, it will not be possible to upload the generated archive to CPAN,
16 up as a .tar.gz archive. The procedure for this is:
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppinput.c123 switch (pp.member->archive->type & (TYPE_BUFFER|TYPE_CHECKPOINT)) in pppush()
130 if (sfseek(pp.member->archive->info.sp, pp.member->offset, SEEK_SET) != pp.member->offset) in pppush()
131 error(3, "%s: archive seek error", pp.member->archive->name); in pppush()
132 if (sfread(pp.member->archive->info.sp, p, pp.member->size) != pp.member->size) in pppush()
133 error(3, "%s: archive read error", pp.member->archive->name); in pppush()
141 p = cur->buffer = pp.member->archive->info.buffer + pp.member->offset; in pppush()
484 sp = pp.member->archive->info.sp; in ppload()
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DREADME.ON34 is not done, it will not be possible to upload the generated archive to CPAN,
38 up as a .tar.gz archive. The procedure for this is:
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmagic.tab32 0 short 070707 binary cpio archive application/pax
33 0 string 070707 cpio archive application/pax
43 0 short 0177545 pdp11 ar archive application/x-ar
44 0 long 0x04034b50 zip archive application/zip
48 0 string MSCF ms cabinet archive application/pax
99 0 string !<arch> ar archive application/x-ar
102 20 short 0xa7dc zoo archive application/x-zoo
1038 99 byte 0 old tar archive application/pax
1166 0 string ;vdb; vdb archive application/pax
1226 1 string # This is a shell archive. shar archive application/x-shar
[all …]
/illumos-gate/usr/src/uts/sparc/os/
H A Dbootops.c516 char archive[OBP_MAXPATHLEN]; in bop_free_archive() local
525 prom_getprop(chosennode, "bootarchive", archive) == -1) in bop_free_archive()
527 arph = prom_finddevice(archive); in bop_free_archive()
/illumos-gate/usr/src/contrib/ast/lib/package/
H A DINIT.pkg9 and self extracting archive packages. It contains
H A Dpackage.mk15 * type source build source archive, generates
17 * binary build binary archive, generates
19 * runtime build binary archive, generates
24 * generated archive member files are $(PACKAGEROOT) relative
47 * archive format
1110 error 3 delta requires a base archive
1389 error 3 delta requires a base archive
/illumos-gate/usr/src/cmd/sgs/ld/common/
H A Dld.c209 archive(int fd, Elf *elf, uchar_t *class_ret, Half *mach_ret) in archive() function
230 if (archive(fd, nelf, class_ret, mach_ret)) in archive()
476 archive(fd, elf, &ar_class, &ar_mach); in process_args()
/illumos-gate/usr/src/lib/librstp/common/
H A DREADME.news12 http://www1.ietf.org/mail-archive/working-groups/bridge/current/msg00038.html)
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dpackage.mk15 * type source build source archive, generates
17 * binary build binary archive, generates
19 * runtime build binary archive, generates
24 * generated archive member files are $(PACKAGEROOT) relative
47 * archive format
1110 error 3 delta requires a base archive
1389 error 3 delta requires a base archive

1234