Searched defs:grub_efi_simple_network (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/include/grub/efi/
H A Dapi.h1381 struct grub_efi_simple_network struct
1384 grub_efi_status_t (*start) (struct grub_efi_simple_network *this);
1385 void (*stop) (struct grub_efi_simple_network *this);
1386 grub_efi_status_t (*initialize) (struct grub_efi_simple_network *this,
1390 void (*shutdown) (struct grub_efi_simple_network *this);
1396 grub_efi_status_t (*get_status) (struct grub_efi_simple_network *this,
1399 grub_efi_status_t (*transmit) (struct grub_efi_simple_network *this,
1406 grub_efi_status_t (*receive) (struct grub_efi_simple_network *this,
1416 typedef struct grub_efi_simple_network grub_efi_simple_network_t;

Completed in 24 milliseconds