Searched refs:BLOCKIF_SIG (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/usr.sbin/bhyve/
H A Dblock_if.c68 #define BLOCKIF_SIG 0xb109b109 macro
584 bc->bc_magic = BLOCKIF_SIG;
656 assert(bc->bc_magic == BLOCKIF_SIG);
664 assert(bc->bc_magic == BLOCKIF_SIG);
672 assert(bc->bc_magic == BLOCKIF_SIG);
680 assert(bc->bc_magic == BLOCKIF_SIG);
689 assert(bc->bc_magic == BLOCKIF_SIG);
768 assert(bc->bc_magic == BLOCKIF_SIG);
804 assert(bc->bc_magic == BLOCKIF_SIG);
848 assert(bc->bc_magic == BLOCKIF_SIG);
[all...]

Completed in 72 milliseconds