Home
last modified time | relevance | path

Searched refs:check_password (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dshared.h1081 int check_password(char *entered, char* expected, password_t type);
H A Dstage2.c604 if (! check_password (entered, password, password_type)) in run_menu()
H A Dbuiltins.c133 check_password (char *entered, char* expected, password_t type) in check_password() function
3497 if (check_password (entered, arg, type) != 0) in password_func()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog3153 (check_password): New function.
3157 (check_password): New function.
3165 * stage2/stage2.c (run_menu): Call check_password to check password.