53 "<address> <length>" );
struct arbelprm_rc_send_wqe rc
static union @024010030001061367220137227263210031030210157031 opts
"cert<xxx>" option list
#define COMMAND(name, exec)
uint8_t data[48]
Additional event data.
int optind
Current option index.
Parse command-line options.
@ required_argument
Option requires an argument.
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
static struct command_descriptor imgmem_cmd
"imgmem" command descriptor
static int imgmem_exec(int argc, char **argv)
The "imgmem" command.
static struct option_descriptor imgmem_opts[]
"imgmem" option list
int imgmem(const char *name, const void *data, size_t len)
Create image from block of memory.
Access to external ("user") memory.
int parse_string(char *text, char **value)
Parse string value.
int parse_integer(char *text, unsigned int *value)
Parse integer value.
int parse_options(int argc, char **argv, struct command_descriptor *cmd, void *opts)
Parse command-line options.
Command line option parsing.
#define COMMAND_DESC(_struct, _options, _min_args, _max_args, _usage)
Construct command descriptor.
#define OPTION_DESC(_longopt, _shortopt, _has_arg, _struct, _field, _parse)
Construct option descriptor.
A command-line option descriptor.