#include <stdbool.h>
#include <sys/types.h>
Go to the source code of this file.
|
enum | target_errno {
TARGET_ERRNO__SUCCESS = 0,
__TARGET_ERRNO__START = -10000,
TARGET_ERRNO__PID_OVERRIDE_CPU = __TARGET_ERRNO__START,
TARGET_ERRNO__PID_OVERRIDE_UID,
TARGET_ERRNO__UID_OVERRIDE_CPU,
TARGET_ERRNO__PID_OVERRIDE_SYSTEM,
TARGET_ERRNO__UID_OVERRIDE_SYSTEM,
TARGET_ERRNO__SYSTEM_OVERRIDE_THREAD,
TARGET_ERRNO__INVALID_UID,
TARGET_ERRNO__USER_NOT_FOUND,
__TARGET_ERRNO__END
} |
|
◆ target_errno
Enumerator |
---|
TARGET_ERRNO__SUCCESS | |
__TARGET_ERRNO__START | |
TARGET_ERRNO__PID_OVERRIDE_CPU | |
TARGET_ERRNO__PID_OVERRIDE_UID | |
TARGET_ERRNO__UID_OVERRIDE_CPU | |
TARGET_ERRNO__PID_OVERRIDE_SYSTEM | |
TARGET_ERRNO__UID_OVERRIDE_SYSTEM | |
TARGET_ERRNO__SYSTEM_OVERRIDE_THREAD | |
TARGET_ERRNO__INVALID_UID | |
TARGET_ERRNO__USER_NOT_FOUND | |
__TARGET_ERRNO__END | |
Definition at line 20 of file target.h.
◆ target__has_cpu()
static bool target__has_cpu |
( |
struct target * |
target | ) |
|
|
inlinestatic |
◆ target__has_per_thread()
static bool target__has_per_thread |
( |
struct target * |
target | ) |
|
|
inlinestatic |
◆ target__has_task()
static bool target__has_task |
( |
struct target * |
target | ) |
|
|
inlinestatic |
◆ target__none()
static bool target__none |
( |
struct target * |
target | ) |
|
|
inlinestatic |
◆ target__parse_uid()
◆ target__strerror()
int target__strerror |
( |
struct target * |
target, |
|
|
int |
errnum, |
|
|
char * |
buf, |
|
|
size_t |
buflen |
|
) |
| |
◆ target__uses_dummy_map()
static bool target__uses_dummy_map |
( |
struct target * |
target | ) |
|
|
inlinestatic |
◆ target__validate()