HomeSort by: relevance | last modified time | path
    Searched refs:cons (Results 1 - 25 of 490) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/arch/ews4800mips/stand/common/
console.c 47 struct cons cons; variable in typeref:struct:cons
57 cons.cursor = nullcursor;
58 cons.scroll = nullscroll;
59 cons.cursor_enable = false;
60 cons.erace_previous_cursor = false;
69 cons.type = CONS_FB_KSEG2;
72 cons.init();
76 cons.type = CONS_SIO1;
78 cons.init()
    [all...]
cons_rom.c 44 cons.x = X_INIT;
45 cons.y = 24; /* adjust to 1stboot output. */
52 cons.y = Y_INIT;
  /src/sys/arch/ia64/stand/common/
console.c 53 int cons; local in function:cons_probe
58 for (cons = 0; consoles[cons] != NULL; cons++) {
59 consoles[cons]->c_flags = 0;
60 consoles[cons]->c_probe(consoles[cons]);
64 for (cons = 0; consoles[cons] != NULL && active == -1; cons++)
97 int cons; local in function:getchar
111 int cons; local in function:ischar
123 int cons; local in function:putchar
137 int cons; local in function:cons_find
155 int cons, active; local in function:cons_set
    [all...]
  /src/sys/arch/ews4800mips/ews4800mips/
cons_machdep.c 40 #include <dev/cons.h>
48 struct cons cons; variable in typeref:struct:cons
81 cons.type = CONS_ROM;
101 cons.x = X_INIT;
103 cons.y = Y_INIT;
105 cons.y = 20; /* XXX no way to get the previous cursor position */
120 ROM_PUTC(cons.x * ROM_FONT_WIDTH, cons.y * ROM_FONT_HEIGHT, c);
121 if (++cons.x == CONS_WIDTH)
    [all...]
cons_machdep.h 50 struct cons { struct
56 extern struct cons cons;
  /src/sys/arch/cobalt/dev/
com_mainbusvar.h 28 #include <dev/cons.h>
  /src/sys/arch/hpc/stand/hpcboot/sh3/
sh_mmu.h 42 MemoryManager_SHMMU(Console *&cons, size_t pagesize)
43 : MemoryManager(cons, pagesize) {
  /src/sys/arch/xen/xenbus/
xenbus_comms.c 92 check_indexes(XENSTORE_RING_IDX cons, XENSTORE_RING_IDX prod)
94 return ((prod - cons) <= XENSTORE_RING_SIZE);
98 get_output_chunk(XENSTORE_RING_IDX cons,
103 if ((XENSTORE_RING_SIZE - (prod - cons)) < *len)
104 *len = XENSTORE_RING_SIZE - (prod - cons);
109 get_input_chunk(XENSTORE_RING_IDX cons,
113 *len = XENSTORE_RING_SIZE - MASK_XENSTORE_IDX(cons);
114 if ((prod - cons) < *len)
115 *len = prod - cons;
116 return buf + MASK_XENSTORE_IDX(cons);
123 XENSTORE_RING_IDX cons, prod; local in function:xb_write
170 XENSTORE_RING_IDX cons, prod; local in function:xb_read
    [all...]
  /src/sys/dev/pci/
puccn.h 37 #include <dev/cons.h>
  /src/sys/arch/hpc/stand/hpcboot/mips/
mips_tx39.cpp 36 TX39XX::TX39XX(Console *&cons, MemoryManager *&mem, enum ArchitectureOps arch)
37 : MIPSArchitecture(cons, mem)
mips_vr41.cpp 36 VR41XX::VR41XX(Console *&cons, MemoryManager *&mem)
37 : MIPSArchitecture(cons, mem)
  /src/sys/arch/acorn32/acorn32/
conf.c 62 #include <dev/cons.h>
  /src/sys/arch/hppa/hppa/
conf.c 41 #include <dev/cons.h>
  /src/sys/arch/landisk/landisk/
consinit.c 39 #include <dev/cons.h>
  /src/sys/arch/mac68k/mac68k/
conf.c 41 #include <dev/cons.h>
  /src/sys/arch/next68k/next68k/
conf.c 41 #include <dev/cons.h>
  /src/sys/arch/x68k/x68k/
conf.c 50 #include <dev/cons.h>
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
libxenvchan.h 54 uint32_t cons, prod; member in struct:ring_shared
  /src/sys/arch/hpc/stand/hpcboot/arm/
arm_arch.cpp 37 ARMArchitecture::ARMArchitecture(Console *&cons, MemoryManager *&mem)
38 : Architecture(cons, mem)
  /src/sys/arch/hpc/stand/hpcboot/
file.cpp 38 FileManager::FileManager(Console *&cons, enum FileOps ops)
39 : File(cons)
  /src/share/man/man4/man4.hp300/
Makefile 4 MAN= autoconf.4 cons.4 ct.4 dio.4 dcm.4 dnkbd.4 \
  /src/sys/arch/atari/atari/
conf.c 40 #include <dev/cons.h>
  /src/sys/arch/dreamcast/dreamcast/
conf.c 42 #include <dev/cons.h>
  /src/sys/arch/evbsh3/evbsh3/
conf.c 42 #include <dev/cons.h>
  /src/sys/arch/luna68k/stand/boot/
romcons.c 76 #include <dev/cons.h>

Completed in 68 milliseconds

1 2 3 4 5 6 7 8 91011>>