Home
last modified time | relevance | path

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

/openbsd-src/sys/arch/sparc64/dev/
H A Dcom_ebus.c60 static char *com_names[] = { variable
89 for (i=0; com_names[i]; i++) in com_ebus_match()
90 if (strcmp(ea->ea_name, com_names[i]) == 0) in com_ebus_match()