Home
last modified time | relevance | path

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

12

/openbsd/usr.bin/ctfconv/
H A Dpool.c60 if (SLIST_EMPTY(&pp->pr_free)) { in pool_get()
/openbsd/usr.sbin/ldapctl/
H A Dldapctl.c131 if (SLIST_EMPTY(&ns->referrals)) in compact_namespaces()
225 if (SLIST_EMPTY(&ns->referrals)) in index_namespaces()
/openbsd/regress/sys/net/rtable/
H A Dsrp_compat.h65 #define SRPL_EMPTY_LOCKED(_sl) SLIST_EMPTY(_sl)
/openbsd/lib/libc/stdlib/
H A Dhcreate.c142 while (!SLIST_EMPTY(&htable[idx])) { in hdestroy()
/openbsd/usr.bin/mg/
H A Dtags.c225 if (SLIST_EMPTY(&shead)) { in poptag()
301 while (!SLIST_EMPTY(&shead)) { in closetags()
H A Dinterpreter.c533 if (SLIST_EMPTY(&varhead)) in isvar()
593 if (!SLIST_EMPTY(&varhead)) { in founddef()
H A Ddired.c1037 if (SLIST_EMPTY(&delhead)) { in redelete()
1047 while (!SLIST_EMPTY(&delhead)) { in redelete()
1078 if (SLIST_EMPTY(&delhead)) { in createlist()
/openbsd/libexec/spamd/
H A Dgrey.c257 while (!SLIST_EMPTY(&match_suffix)) { in readsuffixlists()
294 while (!SLIST_EMPTY(&match_suffix)) { in readsuffixlists()
448 while (!SLIST_EMPTY(&db_changes)) { in do_changes()
638 if (!SLIST_EMPTY(&match_suffix)) { in trapcheck()
/openbsd/sys/dev/fdt/
H A Dgpiokeys.c174 if (SLIST_EMPTY(&sc->sc_keys)) in gpiokeys_attach()
/openbsd/sys/crypto/
H A Dcryptosoft.c746 if (SLIST_EMPTY(&swcr_sessions[i])) in swcr_newsession()
957 SLIST_EMPTY(&swcr_sessions[sid])) in swcr_freesession()
965 while (!SLIST_EMPTY(session)) { in swcr_freesession()
1048 SLIST_EMPTY(&swcr_sessions[lid])) { in swcr_process()
/openbsd/usr.sbin/ldapd/
H A Dnamespace.c405 return !SLIST_EMPTY(&ns->referrals); in namespace_has_referrals()
447 if (!SLIST_EMPTY(&conf->referrals)) in namespace_referrals()
H A Dschema.c1111 if (nlist == NULL || SLIST_EMPTY(nlist)) in schema_dump_names()
1146 if (alist == NULL || SLIST_EMPTY(alist)) in schema_dump_attrlist()
1184 if (olist == NULL || SLIST_EMPTY(olist)) in schema_dump_objlist()
/openbsd/sys/dev/acpi/
H A Dacpicpu.c637 if (!SLIST_EMPTY(&sc->sc_cstates)) { in acpicpu_print_cst()
748 if (acpicpu_getcst(sc) || SLIST_EMPTY(&sc->sc_cstates)) in acpicpu_attach()
757 if (!SLIST_EMPTY(&sc->sc_cstates)) { in acpicpu_attach()
836 printf("%c ", SLIST_EMPTY(&sc->sc_cstates) ? ':' : ','); in acpicpu_attach()
H A Dacpibtn.c100 if (SLIST_EMPTY(&acpibtn_lids)) in acpibtn_numopenlids()
/openbsd/sys/sys/
H A Devent.h362 return (SLIST_EMPTY(&klist->kl_list)); in klist_empty()
H A Dqueue.h112 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) macro
/openbsd/sys/arch/octeon/dev/
H A Doctciu.c277 if (SLIST_EMPTY(&sc->sc_intrhand[irq])) { in octciu_intr_establish()
347 if (SLIST_EMPTY(&sc->sc_intrhand[irq])) { in octciu_intr_disestablish()
/openbsd/sys/nfs/
H A Dnfs_kq.c166 if (SLIST_EMPTY(&kevlist)) { in nfs_kqpoll()
/openbsd/usr.sbin/relayd/
H A Dhce.c274 if (SLIST_EMPTY(&host->children)) in hce_notify_done()
/openbsd/sys/dev/usb/
H A Dupd.c265 if (SLIST_EMPTY(&report->sensors)) in upd_attach_sensor_tree()
/openbsd/bin/pax/
H A Dtar.c1031 while (!SLIST_EMPTY(xhdr)) { in xheader_free()
1337 if (!SLIST_EMPTY(&xhdr)) { in wr_ustar_or_pax()
/openbsd/sys/arch/hppa/hppa/
H A Dmachdep.c1451 if (SLIST_EMPTY(&blink_sc.bls_head)) { in blink_led_register()
1467 if (SLIST_EMPTY(&sc->bls_head)) in blink_led_timeout()
/openbsd/sys/net/
H A Dif_trunk.c307 if (SLIST_EMPTY(&tr->tr_ports)) { in trunk_port_create()
353 if (SLIST_EMPTY(&tr->tr_ports)) { in trunk_port_create()
/openbsd/sys/kern/
H A Dkern_tc.c831 if (SLIST_EMPTY(&tc_list)) in sysctl_tc_choice()
/openbsd/sys/arch/sparc64/sparc64/
H A Dmachdep.c1985 if (SLIST_EMPTY(&blink_sc.bls_head)) { in blink_led_register()
2001 if (SLIST_EMPTY(&sc->bls_head)) in blink_led_timeout()

12