|
Linux Kernel
3.7.1
|
#include <asm/sgiarcs.h>Go to the source code of this file.
Macros | |
| #define | prom_argv(index) ((char *) (long) _prom_argv[(index)]) |
| #define | prom_argc(index) ((char *) (long) _prom_argc[(index)]) |
| #define | PROM_FLAG_ARCS 1 |
| #define | PROM_FLAG_USE_AS_CONSOLE 2 |
| #define | PROM_FLAG_DONT_FREE_TEMP 4 |
| #define | PROM_NULL_MDESC ((struct linux_mdesc *) 0) |
| #define | PROM_NULL_COMPONENT ((pcomponent *) 0) |
Functions | |
| void | prom_putchar (char c) |
| char | prom_getchar (void) |
| struct linux_mdesc * | prom_getmdesc (struct linux_mdesc *curr) |
| void | prom_meminit (void) |
| pcomponent * | ArcGetPeer (pcomponent *this) |
| pcomponent * | ArcGetChild (pcomponent *this) |
| void | prom_identify_arch (void) |
| PCHAR | ArcGetEnvironmentVariable (PCHAR name) |
| LONG | ArcSetEnvironmentVariable (PCHAR name, PCHAR value) |
| void | prom_init_cmdline (void) |
| LONG | ArcRead (ULONG fd, PVOID buf, ULONG num, PULONG cnt) |
| LONG | ArcWrite (ULONG fd, PVOID buf, ULONG num, PULONG cnt) |
| VOID | ArcReboot (VOID) __attribute__((noreturn)) |
| VOID | ArcEnterInteractiveMode (VOID) __attribute__((noreturn)) |
| VOID | ArcFlushAllCaches (VOID) |
| DISPLAY_STATUS * | ArcGetDisplayStatus (ULONG FileID) |
Variables | |
| struct linux_romvec * | romvec |
| int | prom_argc |
| LONG * | _prom_argv |
| LONG * | _prom_envp |
| int | prom_flags |
| #define prom_argv | ( | index | ) | ((char *) (long) _prom_argv[(index)]) |
| #define PROM_NULL_COMPONENT ((pcomponent *) 0) |
| #define PROM_NULL_MDESC ((struct linux_mdesc *) 0) |
| pcomponent* ArcGetChild | ( | pcomponent * | this | ) |
| DISPLAY_STATUS* ArcGetDisplayStatus | ( | ULONG | FileID | ) |
| pcomponent* ArcGetPeer | ( | pcomponent * | this | ) |
|
read |
Definition at line 90 of file identify.c.
| int prom_flags |
Definition at line 69 of file identify.c.
| struct linux_romvec* romvec |
1.8.2