HomeSort by: relevance | last modified time | path
    Searched defs:download_constants (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/microcode/aic7xxx/
aicasm_symbol.c 471 symlist_t download_constants; local in function:symtable_dump
487 SLIST_INIT(&download_constants);
512 symlist_add(&download_constants, cursym,
656 for (i = 0; SLIST_FIRST(&download_constants) != NULL; i++) {
659 curnode = SLIST_FIRST(&download_constants);
660 SLIST_REMOVE_HEAD(&download_constants, links);
aicasm_symbol.c 471 symlist_t download_constants; local in function:symtable_dump
487 SLIST_INIT(&download_constants);
512 symlist_add(&download_constants, cursym,
656 for (i = 0; SLIST_FIRST(&download_constants) != NULL; i++) {
659 curnode = SLIST_FIRST(&download_constants);
660 SLIST_REMOVE_HEAD(&download_constants, links);

Completed in 21 milliseconds