195. OSRStatus

195.1. Authors

  • Johannes Buchhold <jbuch@suse.de>, 2002

195.2. Summary of Module Globals

List of Global Functions

  • DetectError - This function is a wrapper for the definition of the correct status.

  • DetectError2Name - This function is a wrapper for the definition of the correct status.

  • DetectOK - This function is a wrapper for the definition of the correct status.

  • DetectOK2Name - This function is a wrapper for the definition of the correct status.

  • DetectOmit - This function is a wrapper for the definition of the correct status.

  • DetectProblem - This function is a wrapper for the definition of the correct status.

  • DetectProblem2Name - This function is a wrapper for the definition of the correct status.

  • ErrorSeverityBlocking - Sets the level of severity of the detected error. API function.

  • ErrorSeverityModuleBlocking - Sets the level of severity of the detected error. API function.

  • Exit - This function is a wrapper for the definition of the correct status.

  • IsErrorSeverityBlocking - Returns the level of severity of the detected error. This severity involves the rescue system to stop the further execution if the detected error is not repaired. E.g. if the rescue system does not detect any harddisks it makes no sense to go on checking for any errors. The rescue system will halt.

  • IsErrorSeverityModuleBlocking - Returns the level of severity of the detected error. This severity means that the detected error involves to jump to the next detection module without executing any further method of the current module. E.g. if the rescue system detects that the LILO package is not installed on the system and this error could not be repaired, it makes no sense to check the LILO configuration file for any errors. So the rescue system jumps to the next module in the module sequence.

  • IsStatusDetectError - This function is a wrapper for the definition of the correct status.

  • IsStatusDetectOK - This function is a wrapper for the definition of the correct status.

  • IsStatusDetectOmit - This function is a wrapper for the definition of the correct status.

  • IsStatusDetectProblem - This function is a wrapper for the definition of the correct status.

  • IsStatusExit - This function is a wrapper for the definition of the correct status.

  • IsStatusRepairError - This function is a wrapper for the definition of the correct status.

  • IsStatusRepairOK - This function is a wrapper for the definition of the correct status.

  • IsStatusRepairOmit - This function is a wrapper for the definition of the correct status.

  • NotFound2Name - This function is a wrapper for the definition of the correct status.

  • RepairError - This function is a wrapper for the definition of the correct status.

  • RepairError2Name - This function is a wrapper for the definition of the correct status.

  • RepairOK - This function is a wrapper for the definition of the correct status.

  • RepairOK2Name - This function is a wrapper for the definition of the correct status.

  • RepairOmit - This function is a wrapper for the definition of the correct status.

  • RepairOmit2Name - This function is a wrapper for the definition of the correct status.

List of Global Variables

    195.3. Global Functions

    195.3.1. DetectError

    This function is a wrapper for the definition of the correct status.

    Return value

    • void

    195.3.2. DetectError2Name

    This function is a wrapper for the definition of the correct status.

    Function parameters

    • string tnext_detect_method_name

    Return value

    • void

    195.3.3. DetectOK

    This function is a wrapper for the definition of the correct status.

    Return value

    • void

    195.3.4. DetectOK2Name

    This function is a wrapper for the definition of the correct status.

    Function parameters

    • string tnext_detect_method_name

    Return value

    • void

    195.3.5. DetectOmit

    This function is a wrapper for the definition of the correct status.

    Return value

    • void

    195.3.6. DetectProblem

    This function is a wrapper for the definition of the correct status.

    Return value

    • void

    195.3.7. DetectProblem2Name

    This function is a wrapper for the definition of the correct status.

    Function parameters

    • string tnext_detect_method_name

    Return value

    • void

    195.3.8. ErrorSeverityBlocking

    Sets the level of severity of the detected error. API function.

    Return value

    • void - The severity of the detected error.

    195.3.9. ErrorSeverityModuleBlocking

    Sets the level of severity of the detected error. API function.

    Return value

    • void - The severity of the detected error.

    195.3.10. Exit

    This function is a wrapper for the definition of the correct status.

    Return value

    • void

    195.3.11. IsErrorSeverityBlocking

    Returns the level of severity of the detected error. This severity involves the rescue system to stop the further execution if the detected error is not repaired. E.g. if the rescue system does not detect any harddisks it makes no sense to go on checking for any errors. The rescue system will halt.

    Return value

    • boolean - The severity of the detected error.

    195.3.12. IsErrorSeverityModuleBlocking

    Returns the level of severity of the detected error. This severity means that the detected error involves to jump to the next detection module without executing any further method of the current module. E.g. if the rescue system detects that the LILO package is not installed on the system and this error could not be repaired, it makes no sense to check the LILO configuration file for any errors. So the rescue system jumps to the next module in the module sequence.

    Return value

    • boolean - The severity of the detected error.

    195.3.13. IsStatusDetectError

    This function is a wrapper for the definition of the correct status.

    Return value

    • boolean - Is error?

    195.3.14. IsStatusDetectOK

    This function is a wrapper for the definition of the correct status.

    Return value

    • boolean - Is OK?

    195.3.15. IsStatusDetectOmit

    This function is a wrapper for the definition of the correct status.

    Return value

    • boolean - Omitted?

    195.3.16. IsStatusDetectProblem

    This function is a wrapper for the definition of the correct status.

    Return value

    • boolean - Is detect problem?

    195.3.17. IsStatusExit

    This function is a wrapper for the definition of the correct status.

    Return value

    • boolean

    195.3.18. IsStatusRepairError

    This function is a wrapper for the definition of the correct status.

    Return value

    • boolean - Repair failed?

    195.3.19. IsStatusRepairOK

    This function is a wrapper for the definition of the correct status.

    Return value

    • boolean - Repaired?

    195.3.20. IsStatusRepairOmit

    This function is a wrapper for the definition of the correct status.

    Return value

    • boolean - Repait omitted?

    195.3.21. NotFound2Name

    This function is a wrapper for the definition of the correct status.

    Function parameters

    • string tnext_detect_method_name

    Return value

    • void

    195.3.22. RepairError

    This function is a wrapper for the definition of the correct status.

    Return value

    • void

    195.3.23. RepairError2Name

    This function is a wrapper for the definition of the correct status.

    Function parameters

    • string tnext_detect_method_name

    Return value

    • void

    195.3.24. RepairOK

    This function is a wrapper for the definition of the correct status.

    Return value

    • void

    195.3.25. RepairOK2Name

    This function is a wrapper for the definition of the correct status.

    Function parameters

    • string tnext_detect_method_name

    Return value

    • void

    195.3.26. RepairOmit

    This function is a wrapper for the definition of the correct status.

    Return value

    • void

    195.3.27. RepairOmit2Name

    This function is a wrapper for the definition of the correct status.

    Function parameters

    • string tnext_detect_method_name

    Return value

    • void

    195.4. Global Variables

    195.5. Module Requirements

    none