|
iPXE
|
"sync" command More...
#include <string.h>#include <stdio.h>#include <getopt.h>#include <ipxe/command.h>#include <ipxe/parseopt.h>#include <usr/sync.h>Go to the source code of this file.
Data Structures | |
| struct | sync_options |
| "sync" options More... | |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| static int | sync_exec (int argc, char **argv) |
| "sync" command More... | |
| COMMAND (sync, sync_exec) | |
| Sync commands. More... | |
Variables | |
| static struct option_descriptor | sync_opts [] |
| "sync" option list More... | |
| static struct command_descriptor | sync_cmd |
| "sync" command descriptor More... | |
"sync" command
Definition in file sync_cmd.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
static |
"sync" command
| argc | Argument count |
| argv | Argument list |
| rc | Return status code |
Definition at line 62 of file sync_cmd.c.
References opts, parse_options(), printf(), rc, strerror(), sync(), and sync_cmd.
|
static |
"sync" option list
Definition at line 46 of file sync_cmd.c.
|
static |
"sync" command descriptor
Definition at line 52 of file sync_cmd.c.
Referenced by sync_exec().
1.8.15