Home
last modified time | relevance | path

Searched refs:iosramsoft (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/sun4u/starcat/io/
H A Diosram.c91 static struct iosramsoft *iosram_new_master = NULL; /* new tunnel target */
92 static struct iosramsoft *iosram_master = NULL; /* master tunnel */
93 static struct iosramsoft *iosram_instances = NULL; /* list of softstates */
128 static void iosram_set_master(struct iosramsoft *softp);
129 static int iosram_is_chosen(struct iosramsoft *softp);
130 static int iosram_tunnel_capable(struct iosramsoft *softp);
131 static int iosram_read_toc(struct iosramsoft *softp);
133 static void iosram_update_addrs(struct iosramsoft *softp);
135 static int iosram_setup_map(struct iosramsoft *softp);
136 static void iosram_remove_map(struct iosramsoft *softp);
[all …]
/titanic_50/usr/src/uts/sun4u/starcat/sys/
H A Diosramvar.h207 typedef struct iosramsoft { struct
208 struct iosramsoft *prev; /* ptr for linked list */ argument
209 struct iosramsoft *next; /* ptr for linked list */ argument