Home
last modified time | relevance | path

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

12

/mirbsd/src/sys/dev/microcode/aic7xxx/
Daicasm_symbol.c213 curnode = SLIST_FIRST(symlist); in symlist_search()
255 curnode = SLIST_FIRST(symlist); in symlist_add()
302 node1 = SLIST_FIRST(symlist); in symlist_free()
318 while((node = SLIST_FIRST(symlist_src2)) != NULL) { in symlist_merge()
567 while (SLIST_FIRST(&masks) != NULL) { in symtable_dump()
570 curnode = SLIST_FIRST(&masks); in symtable_dump()
573 regnode = SLIST_FIRST(&curnode->symbol->info.finfo->symrefs); in symtable_dump()
580 while (SLIST_FIRST(&aliases) != NULL) { in symtable_dump()
583 curnode = SLIST_FIRST(&aliases); in symtable_dump()
592 while (SLIST_FIRST(&registers) != NULL) { in symtable_dump()
[all …]
Daicasm.c224 for (include_dir = SLIST_FIRST(&search_path); in main()
280 if (SLIST_FIRST(&scope_stack) == NULL in main()
281 || SLIST_FIRST(&scope_stack)->type != SCOPE_ROOT) { in main()
287 process_scope(SLIST_FIRST(&scope_stack)); in main()
294 dump_scope(SLIST_FIRST(&scope_stack)); in main()
402 for (cur_node = SLIST_FIRST(&patch_functions); in output_code()
551 for (func_count = 0, cur_func = SLIST_FIRST(&patch_functions); in output_listing()
572 for (cur_func = SLIST_FIRST(&patch_functions); in output_listing()
767 if (SLIST_FIRST(&scope_stack) != NULL) { in scope_alloc()
768 TAILQ_INSERT_TAIL(&SLIST_FIRST(&scope_stack)->inner_scope, in scope_alloc()
Daicasm_gram.y1078 scope_context = SLIST_FIRST(&scope_stack);
1103 scope_context = SLIST_FIRST(&scope_stack);
1123 scope_context = SLIST_FIRST(&scope_stack);
1136 if (SLIST_FIRST(&scope_stack) == NULL) {
/mirbsd/src/sys/net/
Dpf_osfp.c249 while ((fp = SLIST_FIRST(&pf_osfp_list))) { in pf_osfp_flush()
251 while ((entry = SLIST_FIRST(&fp->fp_oses))) { in pf_osfp_flush()
510 SLIST_FIRST(&f2->fp_oses)->fp_class_nm, in pf_osfp_validate()
511 SLIST_FIRST(&f2->fp_oses)->fp_version_nm, in pf_osfp_validate()
512 SLIST_FIRST(&f2->fp_oses)->fp_subtype_nm, in pf_osfp_validate()
513 SLIST_FIRST(&f->fp_oses)->fp_class_nm, in pf_osfp_validate()
514 SLIST_FIRST(&f->fp_oses)->fp_version_nm, in pf_osfp_validate()
515 SLIST_FIRST(&f->fp_oses)->fp_subtype_nm); in pf_osfp_validate()
518 SLIST_FIRST(&f->fp_oses)->fp_class_nm, in pf_osfp_validate()
519 SLIST_FIRST(&f->fp_oses)->fp_version_nm, in pf_osfp_validate()
[all …]
Dpf_table.c789 for (p = SLIST_FIRST(workq); p != NULL; p = q) { in pfr_destroy_kentries()
1604 for (p = SLIST_FIRST(&addrq); p != NULL; p = next) { in pfr_commit_ktable()
1826 for (p = SLIST_FIRST(workq); p; p = q) { in pfr_destroy_ktables()
/mirbsd/src/usr.bin/pkill/
Dpkill.c306 if (SLIST_FIRST(&ruidlist) != NULL && li == NULL) { in main()
314 if (SLIST_FIRST(&rgidlist) != NULL && li == NULL) { in main()
322 if (SLIST_FIRST(&euidlist) != NULL && li == NULL) { in main()
330 if (SLIST_FIRST(&ppidlist) != NULL && li == NULL) { in main()
338 if (SLIST_FIRST(&pgrplist) != NULL && li == NULL) { in main()
350 if (SLIST_FIRST(&tdevlist) != NULL && li == NULL) { in main()
358 if (SLIST_FIRST(&sidlist) != NULL && li == NULL) { in main()
/mirbsd/src/lib/libc/stdlib/
Dhcreate.c145 ie = SLIST_FIRST(&htable[idx]); in hdestroy()
171 ie = SLIST_FIRST(head); in hsearch()
/mirbsd/src/sys/kern/
Duipc_mbuf2.c312 p = SLIST_FIRST(&m->m_pkthdr.tags); in m_tag_delete_chain()
327 p = SLIST_FIRST(&m->m_pkthdr.tags); in m_tag_find()
389 return (SLIST_FIRST(&m->m_pkthdr.tags)); in m_tag_first()
Dkern_event.c738 knp = &SLIST_FIRST(&fdp->fd_knlist[i]); in kqueue_close()
756 knp = &SLIST_FIRST(&fdp->fd_knhash[i]); in kqueue_close()
814 while ((kn = SLIST_FIRST(list)) != NULL) { in knote_remove()
Dsysv_sem.c192 struct sem_undo *suptr = SLIST_FIRST(&semu_list); in semundo_clear()
216 if (suptr == SLIST_FIRST(&semu_list)) in semundo_clear()
/mirbsd/src/sys/sys/
Dqueue.h110 #define SLIST_FIRST(head) ((head)->slh_first) macro
112 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head))
116 for((var) = SLIST_FIRST(head); \
121 for ((varp) = &SLIST_FIRST((head)); \
129 SLIST_FIRST(head) = SLIST_END(head); \
/mirbsd/src/sys/netinet/
Dip_ipsp.c1145 return SLIST_FIRST(&tags); in ipsp_parse_headers()
1204 return SLIST_FIRST(&tags); in ipsp_parse_headers()
1222 return SLIST_FIRST(&tags); in ipsp_parse_headers()
1238 return SLIST_FIRST(&tags); in ipsp_parse_headers()
1244 return SLIST_FIRST(&tags); in ipsp_parse_headers()
1252 return SLIST_FIRST(&tags); in ipsp_parse_headers()
1304 return SLIST_FIRST(&tags); /* We're done. */ in ipsp_parse_headers()
/mirbsd/src/lib/libpthread/uthread/
Duthread_stack.c40 if ((stack = SLIST_FIRST(&_stackq)) != NULL) {
/mirbsd/src/share/man/man3/
DMakefile43 queue.3 SLIST_HEAD_INITIALIZER.3 queue.3 SLIST_FIRST.3 \
/mirbsd/src/sys/dev/pci/
Dif_ti.c679 entry = SLIST_FIRST(&sc->ti_jfree_listhead);
721 entry = SLIST_FIRST(&sc->ti_jinuse_listhead);
1041 while ((entry = SLIST_FIRST(&sc->ti_tx_map_listhead))) {
1181 while (SLIST_FIRST(&sc->ti_mc_listhead) != NULL) {
1182 mc = SLIST_FIRST(&sc->ti_mc_listhead);
2104 entry = SLIST_FIRST(&sc->ti_tx_map_listhead);
2193 entry = SLIST_FIRST(&sc->ti_tx_map_listhead);
Dmaestro.c1610 uzone = SLIST_FIRST(&pool->spare);
/mirbsd/src/sys/dev/ic/
Daic7xxx_inline.h371 if ((scb = SLIST_FIRST(&ahc->scb_data->free_scbs)) == NULL) { in ahc_get_scb()
373 scb = SLIST_FIRST(&ahc->scb_data->free_scbs); in ahc_get_scb()
Daic7xxx.c4289 while ((sg_map = SLIST_FIRST(&scb_data->sg_maps))!= NULL) { in ahc_fini_scbdata()
6240 && (ccbh = SLIST_FIRST(&lstate->immed_notifies)) != NULL) { in ahc_send_lstate_events()
7100 if (SLIST_FIRST(&lstate->accept_tios) != NULL) { in ahc_handle_en_lun()
7105 if (SLIST_FIRST(&lstate->immed_notifies) != NULL) { in ahc_handle_en_lun()
7302 atio = (struct ccb_accept_tio*)SLIST_FIRST(&lstate->accept_tios); in ahc_handle_target_cmd()
Dmpt.c307 req = SLIST_FIRST(&mpt->request_free_list); in mpt_get_request()
/mirbsd/src/sys/dev/usb/
Dulpt.c415 vp = SLIST_FIRST(&sc->dev->si_hlist); in USB_DETACH()
418 vp = SLIST_FIRST(&sc->dev_noprime->si_hlist); in USB_DETACH()
Duscanner.c675 vp = SLIST_FIRST(&dev->si_hlist); in USB_DETACH()
/mirbsd/src/usr.bin/grep/
Dgrep.c434 for (patfile = SLIST_FIRST(&patfilelh); patfile != NULL; in main()
/mirbsd/src/usr.sbin/isdn/isdnd/
Dsupport.c1130 return SLIST_FIRST(&isdn_ctrl_list); in get_first_ctrl_state()
1149 ctrl = SLIST_FIRST(&isdn_ctrl_list); in remove_all_ctrl_state()
/mirbsd/src/usr.sbin/ifwatchd/
Difwatchd.c526 p = SLIST_FIRST(&ifs); in free_interfaces()
/mirbsd/src/libexec/spamd/
Dgrey.c482 dbc = SLIST_FIRST(&db_changes); in do_changes()

12