/titanic_41/usr/src/cmd/boot/scripts/ |
H A D | create_ramdisk.ksh | 240 archive=$2 287 gzip -c "$rdfile" > "${archive}-new" 289 cat "$rdfile" > "${archive}-new" 293 rm -f "${archive}-new" 307 archive=$2 352 gzip > "${archive}-new" 354 ksh -c "$isocmd" 2> "$errlog" > "${archive}-new" 359 rm -f "${archive}-new" 2> /dev/null 367 dd if="$bb" of="${archive}-new" bs=1b oseek=1 count=15 \ 376 rm -f "${archive}-new" [all …]
|
H A D | Makefile.com | 30 MANIFEST= boot-archive-update.xml 31 SVCMETHOD= boot-archive-update 45 METHODPROG= boot-archive-update
|
H A D | boot-archive-update.ksh | 46 /sbin/bootadm update-archive
|
/titanic_41/usr/src/cmd/sgs/libelf/common/ |
H A D | libelf.msg | 52 @ 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" 89 @ EMEM_ARSTR "Memory allocation error: archive long file name \ [all …]
|
/titanic_41/usr/src/lib/brand/shared/zone/ |
H A D | common.ksh | 567 archive=$2 572 base=`$stage1 $archive | $stage2 2>/dev/null | nawk -F/ '{ 639 archive=$2 641 get_archive_base "$stage1" "$archive" "cpio -it" 645 vlog "cd \"$ARCHIVE_BASE\" && $stage1 \"$archive\" | cpio $cpioopts" 649 ( cd "$ARCHIVE_BASE" && $stage1 "$archive" | cpio $cpioopts ) 661 archive=$1 663 get_archive_base "cat" "$archive" "pax" 669 vlog "cd \"$ARCHIVE_BASE\" && pax -r -f \"$archive\" $filtopt" 673 ( cd "$ARCHIVE_BASE" && pax -r -f "$archive" $filtopt ) [all …]
|
/titanic_41/usr/src/cmd/sgs/ar/common/ |
H A D | ar.msg | 32 @ MSG_USAGE "usage: ar -d[-SvV] archive file ...\n \ 33 ar -m[-abiSvV] [posname] archive file ...\n \ 34 ar -p[-vV][-sS] archive [file ...]\n \ 37 ar -t[-vV][-sS] archive [file ...]\n \ 38 ar -x[-vV][-sSCT] archive [file ...]\n" 41 @ MSG_TOOBIG4G "ar: archive size exceeds capabilities of 32-bit \ 52 included in archive or not\n" 61 @ MSG_NOT_FOUND_AR "ar: archive %s not found\n" 75 @ MSG_ELF_MALARCHIVE "ar: %s: offset %lld: malformed archive: %s\n" 95 @ MSG_NOT_ARCHIVE "ar: %s not in archive format\n" [all …]
|
/titanic_41/usr/src/cmd/sgs/size/common/ |
H A D | main.c | 59 char *archive; variable 113 extern char *archive; in main() 201 archive = argv[optind]; in main() 203 archive = ""; in main() 225 tool_name, archive, fname); in main()
|
H A D | fcns.c | 46 extern char *archive; in error() 51 "size: %s[%s]: %s\n", archive, file, string); in error()
|
H A D | process.c | 76 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()
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/migration/ |
H A D | migration.kshlib | 124 typeset archive=$2 133 $CPIO -iv < $archive
|
/titanic_41/usr/src/cmd/file/ |
H A D | magic | 72 257 string ustar USTAR tar archive 74 0 short 070701 cpio archive 75 0 string 070701 ASCII cpio archive 76 0 short 070702 cpio archive - CRC header 77 0 string 070702 ASCII cpio archive - CRC header 78 0 short 070707 cpio archive - CHR (-c) header 79 0 string 070707 ASCII cpio archive - CHR (-c) header 80 0 long 0177555 obsolete ar archive 81 0 short 0177545 pdp11/pre System V ar archive 84 0 string <ar> System V Release 1 ar archive [all …]
|
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Task/ |
H A D | README.ON | 12 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:
|
H A D | README | 28 1. Uncompress and untar the archive
|
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Project/ |
H A D | README.ON | 12 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:
|
H A D | README | 39 1. Uncompress and untar the archive
|
/titanic_41/usr/src/cmd/svc/milestone/ |
H A D | README.share | 61 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 D | Makefile | 73 boot-archive.xml \ 101 boot-archive \
|
H A D | boot-archive | 38 /sbin/bootadm update-archive -vnC 2> /dev/null
|
/titanic_41/usr/src/lib/libpp/common/ |
H A D | ppinput.c | 128 switch (pp.member->archive->type & (TYPE_BUFFER|TYPE_CHECKPOINT)) in pppush() 135 if (sfseek(pp.member->archive->info.sp, pp.member->offset, SEEK_SET) != pp.member->offset) in pppush() 136 error(3, "%s: archive seek error", pp.member->archive->name); in pppush() 137 if (sfread(pp.member->archive->info.sp, p, pp.member->size) != pp.member->size) in pppush() 138 error(3, "%s: archive read error", pp.member->archive->name); in pppush() 146 p = cur->buffer = pp.member->archive->info.buffer + pp.member->offset; in pppush() 489 sp = pp.member->archive->info.sp; in ppload()
|
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/ |
H A D | README.ON | 34 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:
|
/titanic_41/usr/src/psm/stand/bootblks/common/ |
H A D | boot.fth | 123 \ first try boot archive (nested boot from ramdisk) 211 false value is-archive? 220 \ if not nested, check for boot archive (executable after label) 225 or to is-archive? 235 \ boot file (-F name or boot archive) 535 fs-type$ encode-string " archive-fstype" property 539 is-archive? if 644 is-archive? if 653 is-archive? if >bootblk then ( virt' )
|
/titanic_41/usr/src/uts/sparc/os/ |
H A D | bootops.c | 510 char archive[OBP_MAXPATHLEN]; in bop_free_archive() local 519 prom_getprop(chosennode, "bootarchive", archive) == -1) in bop_free_archive() 521 arph = prom_finddevice(archive); in bop_free_archive()
|
/titanic_41/usr/src/cmd/sgs/ld/common/ |
H A D | ld.c | 176 archive(int fd, Elf *elf, uchar_t *class_ret, Half *mach_ret) in archive() function 194 found = archive(fd, _elf, class_ret, mach_ret); in archive() 446 archive(fd, elf, &ar_class, &ar_mach); in process_args()
|
/titanic_41/usr/src/lib/librstp/common/ |
H A D | README.news | 12 http://www1.ietf.org/mail-archive/working-groups/bridge/current/msg00038.html)
|
/titanic_41/usr/src/cmd/sgs/elfdump/common/ |
H A D | main.c | 561 archive(const char *file, int fd, Elf *elf, uint_t flags, in archive() function 703 if (archive(name, fd, _elf, flags, in archive() 970 ret = archive(file, fd, elf, flags, wname, wfd, osabi); in main()
|