Lines Matching refs:toc
223 struct iosram_toc *toc = NULL;
248 (caddr_t *)&toc,
257 (void *)toc);
259 check_iosram_ver(toc->iosram_version);
261 for (i = 0; i < toc->iosram_tagno; i++) {
262 key = iosram_convert_key(toc->iosram_keys[i].key);
266 tunnel->size = toc->iosram_keys[i].size;
275 SBBC_SRAM_OFFSET + toc->iosram_keys[i].offset,
276 toc->iosram_keys[i].size, &attr,
283 i, toc->iosram_keys[i].key,
284 toc->iosram_keys[i].size,
285 toc->iosram_keys[i].offset,
292 if (toc != NULL) {