| /mirbsd/src/sys/dev/microcode/aic7xxx/ |
| D | aicasm_symbol.c | 213 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(®isters) != NULL) { in symtable_dump() [all …]
|
| D | aicasm.c | 224 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()
|
| D | aicasm_gram.y | 1078 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/ |
| D | pf_osfp.c | 249 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 …]
|
| D | pf_table.c | 789 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/ |
| D | pkill.c | 306 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/ |
| D | hcreate.c | 145 ie = SLIST_FIRST(&htable[idx]); in hdestroy() 171 ie = SLIST_FIRST(head); in hsearch()
|
| /mirbsd/src/sys/kern/ |
| D | uipc_mbuf2.c | 312 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()
|
| D | kern_event.c | 738 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()
|
| D | sysv_sem.c | 192 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/ |
| D | queue.h | 110 #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/ |
| D | ip_ipsp.c | 1145 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/ |
| D | uthread_stack.c | 40 if ((stack = SLIST_FIRST(&_stackq)) != NULL) {
|
| /mirbsd/src/share/man/man3/ |
| D | Makefile | 43 queue.3 SLIST_HEAD_INITIALIZER.3 queue.3 SLIST_FIRST.3 \
|
| /mirbsd/src/sys/dev/pci/ |
| D | if_ti.c | 679 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);
|
| D | maestro.c | 1610 uzone = SLIST_FIRST(&pool->spare);
|
| /mirbsd/src/sys/dev/ic/ |
| D | aic7xxx_inline.h | 371 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()
|
| D | aic7xxx.c | 4289 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()
|
| D | mpt.c | 307 req = SLIST_FIRST(&mpt->request_free_list); in mpt_get_request()
|
| /mirbsd/src/sys/dev/usb/ |
| D | ulpt.c | 415 vp = SLIST_FIRST(&sc->dev->si_hlist); in USB_DETACH() 418 vp = SLIST_FIRST(&sc->dev_noprime->si_hlist); in USB_DETACH()
|
| D | uscanner.c | 675 vp = SLIST_FIRST(&dev->si_hlist); in USB_DETACH()
|
| /mirbsd/src/usr.bin/grep/ |
| D | grep.c | 434 for (patfile = SLIST_FIRST(&patfilelh); patfile != NULL; in main()
|
| /mirbsd/src/usr.sbin/isdn/isdnd/ |
| D | support.c | 1130 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/ |
| D | ifwatchd.c | 526 p = SLIST_FIRST(&ifs); in free_interfaces()
|
| /mirbsd/src/libexec/spamd/ |
| D | grey.c | 482 dbc = SLIST_FIRST(&db_changes); in do_changes()
|