|
iPXE
|
An "img{single}" family command descriptor. More...
Data Fields | |
| struct command_descriptor * | cmd |
| Command descriptor. More... | |
| int(* | acquire )(const char *name, unsigned long timeout, struct image **image) |
| Function to use to acquire the image. More... | |
| void(* | preaction )(struct image *image) |
| Pre-action to take upon image, or NULL. More... | |
| int(* | action )(struct image *image, struct imgsingle_options *opts) |
| Action to take upon image, or NULL. More... | |
| const char * | verb |
| Verb to describe action. More... | |
An "img{single}" family command descriptor.
Definition at line 78 of file image_cmd.c.
| struct command_descriptor* imgsingle_descriptor::cmd |
Command descriptor.
Definition at line 80 of file image_cmd.c.
| int( * imgsingle_descriptor::acquire) (const char *name, unsigned long timeout, struct image **image) |
Function to use to acquire the image.
Definition at line 82 of file image_cmd.c.
Pre-action to take upon image, or NULL.
Definition at line 85 of file image_cmd.c.
| int( * imgsingle_descriptor::action) (struct image *image, struct imgsingle_options *opts) |
Action to take upon image, or NULL.
Definition at line 87 of file image_cmd.c.
| const char* imgsingle_descriptor::verb |
Verb to describe action.
Definition at line 90 of file image_cmd.c.
1.8.15