Home
last modified time | relevance | path

Searched refs:ntok (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Ddebug.c231 int ntok; in x86emu_single_step() local
256 cmd = x86emu_parse_line(s, ps, &ntok); in x86emu_single_step()
262 if (ntok == 2) { in x86emu_single_step()
267 } else if (ntok == 3) { in x86emu_single_step()
292 if (ntok == 2) { in x86emu_single_step()
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch347 int ntok;
389 cmd = parse_line(s, ps, &ntok);
398 - if (ntok == 2) {
403 - } else if (ntok == 3) {
414 + if (ntok == 2) {
420 + else if (ntok == 3) {
454 if (ntok == 2) {