HomeSort by relevance Sort by last modified time
    Searched refs:cli_mode_t (Results 1 - 3 of 3) sorted by null

  /external/syslinux/com32/hdt/
hdt-cli.h 88 } cli_mode_t; typedef in typeref:enum:__anon36991
94 cli_mode_t mode;
153 void find_cli_mode_descr(cli_mode_t mode, struct cli_mode_descr **mode_found);
157 cli_mode_t mode_s_to_mode_t(char *name);
159 void set_mode(cli_mode_t mode, struct s_hardware *hardware);
hdt-cli-hdt.c 72 cli_mode_t new_mode;
82 * equivalent cli_mode_t to pass it to set_mode.
hdt-cli.c 121 void set_mode(cli_mode_t mode, struct s_hardware *hardware)
207 * mode_s_to_mode_t - given a mode string, return the cli_mode_t representation
209 cli_mode_t mode_s_to_mode_t(char *name)
234 void find_cli_mode_descr(cli_mode_t mode, struct cli_mode_descr **mode_found)
    [all...]

Completed in 5180 milliseconds