/illumos-gate/usr/src/cmd/boot/scripts/ |
H A D | create_ramdisk.ksh | 103 FORMAT=`svccfg -s system/boot-archive listprop config/format \ 108 if /sbin/bootadm update-archive -R ${ALT_ROOT:-/} -f -L -F hsfs; then 265 typeset archive="$ALT_ROOT/$BOOT_ARCHIVE" 268 echo "updating $archive (UFS)" || \ 269 echo "updating $archive (UFS-nocompress)" 328 $GZIP_CMD -c "$rdfile" > "${archive}-new" 330 cat "$rdfile" > "${archive}-new" 334 rm -f "${archive}-new" 339 ARCHIVE_SIZE=`ls -l "${archive}-new" 2> /dev/null | nawk '{ print $5 }'` 346 ls "${archive}-new" >/dev/null 2>&1 [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 | 59 /sbin/bootadm update-archive
|
/illumos-gate/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 …]
|
/illumos-gate/usr/src/cmd/sgs/ar/common/ |
H A D | ar.msg | 33 @ 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 \ 53 @ MSG_USAGE_S_EXTRA_AR "ar: -s only supports a single archive file\n" 56 included in archive or not\n" 67 @ MSG_NOT_FOUND_AR "ar: archive %s not found\n" [all …]
|
/illumos-gate/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 …]
|
/illumos-gate/usr/src/cmd/sgs/size/common/ |
H A D | main.c | 55 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 D | fcns.c | 44 extern char *archive; in error() 49 "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()
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/migration/ |
H A D | migration.kshlib | 124 typeset archive=$2 133 cpio -iv < $archive
|
/illumos-gate/usr/src/cmd/file/ |
H A D | magic | 73 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 78 0 string 070702 ASCII cpio archive - CRC header 79 0 short 070707 cpio archive - CHR (-c) header 80 0 string 070707 ASCII cpio archive - CHR (-c) header 81 0 long 0177555 obsolete ar archive 82 0 short 0177545 pdp11/pre System V ar archive 85 0 string <ar> System V Release 1 ar archive [all …]
|
/illumos-gate/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 \ 102 boot-archive \
|
H A D | boot-archive | 46 /sbin/bootadm update-archive -vnC 2> /dev/null
|
/illumos-gate/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:
|
/illumos-gate/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:
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppinput.c | 123 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/contrib/ast/src/lib/libast/misc/ |
H A D | magic.tab | 32 0 short 070707 binary cpio archive application/pax 33 0 string 070707 cpio archive application/pax 38 0 string 070701 System V asc cpio archive application/pax 40 0 string 070702 System V aschk cpio archive application/pax 42 0 long 0177555 System III ar archive application/x-ar 43 0 short 0177545 pdp11 ar archive application/x-ar 44 0 long 0x04034b50 zip archive application/zip 47 0 long 0x223e9f78 ms outlook tnef archive application/pax 48 0 string MSCF ms cabinet archive application/pax 52 0 string \x52\x61\x72\x21\x1a\x07 rar archive application/pax [all …]
|
/illumos-gate/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:
|
/illumos-gate/usr/src/uts/sparc/os/ |
H A D | bootops.c | 516 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 D | INIT.pkg | 9 and self extracting archive packages. It contains
|
H A D | package.mk | 15 * 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 D | ld.c | 209 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/contrib/ast/src/cmd/INIT/ |
H A D | package.mk | 15 * 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/lib/librstp/common/ |
H A D | README.news | 12 http://www1.ietf.org/mail-archive/working-groups/bridge/current/msg00038.html)
|