Searched refs:iosramsoft (Results 1 – 2 of 2) sorted by relevance
91 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 …]
207 typedef struct iosramsoft { struct208 struct iosramsoft *prev; /* ptr for linked list */ argument209 struct iosramsoft *next; /* ptr for linked list */ argument