HomeSort by: relevance | last modified time | path
    Searched refs:check_password (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/lib/libsa/
checkpasswd.c 105 return check_password(bootpasswd);
109 check_password(const char *password) function in typeref:typename:int
stand.h 290 int check_password(const char *);
  /src/sys/arch/i386/stand/lib/
bootmenu.c 204 check_password((char *)boot_params.bp_password))) {
  /src/sys/arch/i386/stand/pxeboot/
main.c 166 || check_password((char *)boot_params.bp_password))) {
  /src/sys/arch/i386/stand/boot/
boot2.c 386 if (check_password((char *)boot_params.bp_password)) {
  /src/sys/arch/i386/stand/efiboot/
boot.c 358 if (check_password((char *)boot_params.bp_password)) {

Completed in 16 milliseconds