Home
last modified time | relevance | path

Searched refs:list_empty (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkgscripts/
H A Di.CompCpio.sh80 list_empty=1
168 list_empty=1
408 list_empty=0
420 if [ $list_empty -eq 0 ]; then
446 list_empty=0
451 if [ $list_empty -eq 0 ]; then
467 if [ $list_empty -eq 0 ]; then
494 if [ $list_empty -eq 0 ]; then
/illumos-gate/usr/src/common/list/
H A Dlist.c46 #define list_empty(a) ((a)->list_head.list_next == &(a)->list_head) macro
134 ASSERT(!list_empty(list)); in list_remove()
162 if (list_empty(list)) in list_head()
170 if (list_empty(list)) in list_tail()
209 if (list_empty(src)) in list_move_tail()
250 return (list_empty(list)); in list_is_empty()
/illumos-gate/usr/src/tools/smatch/src/smatch_data/
H A Dkernel.common_functions45 list_empty
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c198 if (list_empty(&tid->buf_q)) in arn_tx_resume_tid()
231 while (!list_empty(&tid->buf_q)) { in arn_tx_flush_tid()
300 if (list_empty(&tid->buf_q)) in arn_tid_drain()
438 ASSERT(!list_empty(bf_q)); in arn_tx_complete_aggr()
510 if (!list_empty(&list_pending)) { in arn_tx_complete_aggr()
711 } while (!list_empty(&tid->buf_q)); in arn_tx_form_aggr()
729 if (list_empty(&tid->buf_q)) in arn_tx_sched_aggr()
742 if (list_empty(&bf_q)) in arn_tx_sched_aggr()
815 while (!list_empty(&txtid->buf_q)) { in arn_tx_aggr_stop()
1119 if (list_empty(list)) in arn_tx_txqaddbuf()
[all …]
H A Darn_recv.c281 if (list_empty(&sc->sc_rxbuf_list)) in arn_startrecv()
295 if (list_empty(&sc->sc_rxbuf_list)) in arn_startrecv()
H A Darn_core.h70 #define list_empty(a) ((a)->list_head.list_next == &(a)->list_head) macro
98 if (list_empty(src)) in list_splice_tail_init()
/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dlist.h197 list_del_init, list_empty, list_splice)
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_node.c691 boolean_t list_empty = 1; in topo_node_facility() local
755 list_empty = 0; in topo_node_facility()
760 if (list_empty) { in topo_node_facility()
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_xs.c95 #define list_empty(list) (list_head(list) == NULL) macro
188 while (list_empty(&xs_state.reply_list)) { in read_reply()
939 while (list_empty(&watch_events)) in xenwatch_thread()
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_impl.h108 #define list_empty(a) ((a)->list_head.list_next == &(a)->list_head) macro
H A Dath_main.c979 if (list_empty(&asc->asc_txbuf_list)) { in ath_xmit()
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtwvar.h176 #define list_empty(a) ((a)->list_head.list_next == &(a)->list_head) macro