Searched defs:archive (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/size/common/
H A Dmain.c59 char *archive; variable
113 extern char *archive;
201 archive = argv[optind];
203 archive = "";
225 tool_name, archive, fname);
/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/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/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,
/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/backup/dump/
H A Ddump.h149 int archive; /* true => saving a archive in archivefile */ variable
/illumos-gate/usr/src/lib/libpp/common/
H A Dpplib.h196 struct ppmember /* archive member pun on ppfile */
198 struct ppdirs* archive; /* archive holding file */ member in struct:ppmember
301 struct ppmember* member; /* include archive member data */ \
371 Sfio_t* sp; /* archive stream */ \
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c83 setinput(char *source, char *archive) argument
87 archivefile = archive;
148 if (archive) {
150 "Cannot specify an archive file when reading from a pipe\n"));
412 * first_time is used with archive files and can have 1 of 3 states:
635 * subtract 2, 1 for archive file's TS_END
926 * fchmod(2) according to the archive later after
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_attr.h323 fattr4_archive archive; member in union:nfs4_attr_u
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c151 * TAR_OFFSET_MAX - the largest file size we can archive
278 * The names of the header in the archive look like:
568 static int Pflag; /* POSIX conformant archive */
605 static int mt_devtype; /* dev type of archive, from stat structure */
617 static char archive[] = "archive0="; variable
626 static int dumping; /* true if writing a tape or other archive */
631 static boolean_t is_posix; /* true if archive is POSIX-conformant */
771 * If you find a digit, use the 'archive#' entry in DEF_FILE.
780 archive[7] = (*cp)? *cp: '0';
781 if (!(defaults_used = defset(archive))) {
[all...]
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c322 * NEED_UPDATE : the specified archive needs to be updated
323 * NO_MULTI : don't extend the specified archive, but recreate it
340 * cdir_path: path to the archive cache directory
342 * used to extend the archive)
376 * new_nvlp/old_nvlp: new and old list of archive-files / attributes pairs
396 * does a boot archive update and then reboot the system.
401 * svc:/system/boot-archive-update:default checks for this file and
402 * updates the boot archive.
437 /* archive usage */
439 "\t%s update-archive [
3364 create_sparc_archive(char *archive, char *tempname, char *bootblk, char *list) argument
3447 digest_archive(const char *archive) argument
3481 extend_iso_archive(char *archive, char *tempname, char *update_dir) argument
3642 create_x86_archive(char *archive, char *tempname, char *update_dir) argument
[all...]

Completed in 97 milliseconds