OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ea_idstring
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/eisa/
eisa.c
83
eisa_devinfo(ea->
ea_idstring
, devinfo, sizeof(devinfo));
169
ea.
ea_idstring
[0] = EISA_VENDID_0(ea.ea_vid);
170
ea.
ea_idstring
[1] = EISA_VENDID_1(ea.ea_vid);
171
ea.
ea_idstring
[2] = EISA_VENDID_2(ea.ea_vid);
172
ea.
ea_idstring
[3] = EISA_PRODID_0(ea.ea_pid);
173
ea.
ea_idstring
[4] = EISA_PRODID_1(ea.ea_pid);
174
ea.
ea_idstring
[5] = EISA_PRODID_2(ea.ea_pid);
175
ea.
ea_idstring
[6] = EISA_PRODID_3(ea.ea_pid);
176
ea.
ea_idstring
[7] = '\0'; /* sanity */
194
const char *idstring = ea->
ea_idstring
;
[
all
...]
eisavar.h
117
char
ea_idstring
[EISA_IDSTRINGLEN];
member in struct:eisa_attach_args
depca_eisa.c
93
return (strcmp(ea->
ea_idstring
, "DEC4220") == 0);
Completed in 163 milliseconds
Indexes created Wed Oct 01 18:09:54 GMT 2025