Home
last modified time | relevance | path

Searched refs:checkpoint (Results 1 – 25 of 53) sorted by path

123

/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptape.c177 static void checkpoint(struct bdesc *, int);
1970 checkpoint(bp-1, cmd); /* send data */ in dowrite()
2125 checkpoint(--bp, cmd); /* send checkpoint data */ in dowrite()
2152 checkpoint(struct bdesc *bp, int cmd) in checkpoint() function
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME394 that they are unaware of the passage of time across checkpoint/resume
400 To work around this (and other checkpoint/resume related problems),
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dbsd-comp.c97 u_int checkpoint; /* when to next check the ratio */ member
188 db->checkpoint = CHECK_GAP;
210 if (db->in_count >= db->checkpoint) {
218 db->checkpoint = db->in_count + CHECK_GAP;
/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c189 static count_long checkpoint = CHECK_GAP; variable
1005 checkpoint = CHECK_GAP; in compress()
1080 (count_long)checkpoint && block_compress) { in compress()
1740 checkpoint = (count_long)in_count + (count_long)CHECK_GAP; in cl_block()
/illumos-gate/usr/src/cmd/file/
H A Dmagic537 0 string \177FCF fmd(8) checkpoint file
/illumos-gate/usr/src/cmd/fm/dicts/
H A DSUNOS.dict42 defect.sunos.eft.undiag.checkpoint=13
H A DSUNOS.po236 # keys: defect.sunos.eft.undiag.checkpoint
249 msgstr "Remove the diagnosis engine checkpoint file '/var/fm/fmd/ckpt/eft/eft', repair this defect,…
/illumos-gate/usr/src/cmd/look/
H A Dwords4163 checkpoint
/illumos-gate/usr/src/cmd/sendmail/cf/m4/
H A Dproto.m4275 # checkpoint queue runs after every N successful deliveries
/illumos-gate/usr/src/cmd/spell/
H A Dlist4162 checkpoint
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c5198 verify_checkpoint_vdev_spacemaps(spa_t *checkpoint, spa_t *current) in verify_checkpoint_vdev_spacemaps() argument
5200 vdev_t *ckpoint_rvd = checkpoint->spa_root_vdev; in verify_checkpoint_vdev_spacemaps()
5203 load_concrete_ms_allocatable_trees(checkpoint, SM_FREE); in verify_checkpoint_vdev_spacemaps()
5282 verify_checkpoint_ms_spacemaps(spa_t *checkpoint, spa_t *current) in verify_checkpoint_ms_spacemaps() argument
5284 vdev_t *ckpoint_rvd = checkpoint->spa_root_vdev; in verify_checkpoint_ms_spacemaps()
5287 load_concrete_ms_allocatable_trees(checkpoint, SM_ALLOC); in verify_checkpoint_ms_spacemaps()
5414 uberblock_t checkpoint; in verify_checkpoint() local
5422 sizeof (uberblock_t) / sizeof (uint64_t), &checkpoint); in verify_checkpoint()
5439 dump_uberblock(&checkpoint, "\nCheckpointed uberblock found:\n", "\n"); in verify_checkpoint()
5441 if (checkpoint.ub_checkpoint_txg == 0) { in verify_checkpoint()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dproto.c389 …char* checkpoint; int constack; struct ppinstk* in; char* addp; char* args; char* addbuf; char* ca… member
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmagic.tab1169 0 string #pragma pp:checkpoint preprocessor checkpoint application/x-libpp
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A DHISTORY58 10/01/88 allow checkpoint files for !STANDALONE
119 09/18/87 complete ppdump() and ppload() checkpoint support
123 add PP_DUMP, -D-D and #pragma pp:load checkpoint support
H A Dpp.tab39 checkpoint
159 DUMP # do a checkpoint dump
169 LOADING # loading a checkpoint file
H A Dppinput.c511 if (!streq(s, pp.checkpoint)) in ppload()
512 error(3, "checkpoint version %s does not match %s", s, pp.checkpoint); in ppload()
H A Dpplex.c2437 (*pp.pragma)(dirname(PRAGMA), pp.pass, keyname(X_CHECKPOINT), pp.checkpoint, 1); in pool()
H A Dpplib.h285 char* checkpoint; /* checkpoint version */ \
H A Dppop.c1103 (*pp.pragma)(dirname(PRAGMA), pp.pass, keyname(X_CHECKPOINT), pp.checkpoint, 1); in ppop()
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb.cc673 ret = checkpoint(); in init()
689 db::checkpoint() in checkpoint() function in db
H A Ddb_c.x117 % bool_t checkpoint();
H A Ddb_dictionary.cc866 if ((status = checkpoint()) != DB_SUCCESS) { in massage_dict()
1319 db_dictionary::checkpoint() in checkpoint() function in db_dictionary
1922 status = dbase->checkpoint(); in db_checkpoint_aux()
1925 status = current->database->checkpoint(); in db_checkpoint_aux()
1957 checkpoint(); // checkpoint dictionary first in db_checkpoint()
H A Ddb_dictionary_c.x197 % db_status checkpoint();
H A Dnis_db.cc228 dbstat = InUseDictionary->checkpoint(); in db_begin_merge_dict()
249 dbstat = InUseDictionary->checkpoint(); in db_end_merge_dict()
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dpager.test250 # tests of the checkpoint mechanism and api

123