HomeSort by: relevance | last modified time | path
    Searched refs:scope_t (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/microcode/aic7xxx/
aicasm.c 84 static void dump_scope(scope_t *scope);
85 static void emit_patch(scope_t *scope, int patch);
128 scope_t *sentinal;
467 dump_scope(scope_t *scope)
469 scope_t *cur_scope;
495 emit_patch(scope_t *scope, int patch)
764 scope_t *
767 scope_t *new_scope;
769 new_scope = (scope_t *)malloc(sizeof(scope_t));
    [all...]
aicasm_symbol.h 180 } scope_t; typedef in typeref:struct:scope
aicasm_gram.y 1058 scope_t *new_scope;
1068 scope_t *new_scope;
1069 scope_t *scope_context;
1070 scope_t *last_scope;
1093 scope_t *new_scope;
1094 scope_t *scope_context;
1095 scope_t *last_scope;
1119 scope_t *scope_context;

Completed in 32 milliseconds