Searched refs:SLIST_FIRST (Results 1 – 6 of 6) sorted by relevance
216 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(®isters) != NULL) { in symtable_dump()[all …]
219 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()
1107 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) {
125 #define SLIST_FIRST(head) ((head)->slh_first) macro128 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); \
531 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()
6560 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()