Home
last modified time | relevance | path

Searched refs:SLIST_REMOVE_HEAD (Results 1 – 25 of 112) sorted by relevance

12345

/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.c318 SLIST_REMOVE_HEAD(symlist_src2, links); in symlist_merge()
572 SLIST_REMOVE_HEAD(&masks, links); in symtable_dump()
585 SLIST_REMOVE_HEAD(&aliases, links); in symtable_dump()
599 SLIST_REMOVE_HEAD(&registers, links); in symtable_dump()
644 SLIST_REMOVE_HEAD(&constants, links); in symtable_dump()
655 SLIST_REMOVE_HEAD(&download_constants, links); in symtable_dump()
667 SLIST_REMOVE_HEAD(&exported_labels, links); in symtable_dump()
/freebsd/lib/libgssapi/
H A Dgss_release_cred.c47 SLIST_REMOVE_HEAD(&cred->gc_mc, gmc_link); in gss_release_cred()
H A Dgss_release_name.c49 SLIST_REMOVE_HEAD(&name->gn_mn, gmn_link); in gss_release_name()
/freebsd/contrib/nvi/common/
H A Dcut.c199 SLIST_REMOVE_HEAD(sp->gp->cutq, q); in cb_rotate()
267 SLIST_REMOVE_HEAD(gp->cutq, q); in cut_close()
H A Dseq.c140 SLIST_REMOVE_HEAD(sp->gp->seqq, q); in seq_delete()
262 SLIST_REMOVE_HEAD(gp->seqq, q); in seq_close()
H A Dmark.c93 SLIST_REMOVE_HEAD(ep->marks, q); in mark_end()
/freebsd/sys/sys/
H A Dqueue_mergesort.h188 SLIST_INSERT_HEAD, SLIST_INSERT_AFTER_4, SLIST_CONCAT, SLIST_REMOVE_HEAD)
191 SLIST_INSERT_AFTER_4, SLIST_INSERT_HEAD, SLIST_NEXT, SLIST_REMOVE_HEAD)
/freebsd/sys/netgraph/
H A Dng_pptpgre.c730 SLIST_REMOVE_HEAD(q, next); in ng_pptpgre_sendq()
963 SLIST_REMOVE_HEAD(&hpriv->roq, next); in ng_pptpgre_rcvdata_lower()
982 SLIST_REMOVE_HEAD(&hpriv->roq, next); in ng_pptpgre_rcvdata_lower()
1019 SLIST_REMOVE_HEAD(&hpriv->roq, next); in ng_pptpgre_rcvdata_lower()
1182 SLIST_REMOVE_HEAD(&hpriv->roq, next); in ng_pptpgre_reorder_timeout()
1193 SLIST_REMOVE_HEAD(&hpriv->roq, next); in ng_pptpgre_reorder_timeout()
1264 SLIST_REMOVE_HEAD(&hpriv->roq, next); in ng_pptpgre_reset()
/freebsd/sys/dev/nvdimm/
H A Dnvdimm_ns.c91 SLIST_REMOVE_HEAD(&spa->namespaces, link); in nvdimm_destroy_namespaces()
/freebsd/sys/netinet/libalias/
H A Dalias_mod.c167 SLIST_REMOVE_HEAD(&dll_chain, next); in walk_dll_chain()
/freebsd/usr.sbin/config/
H A Dmkoptions.cc244 SLIST_REMOVE_HEAD(&op_head, op_next); in do_option()
272 SLIST_REMOVE_HEAD(&op_head, op_next); in do_option()
/freebsd/usr.sbin/autofs/
H A Dpopen.c164 SLIST_REMOVE_HEAD(&pidlist, next); in auto_pclose()
/freebsd/usr.sbin/ypserv/
H A Dyp_main.c422 SLIST_REMOVE_HEAD(&sle_head, sle_next); in create_service()
556 SLIST_REMOVE_HEAD(&ble_head, ble_next); in main()
/freebsd/lib/libc/gen/
H A Dpopen.c209 SLIST_REMOVE_HEAD(&pidlist, next); in pclose()
/freebsd/crypto/openssh/openbsd-compat/
H A Dsys-queue.h108 #undef SLIST_REMOVE_HEAD
238 #define SLIST_REMOVE_HEAD(head, field) do { \ macro
244 SLIST_REMOVE_HEAD((head), field); \
/freebsd/usr.sbin/bhyve/
H A Dacpi_device.c90 SLIST_REMOVE_HEAD(&dev->crs, chain); in acpi_device_destroy()
/freebsd/lib/libthr/thread/
H A Dthr_sleepq.c150 SLIST_REMOVE_HEAD(&sq->sq_freeq, sq_flink); in _sleepq_remove()
/freebsd/lib/libc/tests/sys/
H A Dqueue_test.c110 SLIST_REMOVE_HEAD(&head, entries); in ATF_TC_BODY()
/freebsd/sys/x86/xen/
H A Dxen_arch_intr.c327 SLIST_REMOVE_HEAD(&avail_list, free); in xen_arch_intr_alloc()
/freebsd/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmpmap.c114 SLIST_REMOVE_HEAD(headp, link); in snmp_mapping_listfree()
148 SLIST_REMOVE_HEAD(headp, link); in snmp_mapping_table_listfree()
164 SLIST_REMOVE_HEAD(headp, link); in snmp_enumtc_listfree()
/freebsd/sys/dev/lge/
H A Dif_lge.c782 SLIST_REMOVE_HEAD(&sc->lge_jinuse_listhead, jpool_entries); in lge_free_jumbo_mem()
788 SLIST_REMOVE_HEAD(&sc->lge_jfree_listhead, jpool_entries); in lge_free_jumbo_mem()
814 SLIST_REMOVE_HEAD(&sc->lge_jfree_listhead, jpool_entries); in lge_jalloc()
846 SLIST_REMOVE_HEAD(&sc->lge_jinuse_listhead, jpool_entries); in lge_jfree()
/freebsd/contrib/bsnmp/snmpd/
H A Dtrap.c892 SLIST_REMOVE_HEAD(&target_addresslist, ta); in target_flush_all()
900 SLIST_REMOVE_HEAD(&target_paramlist, tp); in target_flush_all()
906 SLIST_REMOVE_HEAD(&target_notifylist, tn); in target_flush_all()
/freebsd/contrib/openbsm/compat/
H A Dqueue.h193 SLIST_REMOVE_HEAD((head), field); \
205 #define SLIST_REMOVE_HEAD(head, field) do { \ macro
/freebsd/sys/netpfil/pf/
H A Dpf_osfp.c249 SLIST_REMOVE_HEAD(&V_pf_osfp_list, fp_next); in pf_osfp_flush()
251 SLIST_REMOVE_HEAD(&fp->fp_oses, fp_entry); in pf_osfp_flush()
/freebsd/contrib/nvi/ex/
H A Dex_global.c198 SLIST_REMOVE_HEAD(sp->gp->ecq, q); in ex_g_setup()

12345