Home
last modified time | relevance | path

Searched refs:cmd_list_next (Results 1 – 14 of 14) sorted by relevance

/titanic_50/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_dimm.c129 while ((q = cmd_list_next(&dimm->mq_root[i])) != NULL) { in cmd_dimm_free()
138 for (tsp = cmd_list_next(&q->mq_dupce_tstamp); in cmd_dimm_free()
140 next = cmd_list_next(tsp); in cmd_dimm_free()
182 for (dimm = cmd_list_next(&cmd.cmd_dimms); dimm != NULL; in dimm_lookup_by_unum()
183 dimm = cmd_list_next(dimm)) { in dimm_lookup_by_unum()
196 for (bank = cmd_list_next(&cmd.cmd_banks); bank != NULL; in dimm_attach_to_bank()
197 bank = cmd_list_next(bank)) { in dimm_attach_to_bank()
370 for (dimm = cmd_list_next(&cmd.cmd_dimms); dimm != NULL; in cmd_dimm_restore()
371 dimm = cmd_list_next(dimm)) { in cmd_dimm_restore()
466 for (dimm = cmd_list_next(&cmd.cmd_dimms); dimm != NULL; dimm = next) { in cmd_dimm_validate()
[all …]
H A Dcmd_bank.c66 for (bm = cmd_list_next(&bank->bank_dimms); bm != NULL; in cmd_bank_remove_dimm()
67 bm = cmd_list_next(bm)) { in cmd_bank_remove_dimm()
85 for (dimm = cmd_list_next(&cmd.cmd_dimms); dimm != NULL; in bank_dimmlist_create()
86 dimm = cmd_list_next(dimm)) { in bank_dimmlist_create()
98 while ((bm = cmd_list_next(&bank->bank_dimms)) != NULL) { in bank_dimmlist_free()
146 for (bank = cmd_list_next(&cmd.cmd_banks); bank != NULL; in bank_lookup_by_unum()
147 bank = cmd_list_next(bank)) { in bank_lookup_by_unum()
259 for (bank = cmd_list_next(&cmd.cmd_banks); bank != NULL; in cmd_bank_restore()
260 bank = cmd_list_next(bank)) { in cmd_bank_restore()
350 for (bank = cmd_list_next(&cmd.cmd_banks); bank != NULL; bank = next) { in cmd_bank_validate()
[all …]
H A Dcmd_memerr.c100 for (ip = cmd_list_next(&dimm->mq_root[i]); ip != NULL; in upos_thresh_check()
102 next = cmd_list_next(ip); in upos_thresh_check()
169 for (ip = cmd_list_next(&d1->mq_root[i]); ip != NULL; in check_bad_rw_between_dimms()
171 next = cmd_list_next(ip); in check_bad_rw_between_dimms()
195 for (d = cmd_list_next(&cmd.cmd_dimms); d != NULL; d = next) { in bad_reader_writer_check()
196 next = cmd_list_next(d); in bad_reader_writer_check()
271 for (ip = cmd_list_next(&dimm->mq_root[cw]); in mq_5b_check()
273 next = cmd_list_next(ip); in mq_5b_check()
300 for (tsp = cmd_list_next(&ip->mq_dupce_tstamp); tsp != NULL; in mq_prune_dup()
302 next = cmd_list_next(tsp); in mq_prune_dup()
[all …]
H A Dcmd_page.c85 for (page = cmd_list_next(&cmd.cmd_pages); page != NULL; in page_lookup_by_physaddr()
86 page = cmd_list_next(page)) { in page_lookup_by_physaddr()
179 for (page = cmd_list_next(&cmd.cmd_pages); page != NULL; in cmd_page_restore()
180 page = cmd_list_next(page)) { in cmd_page_restore()
278 for (page = cmd_list_next(&cmd.cmd_pages); page != NULL; page = next) { in cmd_page_validate()
279 next = cmd_list_next(page); in cmd_page_validate()
309 while ((page = cmd_list_next(&cmd.cmd_pages)) != NULL) in cmd_page_fini()
H A Dcmd_mem.c258 for (rf = cmd_list_next(&cmd.cmd_iorxefrx); rf != NULL; in cmd_mem_timeout()
259 rf = cmd_list_next(rf)) { in cmd_mem_timeout()
289 while ((rf = cmd_list_next(&cmd.cmd_iorxefrx)) != NULL) in cmd_mem_fini()
H A Dcmd_cpu.c1539 for (Lxcache = cmd_list_next(&cpu->cpu_Lxcaches); Lxcache != NULL; in cmd_cpu_free()
1540 Lxcache = cmd_list_next(&cpu->cpu_Lxcaches)) { in cmd_cpu_free()
1568 for (cpu = cmd_list_next(&cmd.cmd_cpus); cpu != NULL; in cpu_lookup_by_cpuid()
1569 cpu = cmd_list_next(cpu)) { in cpu_lookup_by_cpuid()
1943 for (cpu = cmd_list_next(&cmd.cmd_cpus); cpu != NULL; in cmd_restore_cpu_only()
1944 cpu = cmd_list_next(cpu)) { in cmd_restore_cpu_only()
2201 for (cpu = cmd_list_next(&cmd.cmd_cpus); cpu != NULL; in cmd_cpu_validate()
2202 cpu = cmd_list_next(cpu)) { in cmd_cpu_validate()
2207 for (xr = cmd_list_next(&cmd.cmd_xxcu_redelivs); xr != NULL; xr = xrn) { in cmd_cpu_validate()
2208 xrn = cmd_list_next(xr); in cmd_cpu_validate()
[all …]
H A Dcmd_list.h42 #define cmd_list_next(elem) ((void *)(((cmd_list_t *)(elem))->l_next)) macro
/titanic_50/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_dp.c83 for (ptr = cmd_list_next(&cmd.cmd_datapaths); ptr != NULL; in cmd_dp_lookup_fault()
84 ptr = cmd_list_next(ptr)) { in cmd_dp_lookup_fault()
129 for (ptr = cmd_list_next(&cmd.cmd_datapaths); ptr != NULL; in cmd_dp_lookup_error()
130 ptr = cmd_list_next(ptr)) { in cmd_dp_lookup_error()
231 for (dp = cmd_list_next(&cmd.cmd_datapaths); dp != NULL; in cmd_dp_restore()
232 dp = cmd_list_next(dp)) { in cmd_dp_restore()
307 for (dp = cmd_list_next(&cmd.cmd_datapaths); dp != NULL; in cmd_dp_timeout()
308 dp = cmd_list_next(dp)) { in cmd_dp_timeout()
330 for (dp = cmd_list_next(&cmd.cmd_datapaths); dp != NULL; dp = next) { in cmd_dp_validate()
331 next = cmd_list_next(dp); in cmd_dp_validate()
[all …]
H A Dcmd_Lxcache.c205 for (Lxcache = cmd_list_next(&cpu->cpu_Lxcaches); Lxcache != NULL; in cmd_Lxcache_lookup_by_type_index_way_bit()
206 Lxcache = cmd_list_next(Lxcache)) { in cmd_Lxcache_lookup_by_type_index_way_bit()
306 for (cache = cmd_list_next(&cpu->cpu_Lxcaches); cache != NULL; in cmd_Lxcache_lookup_by_index_way()
307 cache = cmd_list_next(cache)) { in cmd_Lxcache_lookup_by_index_way()
382 for (Lxcache = cmd_list_next(&cpu->cpu_Lxcaches); Lxcache != NULL; in cmd_Lxcache_restore()
383 Lxcache = cmd_list_next(Lxcache)) { in cmd_Lxcache_restore()
439 for (Lxcache = cmd_list_next(&cpu->cpu_Lxcaches); in cmd_Lxcache_validate()
441 next = cmd_list_next(Lxcache); in cmd_Lxcache_validate()
467 while ((Lxcache = cmd_list_next(&cpu->cpu_Lxcaches)) != NULL) in cmd_Lxcache_fini()
516 for (cache = cmd_list_next(&cpu->cpu_Lxcaches); cache != NULL; in cmd_Lx_index_count_type2_ways()
[all …]
H A Dcmd_dp_page.c122 for (dpage = cmd_list_next(&cmd.cmd_deferred_pages); dpage != NULL; in dp_page_defer_lookup()
123 dpage = cmd_list_next(dpage)) { in dp_page_defer_lookup()
184 while ((dpage = cmd_list_next(&cmd.cmd_deferred_pages)) != NULL) { in cmd_dp_page_replay()
246 for (dpage = cmd_list_next(&cmd.cmd_deferred_pages); dpage != NULL; in cmd_dp_page_validate()
248 next = cmd_list_next(dpage); in cmd_dp_page_validate()
266 for (dpage = cmd_list_next(&cmd.cmd_deferred_pages); dpage != NULL; in cmd_dp_page_isdeferred()
268 next = cmd_list_next(dpage); in cmd_dp_page_isdeferred()
H A Dcmd_oplerr.c163 for (opl_cpu = cmd_list_next(cpu_list); opl_cpu != NULL; in cmd_opl_ue_cpu()
164 opl_cpu = cmd_list_next(opl_cpu)) { in cmd_opl_ue_cpu()
217 for (opl_cpu = cmd_list_next(cpu_list); opl_cpu != NULL; in cmd_opl_ue_cpu()
218 opl_cpu = cmd_list_next(opl_cpu)) { in cmd_opl_ue_cpu()
H A Dcmd_memerr_arch.c169 for (rf = cmd_list_next(&cmd.cmd_iorxefrx); rf != NULL; in iorxefrx_match()
170 rf = cmd_list_next(rf)) { in iorxefrx_match()
742 for (ip = cmd_list_next(&d1->mq_root[i]); ip != NULL; in cmd_get_faulted_comp()
743 ip = cmd_list_next(ip)) { in cmd_get_faulted_comp()
756 for (ip = cmd_list_next(&d2->mq_root[i]); ip != NULL; in cmd_get_faulted_comp()
757 ip = cmd_list_next(ip)) { in cmd_get_faulted_comp()
H A Dcmd_opl.c114 while ((opl_cpu = cmd_list_next(cpu_list)) != NULL) { in opl_cpulist_free()
/titanic_50/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/
H A Dcmd_branch.c61 for (bm = cmd_list_next(&branch->branch_dimms); bm != NULL; in mbd_label()
62 bm = cmd_list_next(bm)) { in mbd_label()
99 for (bm = cmd_list_next(&branch->branch_dimms); bm != NULL; in cmd_branch_remove_dimm()
100 bm = cmd_list_next(bm)) { in cmd_branch_remove_dimm()
229 for (dimm_count = 0, bp = cmd_list_next(&branch->branch_dimms); in branch_dimmlist_create()
230 bp != NULL; bp = cmd_list_next(bp), dimm_count++) in branch_dimmlist_create()
365 for (bm = cmd_list_next(&branch->branch_dimms); bm != NULL; in cmd_branch_create_fault()
366 bm = cmd_list_next(bm)) { in cmd_branch_create_fault()
424 for (branch = cmd_list_next(&cmd.cmd_branches); branch != NULL; in cmd_branch_lookup_by_unum()
425 branch = cmd_list_next(branch)) { in cmd_branch_lookup_by_unum()
[all …]