176. OSRStatus

176.1. Authors

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

176.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

    176.3. Global Functions

    176.3.1. DetectError

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

    Return value

    • void

    176.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

    176.3.3. DetectOK

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

    Return value

    • void

    176.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

    176.3.5. DetectOmit

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

    Return value

    • void

    176.3.6. DetectProblem

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

    Return value

    • void

    176.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

    176.3.8. ErrorSeverityBlocking

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

    Return value

    • void - The severity of the detected error.

    176.3.9. ErrorSeverityModuleBlocking

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

    Return value

    • void - The severity of the detected error.

    176.3.10. Exit

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

    Return value

    • void

    176.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.

    176.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.

    176.3.13. IsStatusDetectError

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

    Return value

    • boolean - Is error?

    176.3.14. IsStatusDetectOK

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

    Return value

    • boolean - Is OK?

    176.3.15. IsStatusDetectOmit

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

    Return value

    • boolean - Omitted?

    176.3.16. IsStatusDetectProblem

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

    Return value

    • boolean - Is detect problem?

    176.3.17. IsStatusExit

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

    Return value

    • boolean

    176.3.18. IsStatusRepairError

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

    Return value

    • boolean - Repair failed?

    176.3.19. IsStatusRepairOK

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

    Return value

    • boolean - Repaired?

    176.3.20. IsStatusRepairOmit

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

    Return value

    • boolean - Repait omitted?

    176.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

    176.3.22. RepairError

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

    Return value

    • void

    176.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

    176.3.24. RepairOK

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

    Return value

    • void

    176.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

    176.3.26. RepairOmit

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

    Return value

    • void

    176.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

    176.4. Global Variables

    176.5. Module Requirements

    none