OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ebus_speeds
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/scmdctl/
scmdctlconst.h
185
static const char *
ebus_speeds
[] = {
variable in typeref:typename:const char * []
scmdctl.c
493
for(ebus_s = 0; ebus_s < __arraycount(
ebus_speeds
);ebus_s++)
494
if (strncmp(argv[3],
ebus_speeds
[ebus_s],8) == 0)
496
if (ebus_s == __arraycount(
ebus_speeds
)) {
601
printf("Expansion bus speed: %s (0x%02X)\n",(ebus_s <= 0x03) ?
ebus_speeds
[ebus_s] : "Unknown",ebus_s);
Completed in 13 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025