OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mi_cmd
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/python/
py-micmd.c
237
mi_command *
mi_cmd
= mi_cmd_lookup (name);
local
238
gdb_assert (
mi_cmd
== cmd);
318
mi_command_py_up
mi_cmd
(new mi_command_py (obj->mi_command_name, obj));
321
bool result = insert_mi_cmd_entry (std::move (
mi_cmd
));
/src/external/gpl3/gdb.old/dist/gdb/python/
py-micmd.c
237
mi_command *
mi_cmd
= mi_cmd_lookup (name);
local
238
gdb_assert (
mi_cmd
== cmd);
318
mi_command_py_up
mi_cmd
(new mi_command_py (obj->mi_command_name, obj));
321
bool result = insert_mi_cmd_entry (std::move (
mi_cmd
));
/src/sys/dev/mscp/
mscpvar.h
213
struct mscp_ri
mi_cmd
; /* MSCP command ring info */
member in struct:mscp_softc
mscp_subr.c
222
mi->
mi_cmd
.mri_size = NCMD;
223
mi->
mi_cmd
.mri_desc = mi->mi_uda->mp_ca.ca_cmddsc;
224
mi->
mi_cmd
.mri_ring = mi->mi_uda->mp_cmd;
377
mi->
mi_cmd
.mri_next = 0;
mscp.c
106
#define mri (&mi->
mi_cmd
)
Completed in 34 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026