OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:idstring
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/i386/isa/
ahc_isa.c
191
ahc_isa_idstring(bus_space_tag_t iot, bus_space_handle_t ioh, char *
idstring
)
228
idstring
[0] = EISA_VENDID_0(vid);
229
idstring
[1] = EISA_VENDID_1(vid);
230
idstring
[2] = EISA_VENDID_2(vid);
231
idstring
[3] = EISA_PRODID_0(pid);
232
idstring
[4] = EISA_PRODID_1(pid);
233
idstring
[5] = EISA_PRODID_2(pid);
234
idstring
[6] = EISA_PRODID_3(pid);
235
idstring
[7] = '\0'; /* sanity */
246
char
idstring
[EISA_IDSTRINGLEN]
local
367
char
idstring
[EISA_IDSTRINGLEN];
local
[
all
...]
/src/sys/dev/eisa/
eisa.c
194
const char *
idstring
= ea->ea_idstring;
local
196
return device_compatible_pmatch(&
idstring
, 1, dce);
203
const char *
idstring
= ea->ea_idstring;
local
205
return device_compatible_plookup(&
idstring
, 1, dce);
/src/bin/sh/
jobs.c
711
char
idstring
[20];
local
906
snprintf(
idstring
, sizeof
idstring
,
909
fpid =
idstring
;
Completed in 28 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026