Home
last modified time | relevance | path

Searched refs:backup (Results 1 – 25 of 44) sorted by relevance

12

/titanic_44/usr/src/cmd/tbl/
H A Dte.c75 char backup[BACKMAX]; variable
76 char *backp = backup;
84 if (backp >= backup+BACKMAX) in un1getc()
92 if (backp>backup) in get1char()
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_missing_001_pos.ksh109 typeset basedir backup
117 backup=""
133 [[ -n $backup ]] && \
145 if [[ -z $backup ]]; then
148 backup="true"
H A Dzpool_import_missing_002_pos.ksh120 typeset basedir backup
133 backup=""
147 [[ -n $backup ]] && \
160 if [[ -z $backup ]] ; then
162 backup="true"
/titanic_44/usr/src/tools/onbld/Scm/
H A DBackup.py211 def __init__(self, backup, ws): argument
213 self.bu = backup
226 def backup(self): member in CdmCommittedBackup
321 def __init__(self, backup, ws): argument
323 self.bu = backup
344 def backup(self): member in CdmUncommittedBackup
520 def __init__(self, backup, ws): argument
521 self.bu = backup
525 def backup(self): member in CdmMetadataBackup
688 def __init__(self, backup, ws): argument
[all …]
/titanic_44/usr/src/lib/libcmd/common/
H A Dcp.c146 int backup; /* BAK_* type */ member
474 switch (state->backup) in visit()
503 if (v || state->backup == BAK_number) in visit()
506 goto backup; in visit()
511 backup: in visit()
738 state->backup = 1; in b_cp()
841 if (state->backup) in b_cp()
844 state->backup = BAK_existing; in b_cp()
856 state->backup = BAK_existing; in b_cp()
868 state->backup = BAK_simple; in b_cp()
[all …]
/titanic_44/usr/src/cmd/svc/configd/
H A Drestore_repository.sh173 The time of backup is given in YYYYMMDD_HHMMSS format.
175 Please enter either a specific backup repository from the above list to
180 boot restore the most recent post-boot backup
181 manifest_import restore the most recent manifest_import backup
/titanic_44/usr/src/cmd/svr4pkg/pkginstall/
H A Dbackup.c40 backup(char *path, int mode) in backup() function
H A DMakefile29 OBJS= backup.o \
H A Dpkginstall.h58 extern void backup __P((char *path, int mode));
H A Dinstvol.c1117 backup(*dstp, 1); in domerg()
1122 backup(ept->path, 0); in domerg()
/titanic_44/usr/src/cmd/backup/
H A DMakefile29 include Makefile.backup
/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dgpt.h40 grub_uint64_t backup; member
/titanic_44/usr/src/tools/onbld/hgext/
H A Dcdm.py1004 bk.backup()
1242 bk.backup()
1248 def cdm_restore(ui, repo, backup, **opts): argument
1274 if os.path.exists(backup):
1275 backup = os.path.abspath(backup)
1281 bk = CdmBackup(ui, wslist[repo], backup)
/titanic_44/usr/src/cmd/mailx/
H A Dlist.c696 register char *cp, *cp2, *backup; in matchsubj() local
713 backup = cp2; in matchsubj()
718 cp2 = ++backup; in matchsubj()
/titanic_44/usr/src/cmd/geniconvtbl/
H A Dyacc.sed26 s;\("syntax error - cannot backup"\);gettext(\1);g
/titanic_44/usr/src/cmd/backup/restore/
H A DMakefile23 include ../Makefile.backup
/titanic_44/usr/src/cmd/fm/dicts/
H A DZFS.po74 …ed to the\nsystem, then the pool must be destroyed and re-created from a backup\nsource.\n\nFor an…
106backup source.\n see: http://illumos.org/msg/ZFS-8000-5E\n scrub: none requested\nconfig:\n\n …
138backup source. ZFS\nincludes built-in metadata replication to prevent this from happening\neven f…
154backup.\n see: http://illumos.org/msg/ZFS-8000-8A\n scrub: none requested\nconfig:\n\n NA…
202 …ttach any missing devices, follow\n any provided recovery instructions or restore from backup."
/titanic_44/usr/src/cmd/backup/lib/
H A DMakefile39 include ../Makefile.backup
/titanic_44/usr/src/cmd/svc/milestone/
H A Dmanifest-import399 backup=`echo "$#/$#" | sed 's/.//g'`
422 echo "$backup\c" > /dev/msglog
/titanic_44/usr/src/cmd/
H A DMakefile73 backup \
524 backup \
/titanic_44/usr/src/lib/libexacct/common/
H A Dexacct_ops.c323 off_t backup; in ea_next_object() local
356 backup = sizeof (ea_catalog_t); in ea_next_object()
378 backup += sizeof (ea_size_t); in ea_next_object()
407 if (fseeko(f->ef_fp, -backup, SEEK_CUR) == -1) { in ea_next_object()
/titanic_44/usr/src/cmd/backup/dump/
H A DMakefile34 include ../Makefile.backup
/titanic_44/usr/src/cmd/sendmail/src/
H A Dparseaddr.c1132 goto backup;
1139 goto backup;
1151 goto backup;
1175 goto backup;
1226 goto backup;
1237 goto backup;
1246 backup:
/titanic_44/usr/src/pkg/manifests/
H A Ddeveloper-object-file.mf129 license usr/src/cmd/backup/dump/THIRDPARTYLICENSE \
130 license=usr/src/cmd/backup/dump/THIRDPARTYLICENSE
/titanic_44/usr/src/cmd/sgs/packages/common/
H A Dpostinstall120 # backup all existing SGStools.

12