Home
last modified time | relevance | path

Searched refs:SLIST_EMPTY (Results 1 – 25 of 70) sorted by relevance

123

/NextBSD/usr.sbin/ypserv/
HDyp_main.c422 while(!(SLIST_EMPTY(&sle_head))) in create_service()
490 if (SLIST_EMPTY(&ble_head)) { in main()
556 while(!(SLIST_EMPTY(&ble_head))) in main()
/NextBSD/sys/netinet/
HDtcp_lro.c104 while (!SLIST_EMPTY(&lc->lro_free)) { in tcp_lro_free()
202 if (SLIST_EMPTY(&lc->lro_active)) in tcp_lro_flush_inactive()
572 if (SLIST_EMPTY(&lc->lro_free)) in tcp_lro_rx()
/NextBSD/usr.sbin/config/
HDmkoptions.c249 while (!SLIST_EMPTY(&op_head)) { in do_option()
272 while (!SLIST_EMPTY(&op_head)) { in do_option()
/NextBSD/contrib/nvi/ex/
HDex_display.c90 if (SLIST_EMPTY(sp->gp->cutq) && sp->gp->dcbp == NULL) { in bdisplay()
HDex_cscope.c472 if (SLIST_EMPTY(exp->cscq)) { in cscope_find()
975 for (exp = EXP(sp); !SLIST_EMPTY(exp->cscq);) in cscope_end()
995 if (SLIST_EMPTY(exp->cscq)) { in cscope_display()
/NextBSD/sys/powerpc/powermac/
HDpowermac_thermal.c87 if (SLIST_EMPTY(&fans)) in fan_management_proc()
/NextBSD/lib/libc/tests/sys/
HDqueue_test.c56 ATF_REQUIRE(SLIST_EMPTY(&head)); in ATF_TC_BODY()
/NextBSD/sys/kern/
HDkern_et.c82 if (SLIST_EMPTY(&eventtimers) || in et_register()
/NextBSD/sys/net/
HDflowtable.c625 if (SLIST_EMPTY(flist)) { in flowtable_insert()
800 if (SLIST_EMPTY(flist) && curbit > 0) { in flowtable_free_stale()
822 if (SLIST_EMPTY(flist)) in flowtable_free_stale()
HDif_lagg.c436 if (!SLIST_EMPTY(&sc->sc_ports)) { in lagg_register_vlan()
458 if (!SLIST_EMPTY(&sc->sc_ports)) { in lagg_unregister_vlan()
753 if (SLIST_EMPTY(&sc->sc_ports)) in lagg_port_create()
801 if (SLIST_EMPTY(&sc->sc_ports)) { in lagg_port_create()
/NextBSD/sys/sys/
HDevent.h224 #define KNLIST_EMPTY(list) SLIST_EMPTY(&(list)->kl_list)
/NextBSD/sys/sparc64/sparc64/
HDiommu.c226 if (!SLIST_EMPTY(&map->dm_reslist)) { in iommu_map_insq()
648 while (!SLIST_EMPTY(&map->dm_reslist)) in iommu_dvma_vfree()
667 if (SLIST_EMPTY(&map->dm_reslist)) in iommu_dvma_vprune()
/NextBSD/contrib/nvi/vi/
HDvs_msg.c681 if (!SLIST_EMPTY(gp->msgq)) { in vs_resolve()
886 if (SLIST_EMPTY(gp->msgq)) { in vs_msgsave()
/NextBSD/usr.sbin/bsnmpd/tools/libbsnmptools/
HDbsnmptools.c211 if (SLIST_EMPTY(&snmptoolctx->filelist)) { in snmp_import_all()
1394 if (SLIST_EMPTY(&snmptoolctx->snmp_objectlist)) { in snmp_object_remove()
1476 if (SLIST_EMPTY(&snmptoolctx->snmp_objectlist)) in snmp_pdu_add_bindings()
1514 if (SLIST_EMPTY(&snmptoolctx->snmp_objectlist) || err_value == NULL) in snmp_object_seterror()
/NextBSD/contrib/elftoolchain/nm/
HDnm.c400 while (!SLIST_EMPTY(&nm_out_filter)) { in filter_dest()
1410 while (!SLIST_EMPTY(func_info)) { in read_elf()
1421 while (!SLIST_EMPTY(var_info)) { in read_elf()
1432 while (!SLIST_EMPTY(line_info)) { in read_elf()
/NextBSD/crypto/openssh/openbsd-compat/
HDsys-queue.h50 #undef SLIST_EMPTY
197 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) macro
/NextBSD/sys/dev/qlxge/
HDqls_isr.c290 while((!SLIST_EMPTY(&lro->lro_active))) { in qls_cq_isr()
/NextBSD/share/man/man3/
HDMakefile88 queue.3 SLIST_EMPTY.3 \
/NextBSD/sys/dev/sound/pcm/
HDsndstat.c353 if (SLIST_EMPTY(&sndstat_devlist)) { in sndstat_prepare()
HDchannel.h175 #define CHN_EMPTY(x, y) SLIST_EMPTY(CHN_HEAD(x, y))
/NextBSD/usr.bin/du/
HDdu.c518 while (!SLIST_EMPTY(&ignores)) { in ignoreclean()
/NextBSD/usr.sbin/newsyslog/
HDnewsyslog.c331 if (!SLIST_EMPTY(&swhead)) { in main()
350 if (!SLIST_EMPTY(&zwhead)) { in main()
353 while (!SLIST_EMPTY(&zwhead)) { in main()
361 while (!SLIST_EMPTY(&swhead)) { in main()
/NextBSD/usr.bin/systat/
HDifstat.c181 while (!SLIST_EMPTY(&curlist)) { in closeifstat()
/NextBSD/sys/dev/qlxgb/
HDqla_isr.c327 while((!SLIST_EMPTY(&lro->lro_active))) { in qla_rcv_isr()
/NextBSD/sys/dev/mps/
HDmps_sas_lsi.c709 while(!SLIST_EMPTY(&targ->luns)) { in mpssas_add_device()
1040 while(!SLIST_EMPTY(&targ->luns)) { in mpssas_volume_add()

123