node1 300 dev/microcode/aic7xxx/aicasm_symbol.c symbol_node_t *node1, *node2;
node1 302 dev/microcode/aic7xxx/aicasm_symbol.c node1 = SLIST_FIRST(symlist);
node1 303 dev/microcode/aic7xxx/aicasm_symbol.c while (node1 != NULL) {
node1 304 dev/microcode/aic7xxx/aicasm_symbol.c node2 = SLIST_NEXT(node1, links);
node1 305 dev/microcode/aic7xxx/aicasm_symbol.c free(node1);
node1 306 dev/microcode/aic7xxx/aicasm_symbol.c node1 = node2;