Symbol: dapl_llist_is_empty
usr/src/lib/udapl/udapl_tavor/common/dapl_cno_free.c
88
if (!dapl_llist_is_empty(&cno_ptr->evd_list_head)) {
usr/src/lib/udapl/udapl_tavor/common/dapl_cno_wait.c
93
if (dapl_llist_is_empty(&cno_ptr->evd_list_head)) {
usr/src/lib/udapl/udapl_tavor/common/dapl_hca_util.c
171
if (!dapl_llist_is_empty(&hca_ptr->ia_list_head)) {
usr/src/lib/udapl/udapl_tavor/common/dapl_ia_util.c
161
rmr_ptr = (dapl_llist_is_empty(&ia_ptr->rmr_list_head)
usr/src/lib/udapl/udapl_tavor/common/dapl_ia_util.c
176
sp_ptr = (dapl_llist_is_empty(&ia_ptr->rsp_list_head)
usr/src/lib/udapl/udapl_tavor/common/dapl_ia_util.c
191
ep_ptr = (dapl_llist_is_empty(&ia_ptr->ep_list_head)
usr/src/lib/udapl/udapl_tavor/common/dapl_ia_util.c
213
lmr_ptr = (dapl_llist_is_empty(&ia_ptr->lmr_list_head)
usr/src/lib/udapl/udapl_tavor/common/dapl_ia_util.c
228
sp_ptr = (dapl_llist_is_empty(&ia_ptr->psp_list_head)
usr/src/lib/udapl/udapl_tavor/common/dapl_ia_util.c
243
pz_ptr = (dapl_llist_is_empty(&ia_ptr->pz_list_head)
usr/src/lib/udapl/udapl_tavor/common/dapl_ia_util.c
264
evd_ptr = (dapl_llist_is_empty(&ia_ptr->evd_list_head)
usr/src/lib/udapl/udapl_tavor/common/dapl_ia_util.c
291
cno_ptr = (dapl_llist_is_empty(&ia_ptr->cno_list_head)
usr/src/lib/udapl/udapl_tavor/common/dapl_ia_util.c
369
if (!dapl_llist_is_empty(&ia_ptr->rmr_list_head) ||
usr/src/lib/udapl/udapl_tavor/common/dapl_ia_util.c
370
!dapl_llist_is_empty(&ia_ptr->rsp_list_head) ||
usr/src/lib/udapl/udapl_tavor/common/dapl_ia_util.c
371
!dapl_llist_is_empty(&ia_ptr->ep_list_head) ||
usr/src/lib/udapl/udapl_tavor/common/dapl_ia_util.c
372
!dapl_llist_is_empty(&ia_ptr->lmr_list_head) ||
usr/src/lib/udapl/udapl_tavor/common/dapl_ia_util.c
373
!dapl_llist_is_empty(&ia_ptr->psp_list_head) ||
usr/src/lib/udapl/udapl_tavor/common/dapl_ia_util.c
374
!dapl_llist_is_empty(&ia_ptr->pz_list_head)) {
usr/src/lib/udapl/udapl_tavor/common/dapl_ia_util.c
384
if (!dapl_llist_is_empty(&ia_ptr->evd_list_head)) {
usr/src/lib/udapl/udapl_tavor/common/dapl_ia_util.c
507
dapl_os_assert(dapl_llist_is_empty(&ia_ptr->lmr_list_head));
usr/src/lib/udapl/udapl_tavor/common/dapl_ia_util.c
508
dapl_os_assert(dapl_llist_is_empty(&ia_ptr->rmr_list_head));
usr/src/lib/udapl/udapl_tavor/common/dapl_ia_util.c
509
dapl_os_assert(dapl_llist_is_empty(&ia_ptr->ep_list_head));
usr/src/lib/udapl/udapl_tavor/common/dapl_ia_util.c
510
dapl_os_assert(dapl_llist_is_empty(&ia_ptr->evd_list_head));
usr/src/lib/udapl/udapl_tavor/common/dapl_ia_util.c
511
dapl_os_assert(dapl_llist_is_empty(&ia_ptr->cno_list_head));
usr/src/lib/udapl/udapl_tavor/common/dapl_ia_util.c
512
dapl_os_assert(dapl_llist_is_empty(&ia_ptr->psp_list_head));
usr/src/lib/udapl/udapl_tavor/common/dapl_ia_util.c
513
dapl_os_assert(dapl_llist_is_empty(&ia_ptr->rsp_list_head));
usr/src/lib/udapl/udapl_tavor/common/dapl_ia_util.c
954
sp_ptr = (dapl_llist_is_empty(list_head) ? NULL :
usr/src/lib/udapl/udapl_tavor/common/dapl_llist.c
107
if (dapl_llist_is_empty(head)) {
usr/src/lib/udapl/udapl_tavor/common/dapl_llist.c
136
if (dapl_llist_is_empty(head)) {
usr/src/lib/udapl/udapl_tavor/common/dapl_llist.c
166
if (dapl_llist_is_empty(head)) {
usr/src/lib/udapl/udapl_tavor/common/dapl_llist.c
193
dapl_os_assert(!dapl_llist_is_empty(head));
usr/src/lib/udapl/udapl_tavor/common/dapl_llist.c
220
dapl_os_assert(!dapl_llist_is_empty(head));
usr/src/lib/udapl/udapl_tavor/common/dapl_llist.c
247
dapl_os_assert(!dapl_llist_is_empty(head));
usr/src/lib/udapl/udapl_tavor/common/dapl_llist.c
300
dapl_os_assert(!dapl_llist_is_empty(head));
usr/src/lib/udapl/udapl_tavor/common/dapl_llist.c
319
dapl_os_assert(!dapl_llist_is_empty(head));
usr/src/lib/udapl/udapl_tavor/common/dapl_osd.c
386
while (!dapl_llist_is_empty(&hca_ptr->ia_list_head)) {
usr/src/lib/udapl/udapl_tavor/common/dapl_osd.c
397
while (!dapl_llist_is_empty(&ia_ptr->rmr_list_head)) {
usr/src/lib/udapl/udapl_tavor/common/dapl_osd.c
414
while (!dapl_llist_is_empty(&ia_ptr->rsp_list_head)) {
usr/src/lib/udapl/udapl_tavor/common/dapl_osd.c
423
while (!dapl_llist_is_empty(&ia_ptr->ep_list_head)) {
usr/src/lib/udapl/udapl_tavor/common/dapl_osd.c
449
while (!dapl_llist_is_empty(&ia_ptr->lmr_list_head)) {
usr/src/lib/udapl/udapl_tavor/common/dapl_osd.c
464
while (!dapl_llist_is_empty(&ia_ptr->psp_list_head)) {
usr/src/lib/udapl/udapl_tavor/common/dapl_osd.c
467
while (!dapl_llist_is_empty(&sp_ptr->
usr/src/lib/udapl/udapl_tavor/common/dapl_osd.c
482
while (!dapl_llist_is_empty(&ia_ptr->pz_list_head)) {
usr/src/lib/udapl/udapl_tavor/common/dapl_osd.c
490
while (!dapl_llist_is_empty(&ia_ptr->evd_list_head)) {
usr/src/lib/udapl/udapl_tavor/common/dapl_sp_util.c
127
dapl_os_assert(dapl_llist_is_empty(&sp_ptr->cr_list_head));
usr/src/lib/udapl/udapl_tavor/common/dapl_sp_util.c
232
if (dapl_llist_is_empty(&sp_ptr->cr_list_head)) {
usr/src/lib/udapl/udapl_tavor/include/dapl.h
1121
dapl_llist_is_empty(DAPL_LLIST_HEAD *head);
usr/src/lib/udapl/udapl_tavor/tavor/dapl_tavor_ibtf_util.c
1280
dapl_os_assert(!dapl_llist_is_empty(&ia_ptr->ep_list_head));
usr/src/lib/udapl/udapl_tavor/tavor/dapl_tavor_ibtf_util.c
1306
dapl_os_assert(!dapl_llist_is_empty(&ia_ptr->evd_list_head));