OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_cmd
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_fifo.c
219
uint32_t
next_cmd
= vmw_mmio_read(fifo_mem + SVGA_FIFO_NEXT_CMD);
local
223
return ((max -
next_cmd
) + (stop - min) <= bytes);
354
uint32_t
next_cmd
;
local
361
next_cmd
= vmw_mmio_read(fifo_mem + SVGA_FIFO_NEXT_CMD);
376
if (
next_cmd
>= stop) {
377
if (likely((
next_cmd
+ bytes < max ||
378
(
next_cmd
+ bytes == max && stop > min))))
391
if (likely((
next_cmd
+ bytes < stop)))
409
(
next_cmd
>> 2));
456
uint32_t
next_cmd
,
499
uint32_t
next_cmd
= vmw_mmio_read(fifo_mem + SVGA_FIFO_NEXT_CMD);
local
[
all
...]
/src/distrib/utils/ssh/
ssh.c
80
jmp_buf
next_cmd
;
variable
167
sig = setjmp(
next_cmd
);
191
longjmp(
next_cmd
, sig);
/src/external/gpl3/gdb.old/dist/gdb/
infcmd.c
3268
cmd_list_element *
next_cmd
3275
add_com_alias ("n",
next_cmd
, class_run, 1);
3258
cmd_list_element *
next_cmd
local
breakpoint.c
14131
static int
next_cmd
;
14138
if (
next_cmd
< this_utp->cmd_strings.size ())
14140
rslt = this_utp->cmd_strings[
next_cmd
].get ();
14141
next_cmd
++;
14226
next_cmd
= 0;
14117
static int
next_cmd
;
variable
/src/external/gpl3/gdb/dist/gdb/
infcmd.c
3264
cmd_list_element *
next_cmd
3271
add_com_alias ("n",
next_cmd
, class_run, 1);
3254
cmd_list_element *
next_cmd
local
breakpoint.c
14159
static int
next_cmd
;
14166
if (
next_cmd
< this_utp->cmd_strings.size ())
14168
rslt = this_utp->cmd_strings[
next_cmd
].get ();
14169
next_cmd
++;
14254
next_cmd
= 0;
14145
static int
next_cmd
;
variable
Completed in 36 milliseconds
Indexes created Thu Jul 09 00:25:44 UTC 2026