Home
last modified time | relevance | path

Searched refs:cbcon (Results 1 – 17 of 17) sorted by relevance

/dports/emulators/qemu60/qemu-6.0.0/roms/seabios/src/fw/
H A Dcoreboot.c89 static struct cbmem_console *cbcon = NULL; variable
198 cbcon = (void*)(u32)cbref->cbmem_addr; in coreboot_preinit()
223 if (!cbcon) in coreboot_debug_putc()
225 u32 cursor = cbcon->cursor & CBMC_CURSOR_MASK; in coreboot_debug_putc()
226 u32 flags = cbcon->cursor & ~CBMC_CURSOR_MASK; in coreboot_debug_putc()
227 if (cursor >= cbcon->size) in coreboot_debug_putc()
229 cbcon->body[cursor++] = c; in coreboot_debug_putc()
230 if (cursor >= cbcon->size) { in coreboot_debug_putc()
234 cbcon->cursor = flags | cursor; in coreboot_debug_putc()
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios-hppa/src/fw/
H A Dcoreboot.c89 static struct cbmem_console *cbcon = NULL; variable
198 cbcon = (void*)(u32)cbref->cbmem_addr; in coreboot_preinit()
223 if (!cbcon) in coreboot_debug_putc()
225 u32 cursor = cbcon->cursor & CBMC_CURSOR_MASK; in coreboot_debug_putc()
226 u32 flags = cbcon->cursor & ~CBMC_CURSOR_MASK; in coreboot_debug_putc()
227 if (cursor >= cbcon->size) in coreboot_debug_putc()
229 cbcon->body[cursor++] = c; in coreboot_debug_putc()
230 if (cursor >= cbcon->size) { in coreboot_debug_putc()
234 cbcon->cursor = flags | cursor; in coreboot_debug_putc()
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios-hppa/src/fw/
H A Dcoreboot.c89 static struct cbmem_console *cbcon = NULL; variable
198 cbcon = (void*)(u32)cbref->cbmem_addr; in coreboot_preinit()
223 if (!cbcon) in coreboot_debug_putc()
225 u32 cursor = cbcon->cursor & CBMC_CURSOR_MASK; in coreboot_debug_putc()
226 u32 flags = cbcon->cursor & ~CBMC_CURSOR_MASK; in coreboot_debug_putc()
227 if (cursor >= cbcon->size) in coreboot_debug_putc()
229 cbcon->body[cursor++] = c; in coreboot_debug_putc()
230 if (cursor >= cbcon->size) { in coreboot_debug_putc()
234 cbcon->cursor = flags | cursor; in coreboot_debug_putc()
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios/src/fw/
H A Dcoreboot.c89 static struct cbmem_console *cbcon = NULL; variable
198 cbcon = (void*)(u32)cbref->cbmem_addr; in coreboot_preinit()
223 if (!cbcon) in coreboot_debug_putc()
225 u32 cursor = cbcon->cursor & CBMC_CURSOR_MASK; in coreboot_debug_putc()
226 u32 flags = cbcon->cursor & ~CBMC_CURSOR_MASK; in coreboot_debug_putc()
227 if (cursor >= cbcon->size) in coreboot_debug_putc()
229 cbcon->body[cursor++] = c; in coreboot_debug_putc()
230 if (cursor >= cbcon->size) { in coreboot_debug_putc()
234 cbcon->cursor = flags | cursor; in coreboot_debug_putc()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios-hppa/src/fw/
H A Dcoreboot.c89 static struct cbmem_console *cbcon = NULL; variable
198 cbcon = (void*)(u32)cbref->cbmem_addr; in coreboot_preinit()
223 if (!cbcon) in coreboot_debug_putc()
225 u32 cursor = cbcon->cursor & CBMC_CURSOR_MASK; in coreboot_debug_putc()
226 u32 flags = cbcon->cursor & ~CBMC_CURSOR_MASK; in coreboot_debug_putc()
227 if (cursor >= cbcon->size) in coreboot_debug_putc()
229 cbcon->body[cursor++] = c; in coreboot_debug_putc()
230 if (cursor >= cbcon->size) { in coreboot_debug_putc()
234 cbcon->cursor = flags | cursor; in coreboot_debug_putc()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios/src/fw/
H A Dcoreboot.c89 static struct cbmem_console *cbcon = NULL; variable
198 cbcon = (void*)(u32)cbref->cbmem_addr; in coreboot_preinit()
223 if (!cbcon) in coreboot_debug_putc()
225 u32 cursor = cbcon->cursor & CBMC_CURSOR_MASK; in coreboot_debug_putc()
226 u32 flags = cbcon->cursor & ~CBMC_CURSOR_MASK; in coreboot_debug_putc()
227 if (cursor >= cbcon->size) in coreboot_debug_putc()
229 cbcon->body[cursor++] = c; in coreboot_debug_putc()
230 if (cursor >= cbcon->size) { in coreboot_debug_putc()
234 cbcon->cursor = flags | cursor; in coreboot_debug_putc()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios/src/fw/
H A Dcoreboot.c89 static struct cbmem_console *cbcon = NULL; variable
198 cbcon = (void*)(u32)cbref->cbmem_addr; in coreboot_preinit()
223 if (!cbcon) in coreboot_debug_putc()
225 u32 cursor = cbcon->cursor & CBMC_CURSOR_MASK; in coreboot_debug_putc()
226 u32 flags = cbcon->cursor & ~CBMC_CURSOR_MASK; in coreboot_debug_putc()
227 if (cursor >= cbcon->size) in coreboot_debug_putc()
229 cbcon->body[cursor++] = c; in coreboot_debug_putc()
230 if (cursor >= cbcon->size) { in coreboot_debug_putc()
234 cbcon->cursor = flags | cursor; in coreboot_debug_putc()
/dports/misc/seabios/seabios-1.14.0/src/fw/
H A Dcoreboot.c89 static struct cbmem_console *cbcon = NULL; variable
198 cbcon = (void*)(u32)cbref->cbmem_addr; in coreboot_preinit()
223 if (!cbcon) in coreboot_debug_putc()
225 u32 cursor = cbcon->cursor & CBMC_CURSOR_MASK; in coreboot_debug_putc()
226 u32 flags = cbcon->cursor & ~CBMC_CURSOR_MASK; in coreboot_debug_putc()
227 if (cursor >= cbcon->size) in coreboot_debug_putc()
229 cbcon->body[cursor++] = c; in coreboot_debug_putc()
230 if (cursor >= cbcon->size) { in coreboot_debug_putc()
234 cbcon->cursor = flags | cursor; in coreboot_debug_putc()
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios/src/fw/
H A Dcoreboot.c89 static struct cbmem_console *cbcon = NULL; variable
198 cbcon = (void*)(u32)cbref->cbmem_addr; in coreboot_preinit()
223 if (!cbcon) in coreboot_debug_putc()
225 u32 cursor = cbcon->cursor & CBMC_CURSOR_MASK; in coreboot_debug_putc()
226 u32 flags = cbcon->cursor & ~CBMC_CURSOR_MASK; in coreboot_debug_putc()
227 if (cursor >= cbcon->size) in coreboot_debug_putc()
229 cbcon->body[cursor++] = c; in coreboot_debug_putc()
230 if (cursor >= cbcon->size) { in coreboot_debug_putc()
234 cbcon->cursor = flags | cursor; in coreboot_debug_putc()
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios-hppa/src/fw/
H A Dcoreboot.c89 static struct cbmem_console *cbcon = NULL; variable
198 cbcon = (void*)(u32)cbref->cbmem_addr; in coreboot_preinit()
223 if (!cbcon) in coreboot_debug_putc()
225 u32 cursor = cbcon->cursor & CBMC_CURSOR_MASK; in coreboot_debug_putc()
226 u32 flags = cbcon->cursor & ~CBMC_CURSOR_MASK; in coreboot_debug_putc()
227 if (cursor >= cbcon->size) in coreboot_debug_putc()
229 cbcon->body[cursor++] = c; in coreboot_debug_putc()
230 if (cursor >= cbcon->size) { in coreboot_debug_putc()
234 cbcon->cursor = flags | cursor; in coreboot_debug_putc()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios-hppa/src/fw/
H A Dcoreboot.c89 static struct cbmem_console *cbcon = NULL; variable
198 cbcon = (void*)(u32)cbref->cbmem_addr; in coreboot_preinit()
223 if (!cbcon) in coreboot_debug_putc()
225 u32 cursor = cbcon->cursor & CBMC_CURSOR_MASK; in coreboot_debug_putc()
226 u32 flags = cbcon->cursor & ~CBMC_CURSOR_MASK; in coreboot_debug_putc()
227 if (cursor >= cbcon->size) in coreboot_debug_putc()
229 cbcon->body[cursor++] = c; in coreboot_debug_putc()
230 if (cursor >= cbcon->size) { in coreboot_debug_putc()
234 cbcon->cursor = flags | cursor; in coreboot_debug_putc()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios/src/fw/
H A Dcoreboot.c89 static struct cbmem_console *cbcon = NULL; variable
198 cbcon = (void*)(u32)cbref->cbmem_addr; in coreboot_preinit()
223 if (!cbcon) in coreboot_debug_putc()
225 u32 cursor = cbcon->cursor & CBMC_CURSOR_MASK; in coreboot_debug_putc()
226 u32 flags = cbcon->cursor & ~CBMC_CURSOR_MASK; in coreboot_debug_putc()
227 if (cursor >= cbcon->size) in coreboot_debug_putc()
229 cbcon->body[cursor++] = c; in coreboot_debug_putc()
230 if (cursor >= cbcon->size) { in coreboot_debug_putc()
234 cbcon->cursor = flags | cursor; in coreboot_debug_putc()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios-hppa/src/fw/
H A Dcoreboot.c89 static struct cbmem_console *cbcon = NULL; variable
198 cbcon = (void*)(u32)cbref->cbmem_addr; in coreboot_preinit()
223 if (!cbcon) in coreboot_debug_putc()
225 u32 cursor = cbcon->cursor & CBMC_CURSOR_MASK; in coreboot_debug_putc()
226 u32 flags = cbcon->cursor & ~CBMC_CURSOR_MASK; in coreboot_debug_putc()
227 if (cursor >= cbcon->size) in coreboot_debug_putc()
229 cbcon->body[cursor++] = c; in coreboot_debug_putc()
230 if (cursor >= cbcon->size) { in coreboot_debug_putc()
234 cbcon->cursor = flags | cursor; in coreboot_debug_putc()
/dports/emulators/qemu/qemu-6.2.0/roms/seabios/src/fw/
H A Dcoreboot.c89 static struct cbmem_console *cbcon = NULL; variable
198 cbcon = (void*)(u32)cbref->cbmem_addr; in coreboot_preinit()
223 if (!cbcon) in coreboot_debug_putc()
225 u32 cursor = cbcon->cursor & CBMC_CURSOR_MASK; in coreboot_debug_putc()
226 u32 flags = cbcon->cursor & ~CBMC_CURSOR_MASK; in coreboot_debug_putc()
227 if (cursor >= cbcon->size) in coreboot_debug_putc()
229 cbcon->body[cursor++] = c; in coreboot_debug_putc()
230 if (cursor >= cbcon->size) { in coreboot_debug_putc()
234 cbcon->cursor = flags | cursor; in coreboot_debug_putc()
/dports/emulators/qemu/qemu-6.2.0/roms/seabios-hppa/src/fw/
H A Dcoreboot.c89 static struct cbmem_console *cbcon = NULL; variable
198 cbcon = (void*)(u32)cbref->cbmem_addr; in coreboot_preinit()
223 if (!cbcon) in coreboot_debug_putc()
225 u32 cursor = cbcon->cursor & CBMC_CURSOR_MASK; in coreboot_debug_putc()
226 u32 flags = cbcon->cursor & ~CBMC_CURSOR_MASK; in coreboot_debug_putc()
227 if (cursor >= cbcon->size) in coreboot_debug_putc()
229 cbcon->body[cursor++] = c; in coreboot_debug_putc()
230 if (cursor >= cbcon->size) { in coreboot_debug_putc()
234 cbcon->cursor = flags | cursor; in coreboot_debug_putc()
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/pmix/pmix2x/pmix/src/include/
H A Dpmix_globals.c268 static void cbcon(pmix_cb_t *p) in cbcon() function
303 cbcon, cbdes);
/dports/net/openmpi/openmpi-4.1.1/opal/mca/pmix/pmix3x/pmix/src/include/
H A Dpmix_globals.c298 static void cbcon(pmix_cb_t *p) in cbcon() function
336 cbcon, cbdes);