HomeSort by: relevance | last modified time | path
    Searched defs:comcnunit (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/evbarm/hdl_g/
hdlg_machdep.c 723 int comcnunit = CONUNIT; variable in typeref:typename:int
767 if (comcnattach(&obio_bs_tag, comcnaddrs[comcnunit], comcnspeed,
769 panic("can't init serial console @%lx", comcnaddrs[comcnunit]);
771 panic("serial console @%lx not configured", comcnaddrs[comcnunit]);
  /src/sys/arch/evbarm/iq80321/
iq80321_machdep.c 194 int comcnunit = CONUNIT; variable in typeref:typename:int
781 if (comcnattach(&obio_bs_tag, comcnaddrs[comcnunit], comcnspeed,
783 panic("can't init serial console @%lx", comcnaddrs[comcnunit]);
785 panic("serial console @%lx not configured", comcnaddrs[comcnunit]);
  /src/sys/arch/evbarm/ixdp425/
ixdp425_machdep.c 177 int comcnunit = CONUNIT; variable in typeref:typename:int
757 if (comcnattach(&ixp425_a4x_bs_tag, addrs[comcnunit],
759 panic("can't init serial console (UART%d)", comcnunit);
  /src/sys/arch/evbarm/nslu2/
nslu2_machdep.c 207 int comcnunit = CONUNIT; variable in typeref:typename:int
818 if (comcnattach(&ixp425_a4x_bs_tag, addrs[comcnunit],
820 panic("can't init serial console (UART%d)", comcnunit);
  /src/sys/arch/evbarm/adi_brh/
brh_machdep.c 193 int comcnunit = CONUNIT; variable in typeref:typename:int
784 if (comcnattach(&obio_bs_tag, comcnaddrs[comcnunit], comcnspeed,
786 panic("can't init serial console @%lx", comcnaddrs[comcnunit]);
788 panic("serial console @%lx not configured", comcnaddrs[comcnunit]);
  /src/sys/arch/evbarm/iq80310/
iq80310_machdep.c 192 int comcnunit = CONUNIT; variable in typeref:typename:int
752 if (comcnattach(&obio_bs_tag, comcnaddrs[comcnunit], comcnspeed,
754 panic("can't init serial console @%lx", comcnaddrs[comcnunit]);
756 panic("serial console @%lx not configured", comcnaddrs[comcnunit]);
  /src/sys/arch/evbarm/npwr_fc/
npwr_fc_machdep.c 194 int comcnunit = CONUNIT; variable in typeref:typename:int
764 if (comcnattach(&obio_bs_tag, comcnaddrs[comcnunit], comcnspeed,
766 panic("can't init serial console @%lx", comcnaddrs[comcnunit]);
768 panic("serial console @%lx not configured", comcnaddrs[comcnunit]);
  /src/sys/arch/iyonix/iyonix/
iyonix_machdep.c 216 int comcnunit = CONUNIT; variable in typeref:typename:int
836 if (comcnattach(&obio_bs_tag, comcnaddrs[comcnunit], comcnspeed,
839 panic("can't init serial console @%lx", comcnaddrs[comcnunit]);
842 panic("serial console @%lx not configured", comcnaddrs[comcnunit]);
  /src/sys/arch/evbarm/iyonix/
iyonix_machdep.c 232 int comcnunit = CONUNIT; variable in typeref:typename:int
864 if (comcnattach(&obio_bs_tag, comcnaddrs[comcnunit], comcnspeed,
867 panic("can't init serial console @%lx", comcnaddrs[comcnunit]);
870 panic("serial console @%lx not configured", comcnaddrs[comcnunit]);

Completed in 18 milliseconds