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

  /src/sys/dev/ic/
vga_common.c 52 int gotio_vga, gotio_6845, gotmem, mono, rv; local
63 mono = !(regval & 1);
65 if (bus_space_map(iot, (mono ? 0x3b0 : 0x3d0), 0x10, 0, &ioh_6845))
73 dispoffset = (mono ? 0x10000 : 0x18000);
  /src/sys/dev/isa/
pcdisplay.c 59 int mono; member in struct:pcdisplay_config
183 bus_space_tag_t memt, int mono)
190 dc->mono = mono;
192 if (bus_space_map(memt, mono ? 0xb0000 : 0xb8000, 0x8000,
195 if (bus_space_map(iot, mono ? 0x3b0 : 0x3d0, 0x10,
225 int mono; local
255 mono = pcdisplay_console_dc.mono;
259 mono = 0
339 int mono; local
    [all...]
ega.c 393 ega_init(struct ega_config *vc, bus_space_tag_t iot, bus_space_tag_t memt, int mono)
400 vh->vh_mono = mono;
434 int mono; local
466 mono = ega_console_dc.hdl.vh_mono;
470 mono = 0;
474 mono = 1;
478 ia->ia_io[0].ir_addr = mono ? 0x3b0 : 0x3d0;
480 ia->ia_iomem[0].ir_addr = mono ? 0xb0000 : 0xb8000;
530 int mono; local
535 mono = 0
    [all...]
  /src/external/bsd/ntp/dist/sntp/
main.c 1561 struct timeval mono; local
1593 mono.tv_sec = ts.tv_sec;
1594 mono.tv_usec = ts.tv_nsec / 1000;
1595 diff = sub_tval(latest, mono);
1601 offset = sub_tval(systemt, mono);

Completed in 27 milliseconds