Home
last modified time | relevance | path

Searched refs:LIST_EMPTY (Results 1 – 25 of 47) sorted by relevance

12

/openbsd/usr.sbin/ldpd/
H A Dlde_lib.c166 LIST_EMPTY(&fn->downstream)) in rt_dump()
193 if (LIST_EMPTY(&fn->downstream)) { in rt_dump()
245 if (!LIST_EMPTY(&fn->downstream)) in fec_free()
248 if (!LIST_EMPTY(&fn->upstream)) in fec_free()
422 if (LIST_EMPTY(&fn->nexthops)) { in lde_kernel_remove()
555 if (fn == NULL || LIST_EMPTY(&fn->nexthops)) { in lde_check_request()
615 if (LIST_EMPTY(&fn->nexthops)) in lde_check_request_wcard()
898 if (!LIST_EMPTY(&fn->nexthops) || in lde_gc_timer()
899 !LIST_EMPTY(&fn->downstream) || in lde_gc_timer()
900 !LIST_EMPTY(&fn->upstream)) in lde_gc_timer()
H A Dprintconf.c220 if (!LIST_EMPTY(&conf->auth_list)) in print_config()
H A Daddress.c53 if (LIST_EMPTY(addr_list)) in send_address()
H A Dl2vpn.c524 LIST_EMPTY(&fn->downstream)) in l2vpn_binding_ctl()
H A Dpacket.c400 if (!LIST_EMPTY(&leconf->auth_list)) { in session_accept_nbr()
/openbsd/sys/arch/luna88k/luna88k/
H A Disr.c112 if (LIST_EMPTY(list)) { in isrlink_autovec()
155 if (LIST_EMPTY(list)) { in isrdispatch_autovec()
/openbsd/sys/nfs/
H A Dnfs_aiod.c192 while (!LIST_EMPTY(&nfs_aiods_idle) && want > 0) { in nfs_set_naiod()
201 while (!LIST_EMPTY(&nfs_aiods_all) && want > 0) { in nfs_set_naiod()
/openbsd/sys/kern/
H A Dkern_proc.c324 if (LIST_EMPTY(&savepgrp->pg_members)) in enterthispgrp()
338 if (LIST_EMPTY(&pr->ps_pgrp->pg_members)) in leavepgrp()
663 if (!LIST_EMPTY(&pgrphashtbl[i])) { in pgrpdump()
H A Dvfs_subr.c979 empty = (va->flags & IGNORECLEAN) && LIST_EMPTY(&vp->v_dirtyblkhd); in vflush_vnode()
1969 if (!LIST_EMPTY(&vp->v_dirtyblkhd)) { in vinvalbuf()
1975 !LIST_EMPTY(&vp->v_dirtyblkhd)) in vinvalbuf()
2044 (!LIST_EMPTY(&vp->v_dirtyblkhd) || !LIST_EMPTY(&vp->v_cleanblkhd))) in vinvalbuf()
2081 if (!LIST_EMPTY(&vp->v_dirtyblkhd)) { in vflushbuf()
2136 LIST_EMPTY(&vp->v_dirtyblkhd)) { in brelvp()
2202 LIST_EMPTY(&vp->v_dirtyblkhd)) { in reassignbuf()
H A Dsubr_extent.c309 !LIST_EMPTY(&ex->ex_regions) && in extent_insert_and_optimize()
1159 while (LIST_EMPTY(&fex->fex_freelist)) { in extent_alloc_region_descriptor()
H A Dspec_vnops.c429 if (!LIST_EMPTY(&vp->v_dirtyblkhd)) { in spec_fsync()
/openbsd/sbin/slaacd/
H A Dengine.c778 if (!LIST_EMPTY(&iface->addr_proposals)) in send_interface_info()
807 if (!LIST_EMPTY(&iface->dfr_proposals)) in send_interface_info()
836 if (!LIST_EMPTY(&iface->rdns_proposals)) in send_interface_info()
916 while(!LIST_EMPTY(&iface->radvs)) { in remove_slaacd_iface()
921 while(!LIST_EMPTY(&iface->addr_proposals)) { in remove_slaacd_iface()
925 while(!LIST_EMPTY(&iface->dfr_proposals)) { in remove_slaacd_iface()
929 while(!LIST_EMPTY(&iface->rdns_proposals)) { in remove_slaacd_iface()
949 while (!LIST_EMPTY(&ra->prefixes)) { in free_ra()
955 while (!LIST_EMPTY(&ra->rdns_servers)) { in free_ra()
2065 if (!LIST_EMPTY(&ra->rdns_servers)) in update_iface_ra_rdns()
/openbsd/sbin/pdisk/
H A Dpartition_map.c133 while (!LIST_EMPTY(&map->disk_order)) { in free_partition_map()
667 if (LIST_EMPTY(&map->disk_order)) { in insert_in_disk_order()
694 if (LIST_EMPTY(&map->base_order)) { in insert_in_base_order()
/openbsd/sys/ufs/ext2fs/
H A Dext2fs_inode.c394 if (!LIST_EMPTY(&ovp->v_cleanblkhd) || in ext2fs_truncate()
395 !LIST_EMPTY(&ovp->v_dirtyblkhd)) in ext2fs_truncate()
/openbsd/usr.bin/patch/
H A Ded.c293 while (!LIST_EMPTY(&head)) { in free_lines()
/openbsd/sys/net/
H A Dif_pppoe.c330 if (LIST_EMPTY(&pppoe_softc_list)) in pppoe_find_softc_by_hunique()
552 if (!LIST_EMPTY(&pppoe_softc_list)) in pppoe_dispatch_disc_pkt()
672 if (!LIST_EMPTY(&pppoe_softc_list)) { in pppoe_disc_input()
689 if (LIST_EMPTY(&pppoe_softc_list)) in pppoe_data_input()
/openbsd/sys/arch/octeon/dev/
H A Dif_ogx.c495 if (LIST_EMPTY(&sc->sc_mii.mii_phys)) { in ogx_attach()
821 if (!LIST_EMPTY(&sc->sc_mii.mii_phys)) in ogx_init()
876 if (!LIST_EMPTY(&sc->sc_mii.mii_phys)) in ogx_down()
1010 if (!LIST_EMPTY(&sc->sc_mii.mii_phys)) { in ogx_tick()
1355 if (!LIST_EMPTY(&sc->sc_mii.mii_phys)) in ogx_media_change()
1366 if (!LIST_EMPTY(&sc->sc_mii.mii_phys)) { in ogx_media_status()
H A Doctcib.c252 if (LIST_EMPTY(&sc->sc_bits[bit])) { in octcib_disestablish()
/openbsd/sys/netinet/
H A Dip_ipsp.c1249 if (LIST_EMPTY(&ipsp_ids_gc_list)) in ipsp_ids_insert()
1323 if (!LIST_EMPTY(&ipsp_ids_gc_list)) in ipsp_ids_gc()
1356 if (LIST_EMPTY(&ipsp_ids_gc_list)) in ipsp_ids_free()
/openbsd/sys/dev/pci/drm/ttm/
H A Dttm_pool.c374 if (!LIST_EMPTY(&pt->lru)) { in ttm_pool_type_take()
415 while (!LIST_EMPTY(&pt->lru)) { in ttm_pool_type_fini()
/openbsd/sys/dev/fdt/
H A Dif_cad.c538 if (LIST_EMPTY(&sc->sc_mii.mii_phys)) { in cad_attach()
940 if (!LIST_EMPTY(&sc->sc_mii.mii_phys)) in cad_up()
1546 if (!LIST_EMPTY(&sc->sc_mii.mii_phys)) in cad_media_change()
1557 if (!LIST_EMPTY(&sc->sc_mii.mii_phys)) { in cad_media_status()
/openbsd/sys/uvm/
H A Duvm_aobj.c436 while (LIST_EMPTY(&aobj->u_swhash[i]) == 0) { in uao_shrink_hash()
593 while (LIST_EMPTY(&aobj->u_swhash[i]) == 0) { in uao_grow_hash()
/openbsd/sys/ufs/ffs/
H A Dffs_vnops.c485 if (!LIST_EMPTY(&vp->v_dirtyblkhd)) { in ffs_fsync()
/openbsd/usr.sbin/dvmrpd/
H A Dinterface.c262 return (LIST_EMPTY(&iface->nbr_list)); in if_nbr_list_empty()
/openbsd/sys/msdosfs/
H A Dmsdosfs_vfsops.c651 && LIST_EMPTY(&vp->v_dirtyblkhd)) || in msdosfs_sync_vnode()

12