OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:serios
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/i386/stand/efiboot/
eficons.c
56
static SERIAL_IO_INTERFACE *
serios
[12]; /* 4 EISA com slots, 8 others */
variable
123
for (i = 0; i < __arraycount(
serios
); i++) {
255
for (i = 0; i < __arraycount(
serios
); i++) {
256
if (
serios
[i] != NULL) {
875
* We could want to dynamically allocate
serios
[] to cope
883
for (i = 0; i < __arraycount(
serios
); i++)
884
serios
[i] = NULL;
919
if (unit < 0 || __arraycount(
serios
) <= unit)
928
serios
[unit] = serio;
938
return (unit >= 0 &&unit < __arraycount(
serios
) &
[
all
...]
Completed in 23 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026