Searched refs:BUG_ON (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-10.2-release/sys/dev/pms/freebsd/driver/common/
H A Dosdebug.h51 BUG_ON(1); \
/freebsd-10.2-release/sys/dev/drm2/
H A Ddrm_mm.c127 BUG_ON(!hole_node->hole_follows || node->allocated);
152 BUG_ON(node->start + node->size > adj_end);
219 BUG_ON(!hole_node->hole_follows || node->allocated);
249 BUG_ON(node->start + node->size > adj_end);
250 BUG_ON(node->start + node->size > end);
320 BUG_ON(node->scanned_block || node->scanned_prev_free
327 BUG_ON(drm_mm_hole_node_start(node)
331 BUG_ON(drm_mm_hole_node_start(node)
392 BUG_ON(mm->scanned_blocks);
407 BUG_ON(!entr
[all...]
H A Ddrm_os_freebsd.h74 #define BUG_ON(cond) KASSERT(!(cond), ("BUG ON: " #cond)) macro
/freebsd-10.2-release/sys/contrib/octeon-sdk/
H A Dcvmx-twsi.c135 BUG_ON(ia_width_bytes > 2);
136 BUG_ON(num_bytes > 8 || num_bytes < 1);
264 BUG_ON(num_bytes > 8 || num_bytes < 1);
375 BUG_ON(num_bytes > 8 || num_bytes < 1);
462 BUG_ON(ia_width_bytes > 2);
463 BUG_ON(num_bytes > 8 || num_bytes < 1);
H A Dcvmx-mdio.h385 BUG_ON(bus_id > 3 || bus_id < 0);
437 BUG_ON(bus_id > 3 || bus_id < 0);
/freebsd-10.2-release/sys/ofed/drivers/infiniband/core/
H A Diwcm.c119 BUG_ON(!list_empty(&cm_id_priv->work_free_list));
162 BUG_ON(atomic_read(&cm_id_priv->refcount)==0);
164 BUG_ON(!list_empty(&cm_id_priv->work_list));
185 BUG_ON(!list_empty(&cm_id_priv->work_list));
242 BUG_ON(qp == NULL);
398 BUG_ON(test_bit(IWCM_F_CALLBACK_DESTROY, &cm_id_priv->flags));
519 BUG_ON(cm_id_priv->state != IW_CM_STATE_CONN_RECV);
584 BUG_ON(cm_id_priv->state != IW_CM_STATE_CONN_SENT);
621 BUG_ON(iw_event->status);
697 BUG_ON(cm_id_pri
[all...]
H A Ddevice.c180 BUG_ON(size < sizeof (struct ib_device));
199 BUG_ON(device->reg_state != IB_DEV_UNREGISTERED);
H A Dmad.c601 BUG_ON(!mad_list->mad_queue);
1417 BUG_ON(!*method);
1427 BUG_ON(*method);
2258 BUG_ON(1);
/freebsd-10.2-release/sys/dev/cxgbe/iw_cxgbe/
H A Did_table.c81 BUG_ON((int)obj < 0);
H A Dcq.c219 BUG_ON(in_use < 0);
254 BUG_ON(in_use < 0);
559 BUG_ON(t4_rq_empty(wq));
H A Dprovider.c397 BUG_ON(!sc->port[0]);
H A Dqp.c546 BUG_ON(rem < 0);
1261 BUG_ON(qhp->ep->com.kref.count < 2);
1362 BUG_ON(!ep);
1421 BUG_ON(rhp->qpcnt < 0);
H A Dcm.c1879 BUG_ON(state_read(&ep->com) != MPA_REQ_RCVD);
1915 BUG_ON(state_read(&ep->com) != MPA_REQ_RCVD);
1916 BUG_ON(!qp);
H A Diw_cxgbe.h265 BUG_ON(!ret && newid != id);
/freebsd-10.2-release/sys/dev/pms/freebsd/driver/ini/src/
H A Dosapi.c471 BUG_ON(!pccb);
488 BUG_ON(1);
587 BUG_ON((io != 0 && io != 1) || (layer != 0 && layer != 1 && layer != 2));
593 BUG_ON(pCard->callLevel[io] >= sizeof(pCard->layer[0]) /
615 BUG_ON((io != 0 && io != 1) || (layer != 0 && layer != 1 && layer != 2));
623 BUG_ON(pCard->callLevel[io] < 0);
624 BUG_ON(pCard->layer[io][pCard->callLevel[io]] != layer);
827 //BUG_ON(1);
/freebsd-10.2-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_mcg.c225 BUG_ON(index < dev->limits.num_mgms);
316 BUG_ON(amgm_index_to_free < dev->limits.num_mgms);
341 BUG_ON(index < dev->limits.num_mgms);
H A Dmthca_mr.c346 BUG_ON(s / PAGE_SIZE != (s + list_len * sizeof(u64) - 1) / PAGE_SIZE);
348 BUG_ON(s % dev->limits.mtt_seg_size);
353 BUG_ON(!mtts);
618 BUG_ON(!mr->mem.arbel.mpt);
635 BUG_ON(!mr->mem.arbel.mtts);
H A Dmthca_memfree.c131 BUG_ON(mem->offset);
145 BUG_ON(coherent && (gfp_mask & __GFP_HIGHMEM));
/freebsd-10.2-release/sys/ofed/include/linux/
H A Dkernel.h65 #define BUG_ON(condition) do { if (condition) BUG(); } while(0) macro
66 #define WARN_ON BUG_ON
/freebsd-10.2-release/sys/ofed/drivers/net/mlx4/
H A Dsys_tune.c253 BUG_ON (old_pm_idle != NULL);
H A Dicm.c122 BUG_ON(mem->offset);
136 BUG_ON(coherent && (gfp_mask & __GFP_HIGHMEM));
/freebsd-10.2-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_zcopy.c60 BUG_ON(!tx_sa);
61 BUG_ON(!tx_sa->fmr || !tx_sa->fmr->fmr->lkey);
62 BUG_ON(!tx_sa->umem);
63 BUG_ON(!tx_sa->umem->chunk_list.next);
66 BUG_ON(!chunk->nmap);
379 BUG_ON(!ssk);
H A Dsdp_rx.c131 BUG_ON(ib_dma_mapping_error(dev, addr));
132 BUG_ON(i >= SDP_MAX_RECV_SGES);
556 BUG_ON(!(wc->wr_id & SDP_OP_RECV));
H A Dsdp_tx.c129 BUG_ON(ib_dma_mapping_error(dev, addr));
130 BUG_ON(i >= SDP_MAX_SEND_SGES);
/freebsd-10.2-release/sys/xen/xenstore/
H A Dxenstore_dev.c165 BUG_ON(&trans->list == &u->transactions);

Completed in 288 milliseconds

12