iPXE
linux_setting Struct Reference

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.

Detailed Description

A device request setting.

Definition at line 109 of file linux.h.

Field Documentation

◆ name

char* linux_setting::name

Name.

Definition at line 111 of file linux.h.

◆ value

char* linux_setting::value

Value.

Definition at line 113 of file linux.h.

Referenced by af_packet_nic_probe(), and tap_probe().

◆ applied

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().

◆ list

struct list_head linux_setting::list

List node.

Definition at line 117 of file linux.h.

Referenced by linux_args_cleanup(), and parse_kv().


The documentation for this struct was generated from the following file: