iPXE
Functions
login_ui.h File Reference

Login UI. More...

Go to the source code of this file.

Functions

 FILE_LICENCE (GPL2_OR_LATER_OR_UBDL)
 
 FILE_SECBOOT (PERMITTED)
 
int login_ui (void)
 

Detailed Description

Login UI.

Definition in file login_ui.h.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL  )

◆ FILE_SECBOOT()

FILE_SECBOOT ( PERMITTED  )

◆ login_ui()

int login_ui ( void  )

Definition at line 68 of file login_ui.c.

68  {
69 
70  return show_form ( &login );
71 }
static struct dynamic_ui login
Definition: login_ui.c:39
int show_form(struct dynamic_ui *dynui)
Show form.
Definition: form_ui.c:508

References login, and show_form().

Referenced by login_exec().