OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:emulations
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/kdump/
setemul.c
118
const struct emulation
emulations
[] = {
variable in typeref:typename:const struct emulation[]
171
static const struct emulation *default_emul = &
emulations
[0];
186
for (i = 0;
emulations
[i].name != NULL; i++) {
187
if (strcmp(
emulations
[i].name, name) == 0) {
188
match = &
emulations
[i];
setemul.c
118
const struct emulation
emulations
[] = {
variable in typeref:typename:const struct emulation[]
171
static const struct emulation *default_emul = &
emulations
[0];
186
for (i = 0;
emulations
[i].name != NULL; i++) {
187
if (strcmp(
emulations
[i].name, name) == 0) {
188
match = &
emulations
[i];
Completed in 22 milliseconds
Indexes created Tue Oct 14 08:09:56 GMT 2025