RTEMS Logo

RTEMS 4.10.2 On-Line Library


Process Environment Manager uname - Get System Name

PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

3.4.15: uname - Get System Name

CALLING SEQUENCE:

int uname(
  struct utsname *name
);

STATUS CODES:

EPERM
The provided structure pointer is invalid.

DESCRIPTION:

This service returns system information to the caller. It does this by filling in the struct utsname format structure for the caller.

NOTES:

The information provided includes the operating system (RTEMS in all configurations), the node number, the release as the RTEMS version, and the CPU family and model. The CPU model name will indicate the multilib executive variant being used.


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-2008 OAR Corporation