OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mem_fh
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/usermode/usermode/
pmap.c
97
static int
mem_fh
;
variable
246
mem_fh
= thunk_mkstemp(mem_name);
247
if (
mem_fh
< 0)
261
wlen = thunk_pwrite(
mem_fh
, &dummy, 1, file_len - 1);
271
wlen = thunk_pwrite(
mem_fh
, block, PAGE_SIZE, pg);
292
written = thunk_pwrite(
mem_fh
, (void *) kmem_k_start, kmem_k_length,
325
mem_fh
, pv_fpos);
343
mem_fh
, tlb_fpos);
366
mem_fh
, pm_l1_fpos);
384
mem_fh
, pm_fpos)
[
all
...]
pmap.c
97
static int
mem_fh
;
variable
246
mem_fh
= thunk_mkstemp(mem_name);
247
if (
mem_fh
< 0)
261
wlen = thunk_pwrite(
mem_fh
, &dummy, 1, file_len - 1);
271
wlen = thunk_pwrite(
mem_fh
, block, PAGE_SIZE, pg);
292
written = thunk_pwrite(
mem_fh
, (void *) kmem_k_start, kmem_k_length,
325
mem_fh
, pv_fpos);
343
mem_fh
, tlb_fpos);
366
mem_fh
, pm_l1_fpos);
384
mem_fh
, pm_fpos)
[
all
...]
Completed in 93 milliseconds
Indexes created Thu Jul 16 00:26:27 UTC 2026