Searched refs:list_empty (Results 1 - 25 of 38) sorted by relevance

12

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dlist.h125 * Note that list_empty() on entry does not return true after this;
141 static inline int list_empty ( const struct list_head *list ) { function
144 #define list_empty( list ) ( { \ macro
146 list_empty ( (list) ); } )
154 return ( ( ! list_empty ( list ) ) && ( list->next == list->prev ) );
202 assert ( list_empty ( (new) ) ); \
223 if ( ! list_empty ( list ) ) {
251 if ( ! list_empty ( list ) ) {
323 ( list_empty ( (list) ) ? \
336 ( list_empty ( (lis
[all...]
H A Dimage.h135 return ( ! list_empty ( &images ) );
H A Dprocess.h159 return ( ! list_empty ( &process->list ) );
H A Dnetdevice.h481 return ( ! list_empty ( &net_devices ) );
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dposix_io.c196 while ( list_empty ( &file->data ) ) {
235 if ( ( list_empty ( &file->data ) ) &&
271 if ( list_empty ( &file->data ) )
292 assert ( list_empty ( &file->data ) );
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_xmit.c87 if (list_empty(&sc->tx.txbuf)) {
191 if (list_empty(&txq->axq_q)) {
269 if (list_empty(&txq->axq_acq) ||
281 while (!list_empty(&ac->tid_q)) {
294 if (!list_empty(&tid->buf_q))
302 if (!list_empty(&ac->tid_q)) {
334 if (list_empty(head))
671 if (list_empty(&txq->axq_q)) {
H A Dath9k_recv.c201 if (list_empty(&sc->rx.rxbuf))
210 if (list_empty(&sc->rx.rxbuf))
259 if (list_empty(&sc->rx.rxbuf)) {
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dlist.h145 static inline int list_empty( const struct list *list ) function
168 if (list_empty(src)) return;
180 if (list_empty(src)) return;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dlist.h142 static inline int list_empty( const struct list *list ) function
165 if (list_empty(src)) return;
177 if (list_empty(src)) return;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dlist.h145 static inline int list_empty( const struct list *list ) function
168 if (list_empty(src)) return;
180 if (list_empty(src)) return;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dlist.h142 static inline int list_empty( const struct list *list ) function
165 if (list_empty(src)) return;
177 if (list_empty(src)) return;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dlist.h140 static inline int list_empty( const struct list *list ) function
163 if (list_empty(src)) return;
175 if (list_empty(src)) return;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dlist.h145 static inline int list_empty( const struct list *list ) function
168 if (list_empty(src)) return;
180 if (list_empty(src)) return;
/vbox/src/VBox/Devices/PC/ipxe/src/tests/
H A Dlist_test.c168 /* Test initialiser and list_empty() */
169 ok ( list_empty ( list ) );
194 ok ( list_empty ( list ) );
351 ok ( list_empty ( list ) );
362 ok ( list_empty ( list ) );
426 ok ( list_empty ( list ) );
/vbox/src/VBox/Devices/PC/ipxe/src/usr/
H A Diwmgmt.c159 if ( list_empty ( networks ) ) {
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dfc.c359 assert ( list_empty ( &xchg->list ) );
385 if ( ! list_empty ( &xchg->list ) ) {
1248 assert ( list_empty ( &peer->ulps ) );
1583 assert ( list_empty ( &ulp->users ) );
1632 if ( list_empty ( &ulp->users ) )
1750 if ( list_empty ( &ulp->users ) )
H A Daoe.c212 assert ( list_empty ( &aoecmd->list ) );
234 if ( ! list_empty ( &aoecmd->list ) ) {
H A Dinfiniband.c128 assert ( list_empty ( &cq->work_queues ) );
292 assert ( list_empty ( &qp->mgids ) );
H A Dtcp.c362 if ( list_empty ( &tcp->tx_queue ) ) {
408 if ( ! list_empty ( &tcp->tx_queue ) )
888 if ( list_empty ( &tcp->tx_queue ) && ( tcp->flags & TCP_XFER_CLOSED ) )
H A Dnetdevice.c285 while ( ! list_empty ( &netdev->tx_queue ) ) {
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/block/
H A Dsrp.c195 assert ( list_empty ( &srpcmd->list ) );
216 if ( ! list_empty ( &srpcmd->list ) ) {
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath5k/
H A Dath5k.c1145 if (list_empty(&sc->rxbuf)) {
1305 if (list_empty(&txq->q))
1512 if (list_empty(&sc->txbuf)) {
/vbox/src/VBox/Devices/PC/ipxe/src/interface/efi/
H A Defi_snp.c475 list_empty ( &snpdev->netdev->tx_queue ) ) {
504 list_empty ( &snpdev->netdev->tx_queue ) ) {
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dshader_sm4.c437 if (!list_empty(&priv->src_free))
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pcbios/
H A Dint13.c1649 if ( list_empty ( &int13s ) ) {
1724 if ( list_empty ( &int13s ) ) {

Completed in 921 milliseconds

12