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

  /src/sys/arch/hp300/hp300/
autoconf.c 190 struct extent *extio_ex; variable in typeref:struct:extent *
1026 extio_ex = extent_create("extio", (u_long) extiobase,
1047 error = extent_alloc(extio_ex, size, PAGE_SIZE, 0,
1072 if (extent_free(extio_ex, (vaddr_t)kva, size,
autoconf.c 190 struct extent *extio_ex; variable in typeref:struct:extent *
1026 extio_ex = extent_create("extio", (u_long) extiobase,
1047 error = extent_alloc(extio_ex, size, PAGE_SIZE, 0,
1072 if (extent_free(extio_ex, (vaddr_t)kva, size,

Completed in 68 milliseconds