Home
last modified time | relevance | path

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

/openbsd/sys/dev/microcode/aic7xxx/
H A Daicasm_symbol.c310 symlist_t *symlist_src2) in symlist_merge() argument
315 while((node = SLIST_FIRST(symlist_src2)) != NULL) { in symlist_merge()
316 SLIST_REMOVE_HEAD(symlist_src2, links); in symlist_merge()
322 SLIST_INIT(symlist_src2); in symlist_merge()
H A Daicasm_symbol.h207 symlist_t *symlist_src2);