symtable 67 dev/microcode/aic7xxx/aicasm_symbol.c static DB *symtable;
symtable 90 dev/microcode/aic7xxx/aicasm_symbol.c if (symtable != NULL) {
symtable 95 dev/microcode/aic7xxx/aicasm_symbol.c symtable->del(symtable, &key, /*flags*/0);
symtable 137 dev/microcode/aic7xxx/aicasm_symbol.c symtable = dbopen(/*filename*/NULL,
symtable 141 dev/microcode/aic7xxx/aicasm_symbol.c if (symtable == NULL) {
symtable 151 dev/microcode/aic7xxx/aicasm_symbol.c if (symtable != NULL) {
symtable 155 dev/microcode/aic7xxx/aicasm_symbol.c while (symtable->seq(symtable, &key, &data, R_FIRST) == 0) {
symtable 161 dev/microcode/aic7xxx/aicasm_symbol.c symtable->close(symtable);
symtable 180 dev/microcode/aic7xxx/aicasm_symbol.c if ((retval = symtable->get(symtable, &key, &data, /*flags*/0)) != 0) {
symtable 192 dev/microcode/aic7xxx/aicasm_symbol.c if (symtable->put(symtable, &key, &data,
symtable 481 dev/microcode/aic7xxx/aicasm_symbol.c if (symtable == NULL)
symtable 491 dev/microcode/aic7xxx/aicasm_symbol.c while (symtable->seq(symtable, &key, &data, flag) == 0) {