iPXE
|
A "cert<xxx>" command descriptor. More...
Data Fields | |
struct command_descriptor | cmd |
Command descriptor. | |
int(* | payload )(struct x509_certificate *cert) |
Payload. |
A "cert<xxx>" command descriptor.
Definition at line 69 of file cert_cmd.c.
int( * cert_command_descriptor::payload)(struct x509_certificate *cert) |
Payload.
cert | X.509 certificate |
rc | Return status code |
Definition at line 77 of file cert_cmd.c.
Referenced by cert_exec().