Home | Sort by: relevance | last modified time | path |
/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 in function:pmap_sdir_set 310 mfctl(CR_VTOP, vtop); 312 KASSERT(vtop != NULL); 314 vtop[space] = (uint32_t)pd; 320 uint32_t *vtop; local in function:pmap_sdir_get 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 |