/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _UAPI_PR_H #define _UAPI_PR_H
#include <linux/types.h>
enum pr_status {
PR_STS_SUCCESS = 0x0, /* * The following error codes are based on SCSI, because the interface * was originally created for it and has existing users.
*/ /* Generic device failure. */
PR_STS_IOERR = 0x2,
PR_STS_RESERVATION_CONFLICT = 0x18, /* Temporary path failure that can be retried. */
PR_STS_RETRY_PATH_FAILURE = 0xe0000, /* The request was failed due to a fast failure timer. */
PR_STS_PATH_FAST_FAILED = 0xf0000, /* The path cannot be reached and has been marked as failed. */
PR_STS_PATH_FAILED = 0x10000,
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.