Changeset View
Changeset View
Standalone View
Standalone View
sys/bsm/audit_kevents.h
Show First 20 Lines • Show All 653 Lines • ▼ Show 20 Lines | |||||
#define AUE_SEMWAIT 43258 /* FreeBSD-specific. */ | #define AUE_SEMWAIT 43258 /* FreeBSD-specific. */ | ||||
#define AUE_FGETUUID 43259 /* CADETS. */ | #define AUE_FGETUUID 43259 /* CADETS. */ | ||||
#define AUE_GETUUID 43260 /* CADETS. */ | #define AUE_GETUUID 43260 /* CADETS. */ | ||||
#define AUE_LGETUUID 43261 /* CADETS. */ | #define AUE_LGETUUID 43261 /* CADETS. */ | ||||
#define AUE_EXECVEAT 43262 /* FreeBSD/Linux. */ | #define AUE_EXECVEAT 43262 /* FreeBSD/Linux. */ | ||||
#define AUE_SHMRENAME 43263 /* FreeBSD-specific. */ | #define AUE_SHMRENAME 43263 /* FreeBSD-specific. */ | ||||
#define AUE_REALPATHAT 43264 /* FreeBSD-specific. */ | #define AUE_REALPATHAT 43264 /* FreeBSD-specific. */ | ||||
#define AUE_CLOSERANGE 43265 /* FreeBSD-specific. */ | #define AUE_CLOSERANGE 43265 /* FreeBSD-specific. */ | ||||
#define AUE_EVENTFD 43266 /* FreeBSD/Linux. */ | |||||
/* | /* | ||||
* Darwin BSM uses a number of AUE_O_* definitions, which are aliased to the | * Darwin BSM uses a number of AUE_O_* definitions, which are aliased to the | ||||
* normal Solaris BSM identifiers. _O_ refers to it being an old, or compat | * normal Solaris BSM identifiers. _O_ refers to it being an old, or compat | ||||
* interface. In most cases, Darwin has never implemented these system calls | * interface. In most cases, Darwin has never implemented these system calls | ||||
* but picked up the fields in their system call table from their FreeBSD | * but picked up the fields in their system call table from their FreeBSD | ||||
* import. Happily, these have different names than the AUE_O* definitions | * import. Happily, these have different names than the AUE_O* definitions | ||||
* in Solaris BSM. | * in Solaris BSM. | ||||
▲ Show 20 Lines • Show All 179 Lines • Show Last 20 Lines |