Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dzfsboot.c114 static int comspeed = SIOSPD; variable
201 comspeed = strtoul(ptr, NULL, 0); in main()
202 if (sio_init(115200 / comspeed) != 0) in main()
595 comspeed = i; in parse_cmd()
620 if (sio_init(115200 / comspeed) != 0) in parse_cmd()
/illumos-gate/usr/src/boot/i386/isoboot/
H A Disoboot.c92 static int comspeed = SIOSPD; variable
479 comspeed = j; in parse_cmds()
495 if (sio_init(115200 / comspeed) != 0) in parse_cmds()