Home
last modified time | relevance | path

Searched refs:SLIST_FIRST (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/drivers/scsi/aic7xxx/aicasm/
Daicasm_symbol.c216 curnode = SLIST_FIRST(symlist); in symlist_search()
258 curnode = SLIST_FIRST(symlist); in symlist_add()
305 node1 = SLIST_FIRST(symlist); in symlist_free()
321 while((node = SLIST_FIRST(symlist_src2)) != NULL) { in symlist_merge()
580 while (SLIST_FIRST(&masks) != NULL) { in symtable_dump()
583 curnode = SLIST_FIRST(&masks); in symtable_dump()
586 regnode = SLIST_FIRST(&curnode->symbol->info.finfo->symrefs); in symtable_dump()
593 while (SLIST_FIRST(&aliases) != NULL) { in symtable_dump()
596 curnode = SLIST_FIRST(&aliases); in symtable_dump()
605 while (SLIST_FIRST(&registers) != NULL) { in symtable_dump()
[all …]
Daicasm.c219 for (include_dir = SLIST_FIRST(&search_path); in main()
275 if (SLIST_FIRST(&scope_stack) == NULL in main()
276 || SLIST_FIRST(&scope_stack)->type != SCOPE_ROOT) { in main()
282 process_scope(SLIST_FIRST(&scope_stack)); in main()
289 dump_scope(SLIST_FIRST(&scope_stack)); in main()
397 for (cur_node = SLIST_FIRST(&patch_functions); in output_code()
546 for (func_count = 0, cur_func = SLIST_FIRST(&patch_functions); in output_listing()
567 for (cur_func = SLIST_FIRST(&patch_functions); in output_listing()
771 if (SLIST_FIRST(&scope_stack) != NULL) { in scope_alloc()
772 TAILQ_INSERT_TAIL(&SLIST_FIRST(&scope_stack)->inner_scope, in scope_alloc()
Daicasm_gram.y1107 scope_context = SLIST_FIRST(&scope_stack);
1132 scope_context = SLIST_FIRST(&scope_stack);
1152 scope_context = SLIST_FIRST(&scope_stack);
1165 if (SLIST_FIRST(&scope_stack) == NULL) {
/linux-2.6.39/drivers/scsi/aic7xxx/
Dqueue.h125 #define SLIST_FIRST(head) ((head)->slh_first) macro
128 for ((var) = SLIST_FIRST((head)); \
133 SLIST_FIRST((head)) = NULL; \
142 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
143 SLIST_FIRST((head)) = (elm); \
149 if (SLIST_FIRST((head)) == (elm)) { \
153 struct type *curelm = SLIST_FIRST((head)); \
162 SLIST_FIRST((head)) = SLIST_NEXT(SLIST_FIRST((head)), field); \
Daic7xxx_core.c531 if ((scb = SLIST_FIRST(&ahc->scb_data->free_scbs)) == NULL) { in ahc_get_scb()
533 scb = SLIST_FIRST(&ahc->scb_data->free_scbs); in ahc_get_scb()
4926 while ((sg_map = SLIST_FIRST(&scb_data->sg_maps))!= NULL) { in ahc_fini_scbdata()
6800 && (ccbh = SLIST_FIRST(&lstate->immed_notifies)) != NULL) { in ahc_send_lstate_events()
7677 if (SLIST_FIRST(&lstate->accept_tios) != NULL) { in ahc_handle_en_lun()
7682 if (SLIST_FIRST(&lstate->immed_notifies) != NULL) { in ahc_handle_en_lun()
7887 atio = (struct ccb_accept_tio*)SLIST_FIRST(&lstate->accept_tios); in ahc_handle_target_cmd()
Daic79xx_core.c6560 while ((sns_map = SLIST_FIRST(&scb_data->sense_maps)) != NULL) { in ahd_fini_scbdata()
6575 while ((sg_map = SLIST_FIRST(&scb_data->sg_maps)) != NULL) { in ahd_fini_scbdata()
6590 while ((hscb_map = SLIST_FIRST(&scb_data->hscb_maps)) != NULL) { in ahd_fini_scbdata()
6831 hscb_map = SLIST_FIRST(&scb_data->hscb_maps); in ahd_alloc_scbs()
6864 sg_map = SLIST_FIRST(&scb_data->sg_maps); in ahd_alloc_scbs()
6901 sense_map = SLIST_FIRST(&scb_data->sense_maps); in ahd_alloc_scbs()
9300 && (ccbh = SLIST_FIRST(&lstate->immed_notifies)) != NULL) { in ahd_send_lstate_events()
10549 if (SLIST_FIRST(&lstate->accept_tios) != NULL) { in ahd_handle_en_lun()
10554 if (SLIST_FIRST(&lstate->immed_notifies) != NULL) { in ahd_handle_en_lun()
10737 atio = (struct ccb_accept_tio*)SLIST_FIRST(&lstate->accept_tios); in ahd_handle_target_cmd()