|
iPXE
|
A device request setting. More...
#include <linux.h>
Data Fields | |
| char * | name |
| Name. | |
| char * | value |
| Value. | |
| int | applied |
| Was the setting already applied? | |
| struct list_head | list |
| List node. | |
| char* linux_setting::value |
Value.
Definition at line 113 of file linux.h.
Referenced by af_packet_nic_probe(), and tap_probe().
| int linux_setting::applied |
Was the setting already applied?
Definition at line 115 of file linux.h.
Referenced by af_packet_nic_probe(), and tap_probe().
| struct list_head linux_setting::list |
List node.
Definition at line 117 of file linux.h.
Referenced by linux_args_cleanup(), and parse_kv().