OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cons_x
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/amd64/stand/prekern/
console.c
38
static size_t
cons_x
, cons_y;
variable in typeref:typename:size_t
44
cons_x
= 0;
72
cons_x
= 0;
76
if (
cons_x
+ 1 == CONS_WID) {
77
cons_x
= 0;
81
ptr = (cons_start + 2 *
cons_x
+ 160 * cons_y);
82
scr = (cons_buffer + 2 *
cons_x
+ 160 * cons_y);
85
cons_x
++;
console.c
38
static size_t
cons_x
, cons_y;
variable in typeref:typename:size_t
44
cons_x
= 0;
72
cons_x
= 0;
76
if (
cons_x
+ 1 == CONS_WID) {
77
cons_x
= 0;
81
ptr = (cons_start + 2 *
cons_x
+ 160 * cons_y);
82
scr = (cons_buffer + 2 *
cons_x
+ 160 * cons_y);
85
cons_x
++;
Completed in 39 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025