Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.c313 symlist_t *symlist_src2) in symlist_merge() argument
318 while((node = SLIST_FIRST(symlist_src2)) != NULL) { in symlist_merge()
319 SLIST_REMOVE_HEAD(symlist_src2, links); in symlist_merge()
325 SLIST_INIT(symlist_src2); in symlist_merge()
H A Daicasm_symbol.h204 symlist_t *symlist_src2);