OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ring_header
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/gvt/
execlist.h
135
struct execlist_mmio_pair
ring_header
;
member in struct:execlist_ring_context
/src/external/bsd/ppp/dist/pppd/
lcp.c
2280
volatile u_int32_t *const
ring_header
= lcp_rtt_buffer;
local
2286
if (ntohl(
ring_header
[2]) >= (LCP_RTT_ELEMENTS - 1) * 2)
2289
next_entry = ntohl(
ring_header
[2]) + 2; /* use the next one */
2303
ring_header
[2] = htonl(next_entry);
2431
volatile u_int32_t *
ring_header
;
local
2449
ring_header
= lcp_rtt_buffer;
2452
if (
ring_header
[0] != htonl(LCP_RTT_MAGIC)) {
2454
ring_header
[0] = htonl(LCP_RTT_MAGIC);
2457
ring_header
[3] = htonl(lcp_echo_interval);
2458
ring_header
[1] = htonl(1); /* status: LCP up, file opened *
2464
volatile u_int32_t *const
ring_header
= lcp_rtt_buffer;
local
[
all
...]
Completed in 32 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026