Home
last modified time | relevance | path

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

/openbsd/sys/dev/
H A Dsoftraid.c1148 struct sr_boot_chunk_head bch, kdh; in sr_boot_assembly() local
1169 SLIST_INIT(&kdh); in sr_boot_assembly()
1222 SLIST_INSERT_HEAD(&kdh, bc, sbc_link); in sr_boot_assembly()
1405 SLIST_FOREACH(bc, &kdh, sbc_link) { in sr_boot_assembly()
1481 for (bc1 = SLIST_FIRST(&kdh); bc1 != NULL; bc1 = bc2) { in sr_boot_assembly()