|
XenevaOS
|
#include <Cap/capability.h>#include <process.h>#include <string.h>#include <aucon.h>#include <_null.h>#include <stdint.h>#include <Drivers/uart.h>
Functions | |
| int | BordoisilaCapCreate (void *procptr, int fd, void *object, uint8_t type, CapRights rights) |
| AuCapability * | BordoisilaCapLookup (void *procptr, int fd) |
| bool | BordoisilaCapCheckRights (void *procptr, int fd, CapRights required) |
| int | BordoisilaCapDup (void *procptr, int oldfd, int newfd) |
| int | BordoisilaCapRestrict (void *procptr, int fd, CapRights new_rights) |
| void | BordoisilaCapDestroy (void *procptr, int fd) |
| void | BordoisilaCapCleanupProcess (void *procptr) |
| void | BordoisilaCapInheritTable (void *parentptr, void *childptr) |
| void BordoisilaCapCleanupProcess | ( | void * | procptr | ) |
| void BordoisilaCapDestroy | ( | void * | procptr, |
| int | fd | ||
| ) |
| int BordoisilaCapDup | ( | void * | procptr, |
| int | oldfd, | ||
| int | newfd | ||
| ) |
| void BordoisilaCapInheritTable | ( | void * | parentptr, |
| void * | childptr | ||
| ) |
| AuCapability * BordoisilaCapLookup | ( | void * | procptr, |
| int | fd | ||
| ) |
| int BordoisilaCapRestrict | ( | void * | procptr, |
| int | fd, | ||
| CapRights | new_rights | ||
| ) |