OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mapinlist
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm/dist/bsd-core/
drm_ioctl.c
149
drm_local_map_t *
mapinlist
;
local in function:drm_getmap
161
TAILQ_FOREACH(
mapinlist
, &dev->maplist, link) {
163
map->offset =
mapinlist
->offset;
164
map->size =
mapinlist
->size;
165
map->type =
mapinlist
->type;
166
map->flags =
mapinlist
->flags;
167
map->handle =
mapinlist
->handle;
168
map->mtrr =
mapinlist
->mtrr;
176
if (
mapinlist
== NULL)
drm_ioctl.c
149
drm_local_map_t *
mapinlist
;
local in function:drm_getmap
161
TAILQ_FOREACH(
mapinlist
, &dev->maplist, link) {
163
map->offset =
mapinlist
->offset;
164
map->size =
mapinlist
->size;
165
map->type =
mapinlist
->type;
166
map->flags =
mapinlist
->flags;
167
map->handle =
mapinlist
->handle;
168
map->mtrr =
mapinlist
->mtrr;
176
if (
mapinlist
== NULL)
Completed in 21 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025