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 - 2
of
2
) 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);
Completed in 17 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026