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

1 2 3

  /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...]
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.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;
cons_machdep.h 50 struct cons { struct
56 extern struct cons cons;
  /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...]
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...]
console.h 68 struct cons { struct
133 extern struct cons cons;
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
libxenvchan.h 54 uint32_t cons, prod; member in struct:ring_shared
libxenvchan.h 54 uint32_t cons, prod; member in struct:ring_shared
  /src/usr.sbin/npf/npfctl/
npf_extmod.c 48 npfext_consfunc_t cons; member in struct:npf_extmod
85 ext->cons = npf_extmod_sym(handle, name, "construct");
106 (*extcall = extmod->cons(name)) != NULL) {
113 if (extmod && (*extcall = extmod->cons(name)) != NULL) {
npf_extmod.c 48 npfext_consfunc_t cons; member in struct:npf_extmod
85 ext->cons = npf_extmod_sym(handle, name, "construct");
106 (*extcall = extmod->cons(name)) != NULL) {
113 if (extmod && (*extcall = extmod->cons(name)) != NULL) {
  /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...]
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/arch/mips/cavium/
mainbus.c 114 const struct fdt_console *cons = fdtbus_get_console(); local in function:mainbus_attach_devicetree
135 if (cons != NULL) {
146 cons->consinit(&faa, uart_freq);
mainbus.c 114 const struct fdt_console *cons = fdtbus_get_console(); local in function:mainbus_attach_devicetree
135 if (cons != NULL) {
146 cons->consinit(&faa, uart_freq);
  /src/sys/arch/newsmips/dev/
kb_hb.c 110 int intr, cons; local in function:kb_hb_attach
125 cons = 0;
127 cons = 1;
134 aa.console = cons;
kb_hb.c 110 int intr, cons; local in function:kb_hb_attach
125 cons = 0;
127 cons = 1;
134 aa.console = cons;
  /src/sys/external/bsd/drm2/dist/drm/xen/
xen_drm_front_evtchnl.c 91 u32 cons, prod; local in function:evtchnl_interrupt_evt
105 for (cons = page->in_cons; cons != prod; cons++) {
108 event = &XENDISPL_IN_RING_REF(page, cons);
119 page->in_cons = cons;
xen_drm_front_evtchnl.c 91 u32 cons, prod; local in function:evtchnl_interrupt_evt
105 for (cons = page->in_cons; cons != prod; cons++) {
108 event = &XENDISPL_IN_RING_REF(page, cons);
119 page->in_cons = cons;
  /src/games/robots/
auto.c 264 float slope, cons; local in function:move_between
290 cons = slope * rob->y;
298 dy = sign(((slope * ((float) hp->x)) + cons) -
302 dx = sign(((slope * ((float) hp->x)) + cons) -
  /src/sys/arch/newsmips/apbus/
kb_ap.c 125 int cons = 0; local in function:kb_ap_attach
134 cons = 1;
150 waa.console = cons;
  /src/usr.sbin/eeprom/
eehandlers.c 421 u_char cons; local in function:ee_constype
430 cons = svp->sv_val;
431 if (doio(ktent, &cons, sizeof(cons), IO_WRITE))
434 if (doio(ktent, &cons, sizeof(cons), IO_READ))
438 if (svp->sv_val == cons)
441 warnx("unknown type 0x%x for %s", cons,
  /src/sys/arch/xen/xen/
xencons.c 78 #include <dev/cons.h>
400 XENCONS_RING_IDX cons, prod, len; local in function:xencons_start
403 cons = xencons_interface->out_cons;
406 while (prod != cons + sizeof(xencons_interface->out)) {
408 MASK_XENCONS_IDX(cons, XNC_OUT)) {
409 len = MASK_XENCONS_IDX(cons, XNC_OUT) -
449 XENCONS_RING_IDX cons, prod, len; local in function:xencons_handler
460 cons = xencons_interface->in_cons;
463 while (cons != prod) {
464 if (MASK_XENCONS_IDX(cons, XNC_IN)
548 XENCONS_RING_IDX cons, prod; local in function:xenconscn_getc
596 XENCONS_RING_IDX cons, prod; local in function:xenconscn_putc
    [all...]

Completed in 75 milliseconds

1 2 3