Home
last modified time | relevance | path

Searched refs:TAILQ_EMPTY (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/cmd/vtfontcvt/
H A Dvtfontcvt.c785 if (!TAILQ_EMPTY(&maps[VFNT_MAP_NORMAL])) { in write_fnt_source()
794 if (!TAILQ_EMPTY(&maps[VFNT_MAP_NORMAL_RH])) { in write_fnt_source()
803 if (!TAILQ_EMPTY(&maps[VFNT_MAP_BOLD])) { in write_fnt_source()
812 if (!TAILQ_EMPTY(&maps[VFNT_MAP_BOLD_RH])) { in write_fnt_source()
828 if (TAILQ_EMPTY(&maps[VFNT_MAP_NORMAL])) { in write_fnt_source()
836 if (TAILQ_EMPTY(&maps[VFNT_MAP_NORMAL_RH])) { in write_fnt_source()
844 if (TAILQ_EMPTY(&maps[VFNT_MAP_BOLD])) { in write_fnt_source()
852 if (TAILQ_EMPTY(&maps[VFNT_MAP_BOLD_RH])) { in write_fnt_source()
/illumos-gate/usr/src/uts/common/io/
H A Dhook.c591 !TAILQ_EMPTY(&hks->hks_nhead)) in hook_stack_remove()
732 VERIFY(TAILQ_EMPTY(&hks->hks_nhead)); in hook_stack_notify_unregister()
986 if (!SLIST_EMPTY(&hfi->hfi_head) || !TAILQ_EMPTY(&hfi->hfi_nhead)) { in hook_family_remove()
1270 SLIST_EMPTY(&hfi->hfi_head) && TAILQ_EMPTY(&hfi->hfi_nhead)) { in hook_family_notify_unregister()
1473 if (!TAILQ_EMPTY(&hei->hei_head) || !TAILQ_EMPTY(&hei->hei_nhead)) { in hook_event_remove()
1488 TAILQ_EMPTY(&hfi->hfi_nhead)) in hook_event_remove()
1584 TAILQ_EMPTY(&hfi->hfi_nhead)) { in hook_event_free()
1810 TAILQ_EMPTY(&hei->hei_head) && TAILQ_EMPTY(&hei->hei_nhead)) { in hook_event_notify_unregister()
2205 if (TAILQ_EMPTY(&hei->hei_head)) { in hook_unregister()
2212 if (hei->hei_condemned && TAILQ_EMPTY(&hei->hei_nhead)) in hook_unregister()
/illumos-gate/usr/src/boot/sys/sys/
H A Dqueue.h572 if (!TAILQ_EMPTY(head) && \
602 if (!TAILQ_EMPTY(head2)) { \
612 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) macro
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_rpc_handle.c77 if (TAILQ_EMPTY(&hostp->nh_rpchc)) in get_nlm_rpc_fromcache()
H A Dnlm_impl.c1091 ASSERT(TAILQ_EMPTY(&nvp->nv_slreqs)); in nlm_vhold_destroy()
1149 ASSERT(TAILQ_EMPTY(&nvp->nv_slreqs)); in nlm_vhold_dtor()
1224 ASSERT(TAILQ_EMPTY(&hostp->nh_vholds_list)); in nlm_host_destroy()
1235 ASSERT(TAILQ_EMPTY(&hostp->nh_vholds_list)); in nlm_host_destroy()
1483 if (!TAILQ_EMPTY(&hostp->nh_vholds_list)) in nlm_host_has_srv_locks()
2521 ASSERT(TAILQ_EMPTY(&g->nlm_slocks)); in nlm_svc_stopping()
H A Dnlm_service.c1125 while (!TAILQ_EMPTY(&host_list)) { in nlm_do_free_all()
/illumos-gate/usr/src/contrib/bhyve/sys/
H A Dqueue.h606 if (!TAILQ_EMPTY(head) && \
636 if (!TAILQ_EMPTY(head2)) { \
646 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) macro
/illumos-gate/usr/src/cmd/bhyve/common/
H A Dgdb.c779 if (!TAILQ_EMPTY(&breakpoints)) { in gdb_cpu_add()
1272 if (TAILQ_EMPTY(&breakpoints)) in remove_all_sw_breakpoints()
1326 if (TAILQ_EMPTY(&breakpoints) && in update_sw_breakpoint()
1344 if (TAILQ_EMPTY(&breakpoints)) in update_sw_breakpoint()
H A Dblock_if.c445 return (TAILQ_EMPTY(&bc->bc_pendq) && TAILQ_EMPTY(&bc->bc_busyq)); in blockif_empty()
933 if (!TAILQ_EMPTY(&bc->bc_freeq)) { in blockif_request()
H A Dpci_emul.c1463 if (TAILQ_EMPTY(&boot_devices)) in init_bootorder()
/illumos-gate/usr/src/uts/intel/io/ipmi/
H A Dipmi.c194 while (!sc->ipmi_detaching && TAILQ_EMPTY(&sc->ipmi_pending_requests)) in ipmi_dequeue_request()
H A Dipmi_main.c457 if (!TAILQ_EMPTY(&dev->ipmi_completed_requests)) in ipmi_poll()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/vrrpd/
H A Dvrrpd.c433 while (!TAILQ_EMPTY(&intf->vvi_iplist)) { in vrrpd_delete_if()
863 assert(TAILQ_EMPTY(&vrrp_vr_list)); in vrrpd_fini()
864 assert(TAILQ_EMPTY(&vrrp_intf_list)); in vrrpd_fini()
877 while (!TAILQ_EMPTY(&vrrp_vr_list)) { in vrrpd_cleanup()
882 while (!TAILQ_EMPTY(&vrrp_intf_list)) { in vrrpd_cleanup()
1770 if (TAILQ_EMPTY(&intf->vvi_iplist)) { in vrrpd_update_ipcache()
1853 if (TAILQ_EMPTY(&intf->vvi_iplist)) { in vrrpd_update_ipcache()
4414 if (!checkonly && TAILQ_EMPTY(&vif->vvi_iplist)) { in vrrpd_virtualip_update()
/illumos-gate/usr/src/man/man3head/
H A DMakefile189 TAILQ_EMPTY.3head \
376 TAILQ_EMPTY.3head := LINKSRC = queue.h.3head
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_bitmap.c462 while (!TAILQ_EMPTY(hp)) { in hash_free()
1090 while (!TAILQ_EMPTY(headp)) { in dbm_chunks_free()
/illumos-gate/usr/src/cmd/fwflash/common/
H A Dfwflash.c485 if ((plugdir == NULL) && TAILQ_EMPTY(fw_pluginlist)) { in flash_load_plugins()
/illumos-gate/usr/src/uts/common/sys/
H A Dqueue.h740 #define TAILQ_EMPTY(head) ((head)->tqh_first == TAILQ_END(head)) macro
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c2303 if (!TAILQ_EMPTY(&sc->sfl) != 0) in refill_sfl()
2314 if (TAILQ_EMPTY(&sc->sfl) != 0) { in add_fl_to_sfl()
/illumos-gate/usr/src/boot/common/
H A Dgfx_fb.c2530 return (!TAILQ_EMPTY(res)); in gfx_get_edid_resolution()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-header.p5m1711 link path=usr/share/man/man3head/TAILQ_EMPTY.3head target=queue.h.3head