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

/freebsd-10-stable/sys/boot/ficl/
H A Dficl.c423 case VM_INNEREXIT:
469 ** exit condition is VM_INNEREXIT, ficl's private signal to exit the
511 case VM_INNEREXIT:
H A Dficl.h561 #define VM_INNEREXIT -256 /* tell ficlExecXT to exit inner loop */ macro
H A Dwords.c4615 ** VM_INNEREXIT if the XT terminates normally, then execute
4628 case VM_INNEREXIT:
4735 vmThrow(pVM, VM_INNEREXIT);

Completed in 60 milliseconds