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

/freebsd-10.1-release/usr.sbin/bhyve/
H A Dblock_if.c51 #define BLOCKIF_SIG 0xb109b109 macro
279 bc->bc_magic = BLOCKIF_SIG;
335 assert(bc->bc_magic == BLOCKIF_SIG);
343 assert(bc->bc_magic == BLOCKIF_SIG);
351 assert(bc->bc_magic == BLOCKIF_SIG);
359 assert(bc->bc_magic == BLOCKIF_SIG);
371 assert(bc->bc_magic == BLOCKIF_SIG);
404 assert(bc->bc_magic == BLOCKIF_SIG);
448 assert(bc->bc_magic == BLOCKIF_SIG);
456 assert(bc->bc_magic == BLOCKIF_SIG);
[all...]

Completed in 45 milliseconds