Home
last modified time | relevance | path

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

/openbsd-src/sys/arch/sparc64/dev/
H A Dcomms_ebus.c143 static const char *comms_names[] = { variable
163 for (i = 0; comms_names[i]; i++) in comms_match()
164 if (strcmp(ea->ea_name, comms_names[i]) == 0) in comms_match()