machdep.c | 1571 struct extent *io_space = NULL; variable in typeref:struct:extent * 2236 if (io_space == NULL) 2240 io_space = extent_create("IOSPACE", 2302 if ((err = extent_alloc(io_space, size, PAGE_SIZE, 2304 panic("sparc_bus_map: cannot allocate io_space: %d", err); 2355 error = extent_free(io_space, va, size, EX_NOWAIT);
|