Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/aicasm/
Daicasm_symbol.c209 curnode = SLIST_FIRST(symlist); in symlist_search()
251 curnode = SLIST_FIRST(symlist); in symlist_add()
298 node1 = SLIST_FIRST(symlist); in symlist_free()
314 while((node = SLIST_FIRST(symlist_src2)) != NULL) { in symlist_merge()
563 while (SLIST_FIRST(&masks) != NULL) { in symtable_dump()
566 curnode = SLIST_FIRST(&masks); in symtable_dump()
569 regnode = SLIST_FIRST(&curnode->symbol->info.finfo->symrefs); in symtable_dump()
576 while (SLIST_FIRST(&aliases) != NULL) { in symtable_dump()
579 curnode = SLIST_FIRST(&aliases); in symtable_dump()
588 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()
762 if (SLIST_FIRST(&scope_stack) != NULL) { in scope_alloc()
763 TAILQ_INSERT_TAIL(&SLIST_FIRST(&scope_stack)->inner_scope, in scope_alloc()
Daicasm_gram.y1077 scope_context = SLIST_FIRST(&scope_stack);
1102 scope_context = SLIST_FIRST(&scope_stack);
1122 scope_context = SLIST_FIRST(&scope_stack);
1135 if (SLIST_FIRST(&scope_stack) == NULL) {
/linux-2.4.37.9/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_inline.h365 if ((scb = SLIST_FIRST(&ahc->scb_data->free_scbs)) == NULL) { in ahc_get_scb()
367 scb = SLIST_FIRST(&ahc->scb_data->free_scbs); in ahc_get_scb()
Daic79xx_core.c5341 while ((sns_map = SLIST_FIRST(&scb_data->sense_maps)) != NULL) { in ahd_fini_scbdata()
5356 while ((sg_map = SLIST_FIRST(&scb_data->sg_maps)) != NULL) { in ahd_fini_scbdata()
5371 while ((hscb_map = SLIST_FIRST(&scb_data->hscb_maps)) != NULL) { in ahd_fini_scbdata()
5609 hscb_map = SLIST_FIRST(&scb_data->hscb_maps); in ahd_alloc_scbs()
5642 sg_map = SLIST_FIRST(&scb_data->sg_maps); in ahd_alloc_scbs()
5679 sense_map = SLIST_FIRST(&scb_data->sense_maps); in ahd_alloc_scbs()
8033 && (ccbh = SLIST_FIRST(&lstate->immed_notifies)) != NULL) { in ahd_send_lstate_events()
9262 if (SLIST_FIRST(&lstate->accept_tios) != NULL) { in ahd_handle_en_lun()
9267 if (SLIST_FIRST(&lstate->immed_notifies) != NULL) { in ahd_handle_en_lun()
9455 atio = (struct ccb_accept_tio*)SLIST_FIRST(&lstate->accept_tios); in ahd_handle_target_cmd()
Daic7xxx_core.c4414 while ((sg_map = SLIST_FIRST(&scb_data->sg_maps))!= NULL) { in ahc_fini_scbdata()
6279 && (ccbh = SLIST_FIRST(&lstate->immed_notifies)) != NULL) { in ahc_send_lstate_events()
7156 if (SLIST_FIRST(&lstate->accept_tios) != NULL) { in ahc_handle_en_lun()
7161 if (SLIST_FIRST(&lstate->immed_notifies) != NULL) { in ahc_handle_en_lun()
7366 atio = (struct ccb_accept_tio*)SLIST_FIRST(&lstate->accept_tios); in ahc_handle_target_cmd()