MentOS
0.8.0
The Mentoring Operating System
|
Functions used to provide information about the machine & OS. More...
Macros | |
#define | __DEBUG_HEADER__ "[UTSNAM]" |
Change header. | |
#define | __DEBUG_LEVEL__ LOGLEVEL_NOTICE |
Set log level. | |
Functions | |
static int | __gethostname (char *name, size_t len) |
Returns the hostname. More... | |
int | sys_uname (utsname_t *buf) |
Returns system information in the structure pointed to by buf. More... | |
Functions used to provide information about the machine & OS.
|
inlinestatic |
Returns the hostname.
name | where the hostname is stored. |
len | the length of the buffer. |
int sys_uname | ( | utsname_t * | buf | ) |
Returns system information in the structure pointed to by buf.
buf | Buffer where the info will be placed. |