#include <hiker/types.h>
#include <sys/types.h>
#include <hiker/sysclass.h>
Go to the source code of this file.
Defines | |
#define | ALP_STATUS_SPF_APAS_E_NOERR ( ALP_CLASS_SPF | 0x00 ) |
Adjunct Package Attestation System constants. | |
#define | ALP_STATUS_SPF_APAS_E_NULL_PARAM ( ALP_CLASS_SPF | 0x01 ) |
#define | ALP_STATUS_SPF_APAS_E_FILE ( ALP_CLASS_SPF | 0x02 ) |
#define | ALP_STATUS_SPF_APAS_E_MALLOC ( ALP_CLASS_SPF | 0x03 ) |
#define | ALP_STATUS_SPF_APAS_E_GID_IN_USE ( ALP_CLASS_SPF | 0x04 ) |
#define | ALP_STATUS_SPF_APAS_E_ID_IN_USE ( ALP_CLASS_SPF | 0x05 ) |
#define | ALP_STATUS_SPF_APAS_E_UID_IN_USE ( ALP_CLASS_SPF | 0x06 ) |
#define | ALP_STATUS_SPF_APAS_E_UNIMPLEMENTED ( ALP_CLASS_SPF | 0x07 ) |
#define | ALP_STATUS_SPF_APAS_E_UNKNOWN_ASSERTION ( ALP_CLASS_SPF | 0x08 ) |
#define | ALP_STATUS_SPF_APAS_E_UNKNOWN_POLICY ( ALP_CLASS_SPF | 0x09 ) |
#define | ALP_STATUS_SPF_APAS_E_UNKNOWN_PACKAGE ( ALP_CLASS_SPF | 0x0A ) |
#define | ALP_STATUS_SPF_APAS_E_UNKNOWN_GID ( ALP_CLASS_SPF | 0x0B ) |
#define | ALP_STATUS_SPF_APAS_E_UNKNOWN_FULL_QUEUE ( ALP_CLASS_SPF | 0x0C ) |
#define | ALP_STATUS_SPF_APAS_E_NOT_FOUND ( ALP_CLASS_SPF | 0x0D ) |
#define | ALP_STATUS_SPF_APAS_E_UNSPECIFIED ( ALP_CLASS_SPF | 0x0E ) |
|
error code : generic file error, see errno for more info |
|
error code : GID specified for new policy is in use |
|
error code : ID specified for new package is in use |
|
error code : memory allocation error. |
|
Adjunct Package Attestation System constants. error code : no error was detected. success. w00t! |
|
error code : UI queue entry not found |
|
error code : a required parameter was set to null |
|
error code : UID specified for new package is in use |
|
error code : function unimplemented |
|
error code : assertion unknown |
|
error code : UI queue is full |
|
error code : gid unknown |
|
error code : package unknown |
|
error code : policy unknown |
|
error code : unspecified error |