Home
last modified time | relevance | path

Searched refs:tarchive (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/boot/scripts/
H A Dcreate_ramdisk.ksh370 rm -f "$tarchive" "$tarchive.cpio" "$tarchive.hash" "$tarchive.head"
377 && /usr/bin/digest -a sha1 "$tarchive.cpio" > "$tarchive.hash" \
378 || print -u2 "Failed to create sha1 hash of $tarchive"
388 tarchive="$archive.$$.new"
397 touch "$tarchive" \
398 || fatal_error "Cannot create temporary archive $tarchive"
416 cpio -qo -H odc > "$tarchive.cpio" \
427 dd if=/dev/zero of="$tarchive.head" bs=512 count=16 2>&1 \
429 dd if=$bb of="$tarchive.head" bs=512 oseek=1 count=15 \
432 cat "$tarchive.head" "$tarchive.cpio" > "$tarchive" \
[all …]
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dlibld.msg142 \t\t\tarchive members to resolve weak references from \