OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vtop
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/ipf/dist/lib/
var.c
21
static variable_t *
vtop
= NULL;
variable
32
for (v =
vtop
; v != NULL; v = v->v_next)
177
v->v_next =
vtop
;
178
vtop
= v;
/src/sbin/newfs_udf/
udf_core.h
225
int
vtop
[UDF_PMAPS+1]; /* vpartnr trans */
member in struct:udf_create_context
/src/sys/arch/hppa/hppa/
pmap.c
308
volatile uint32_t *
vtop
;
local
310
mfctl(CR_VTOP,
vtop
);
312
KASSERT(
vtop
!= NULL);
314
vtop
[space] = (uint32_t)pd;
320
uint32_t *
vtop
;
local
322
mfctl(CR_VTOP,
vtop
);
323
return ((uint32_t *)
vtop
[space]);
899
/* Setup
vtop
in lwp0 trapframe. */
/src/sys/fs/udf/
udf.h
297
int
vtop
[UDF_PMAPS+1]; /* vpartnr trans */
member in struct:udf_mount
Completed in 31 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026