Home | History | Annotate | Download | only in acpiexec

Lines Matching refs:ExitCode

613     int                     ExitCode = 0;
636 ExitCode = -1;
650 ExitCode = -1;
663 ExitCode = AeDoOptions (argc, argv);
664 if (ExitCode)
666 if (ExitCode > 0)
668 ExitCode = 0;
698 ExitCode = -1;
712 ExitCode = -1;
742 ExitCode = -1;
849 ExitCode = 0;
858 return (ExitCode);