|
iPXE
|
Infiniband device management commands. More...
#include <stdio.h>#include <errno.h>#include <getopt.h>#include <ipxe/command.h>#include <ipxe/parseopt.h>#include <ipxe/infiniband.h>#include <usr/ibmgmt.h>Go to the source code of this file.
Data Structures | |
| struct | ibstat_options |
| "ibstat" options More... | |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| static int | ibstat_exec (int argc, char **argv) |
| The "ibstat" command. More... | |
| COMMAND (ibstat, ibstat_exec) | |
| Infiniband commands. More... | |
Variables | |
| static struct option_descriptor | ibstat_opts [] = {} |
| "ibstat" option list More... | |
| static struct command_descriptor | ibstat_cmd |
| "ibstat" command descriptor More... | |
Infiniband device management commands.
Definition in file ibmgmt_cmd.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
static |
The "ibstat" command.
| argc | Argument count |
| argv | Argument list |
| rc | Return status code |
Definition at line 57 of file ibmgmt_cmd.c.
References for_each_ibdev, ibstat(), ibstat_cmd, opts, parse_options(), and rc.
| COMMAND | ( | ibstat | , |
| ibstat_exec | |||
| ) |
Infiniband commands.
|
static |
"ibstat" option list
Definition at line 44 of file ibmgmt_cmd.c.
|
static |
"ibstat" command descriptor
Definition at line 47 of file ibmgmt_cmd.c.
Referenced by ibstat_exec().
1.8.15