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

  /src/sys/dev/microcode/aic7xxx/
aicasm_symbol.h 74 typedef SLIST_HEAD(symlist, symbol_node) symlist_t;
196 symlist_search(symlist_t *symlist, char *symname);
199 symlist_add(symlist_t *symlist, symbol_t *symbol, int how);
203 void symlist_free(symlist_t *symlist);
aicasm.h 76 extern struct symlist patch_functions;
aicasm_symbol.c 209 symlist_search(symlist_t *symlist, char *symname)
213 curnode = SLIST_FIRST(symlist);
223 symlist_add(symlist_t *symlist, symbol_t *symbol, int how)
255 curnode = SLIST_FIRST(symlist);
264 SLIST_INSERT_HEAD(symlist, newnode, links);
293 SLIST_INSERT_HEAD(symlist, newnode, links);
298 symlist_free(symlist_t *symlist)
302 node1 = SLIST_FIRST(symlist);
308 SLIST_INIT(symlist);
  /src/usr.bin/unifdef/
unifdef.c 214 static bool symlist; /* -s: output symbol list */ variable in typeref:typename:bool
317 symlist = true;
327 if (nsyms == 0 && !symlist) {
554 if (symlist)
760 if (sym < 0 || symlist)
771 if (sym < 0 || symlist)
948 if (symlist)

Completed in 13 milliseconds