Searched defs:BUG_ON (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/bus/
H A Dvirtio-ring.c29 #define BUG_ON(condition) do { if (condition) BUG(); } while (0) macro
69 BUG_ON(!vring_more_used(vq));
94 BUG_ON(out + in == 0);

Completed in 31 milliseconds