HomeSort by: relevance | last modified time | path
    Searched defs:cfgtst (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/vax/vsa/
smg.c 229 volatile short *cfgtst; local in function:smg_match
273 cfgtst = (short *)vax_map_physmem(VS_CFGTST, 1);
276 tmp = cfgtst[0];
279 tmp2 = cfgtst[0];
280 vax_unmap_physmem((vaddr_t)cfgtst, 1);
smg.c 229 volatile short *cfgtst; local in function:smg_match
273 cfgtst = (short *)vax_map_physmem(VS_CFGTST, 1);
276 tmp = cfgtst[0];
279 tmp2 = cfgtst[0];
280 vax_unmap_physmem((vaddr_t)cfgtst, 1);

Completed in 25 milliseconds