Searched refs:checkpoint (Results 1 - 1 of 1) sorted by relevance

/systemd/src/udev/collect/
H A Dcollect.c4 * usage: collect [--add|--remove] <checkpoint> <id> <idlist>
6 * Adds ID <id> to the list governed by <checkpoint>.
66 printf("%s [options] <checkpoint> <id> <idlist>\n\n"
72 " Adds ID <id> to the list governed by <checkpoint>.\n"
119 * Read checkpoint file
357 char *checkpoint, *us; local
402 checkpoint = argv[argi++];
414 fprintf(stderr, "Using checkpoint '%s'\n", checkpoint);
417 fd = prepare(tmpdir, checkpoint);
[all...]

Completed in 2479 milliseconds