#include "src$:gct_tree.h"
Go to the source code of this file.
Data Structures | |
| struct | GCT_PLATFORM_TREE |
| struct | GCT_GALAXY_NVRAM |
| struct | GCT_CONFIGURATIONS |
| struct | GCT_PLATFORM_DATA |
Defines | |
| #define | GIG 0x00040000000 |
| Copyright (c) 1997. | |
| #define | ONE_GIG 0x00040000000 |
| #define | TWO_GIG 0x00080000000 |
| #define | FOUR_GIG 0x00100000000 |
| #define | EIGHT_GIG 0x00200000000 |
| #define | SIXTY4_GIG 0x01000000000 |
| #define | ONE28_GIG 0x02000000000 |
| #define | MEG 0x00000100000 |
| #define | ONE_MEG 0x00000100000 |
| #define | TWO_MEG 0x00000200000 |
| #define | FOUR_MEG 0x00000400000 |
| #define | EIGHT_MEG 0x00000800000 |
| #define | SIXTY4_MEG 0x00004000000 |
| #define | ONE28_MEG 0x00008000000 |
| #define | NO_INIT 0 |
| #define | INIT_ONLY 1 |
| #define | INIT 2 |
Functions | |
| int32 gct_init | $init_tree (GCT_PLATFORM_DATA *platform_data, GCT_BINDINGS *node_bindings, char *gct_buffer, int size) |
| void gct_init | $populate_tree (GCT_PLATFORM_TREE *tree_outline) |
| int32 gct_init | $configure_galaxy (GCT_GALAXY_NVRAM *galaxy_config, char *galaxy_id) |
| int32 gct_init | $bind_node (GCT_HANDLE node) |
| #define EIGHT_GIG 0x00200000000 |
Definition at line 44 of file gct_tree_init.h.
| #define EIGHT_MEG 0x00000800000 |
Definition at line 51 of file gct_tree_init.h.
| #define FOUR_GIG 0x00100000000 |
Definition at line 43 of file gct_tree_init.h.
| #define FOUR_MEG 0x00000400000 |
Definition at line 50 of file gct_tree_init.h.
| #define GIG 0x00040000000 |
Copyright (c) 1997.
by DIGITAL Equipment Corporation, Maynard, Mass. All rights reserved. This software is furnished under a license and may be used and copied only in accordance with the terms of such license and with the inclusion of the above copyright notice. This software or any other copies thereof may not be provided or otherwise made available to any other person. No title to and ownership of the software is hereby transferred. The information in this software is subject to change without notice and should not be construed as a commitment by DIGITAL Equipment Corporation. DIGITAL assumes no responsibility for the use or reliability of its software on equipment which is not supplied by DIGITAL.
Definition at line 40 of file gct_tree_init.h.
| #define INIT 2 |
Definition at line 57 of file gct_tree_init.h.
| #define INIT_ONLY 1 |
Definition at line 56 of file gct_tree_init.h.
| #define MEG 0x00000100000 |
Definition at line 47 of file gct_tree_init.h.
| #define NO_INIT 0 |
Definition at line 55 of file gct_tree_init.h.
| #define ONE28_GIG 0x02000000000 |
Definition at line 46 of file gct_tree_init.h.
| #define ONE28_MEG 0x00008000000 |
Definition at line 53 of file gct_tree_init.h.
| #define ONE_GIG 0x00040000000 |
Definition at line 41 of file gct_tree_init.h.
| #define ONE_MEG 0x00000100000 |
Definition at line 48 of file gct_tree_init.h.
| #define SIXTY4_GIG 0x01000000000 |
Definition at line 45 of file gct_tree_init.h.
| #define SIXTY4_MEG 0x00004000000 |
Definition at line 52 of file gct_tree_init.h.
| #define TWO_GIG 0x00080000000 |
Definition at line 42 of file gct_tree_init.h.
| #define TWO_MEG 0x00000200000 |
Definition at line 49 of file gct_tree_init.h.
| int32 gct_init $bind_node | ( | GCT_HANDLE | node | ) |
| int32 gct_init $configure_galaxy | ( | GCT_GALAXY_NVRAM * | galaxy_config, | |
| char * | galaxy_id | |||
| ) |
| int32 gct_init $init_tree | ( | GCT_PLATFORM_DATA * | platform_data, | |
| GCT_BINDINGS * | node_bindings, | |||
| char * | gct_buffer, | |||
| int | size | |||
| ) |
| void gct_init $populate_tree | ( | GCT_PLATFORM_TREE * | tree_outline | ) |