|
UbixOS
2.0
|
#include <ubixos/ubthread.h>

Go to the source code of this file.
Data Structures | |
| struct | sys_setGID_args |
| struct | sys_setUID_args |
Functions | |
| int | sys_getEUID (struct thread *, void *) |
| int | sys_getGID (struct thread *, void *) |
| int | sys_getUID (struct thread *, void *) |
| int | sys_setGID (struct thread *, struct sys_setGID_args *) |
| int | sys_setUID (struct thread *, struct sys_setUID_args *) |
| int sys_getEUID | ( | struct thread * | , |
| void * | |||
| ) |
Definition at line 55 of file access.c.
References _current, and taskStruct::uid.
| int sys_getGID | ( | struct thread * | , |
| void * | |||
| ) |
Definition at line 59 of file access.c.
References _current, and taskStruct::gid.
| int sys_getUID | ( | struct thread * | , |
| void * | |||
| ) |
Definition at line 51 of file access.c.
References _current, and taskStruct::uid.
| int sys_setGID | ( | struct thread * | , |
| struct sys_setGID_args * | |||
| ) |
Definition at line 63 of file access.c.
References _current, taskStruct::gid, and sys_setGID_args::gid.
| int sys_setUID | ( | struct thread * | , |
| struct sys_setUID_args * | |||
| ) |
Definition at line 43 of file access.c.
References _current, taskStruct::uid, and sys_setUID_args::uid.