Searched refs:SLIST_HEAD (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_symbol.h | 74 typedef SLIST_HEAD(symlist, symbol_node) symlist_t; 183 SLIST_HEAD(scope_list, scope);
|
D | aicasm.h | 71 SLIST_HEAD(path_list, path_entry);
|
D | aicasm_scan.l | 436 SLIST_HEAD(, include) include_stack;
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic79xx.h | 665 SLIST_HEAD(, map_node) hscb_maps; 666 SLIST_HEAD(, map_node) sg_maps; 667 SLIST_HEAD(, map_node) sense_maps;
|
D | aic7xxx.h | 592 SLIST_HEAD(, scb) free_scbs; /* 619 SLIST_HEAD(, sg_map_node) sg_maps;
|
D | queue.h | 107 #define SLIST_HEAD(name, type) \ macro
|