HomeSort by: relevance | last modified time | path
    Searched refs:extio_ex_malloc_safe (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/hp300/include/
autoconf.h 48 extern int extio_ex_malloc_safe;
  /src/sys/arch/hp300/hp300/
bus_space.c 77 EX_FAST | EX_NOWAIT | (extio_ex_malloc_safe ? EX_MALLOCOK : 0),
153 EX_NOWAIT | (extio_ex_malloc_safe ? EX_MALLOCOK : 0)))
autoconf.c 185 * allocate storate for 8 regions in the map. extio_ex_malloc_safe
191 int extio_ex_malloc_safe; variable in typeref:typename:int
1048 EX_FAST | EX_NOWAIT | (extio_ex_malloc_safe ? EX_MALLOCOK : 0),
1073 EX_NOWAIT | (extio_ex_malloc_safe ? EX_MALLOCOK : 0)))
machdep.c 334 extio_ex_malloc_safe = 1;

Completed in 13 milliseconds