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

  /src/sys/arch/emips/emips/
machdep.c 92 * 32 regions in the map. iomap_ex_malloc_safe will indicate that it's
98 static int iomap_ex_malloc_safe; variable in typeref:typename:int
383 (iomap_ex_malloc_safe ? EX_MALLOCOK : 0), (u_long *)&addr);
415 EX_NOWAIT | (iomap_ex_malloc_safe ? EX_MALLOCOK : 0)))
458 iomap_ex_malloc_safe = 1;
  /src/sys/arch/vax/vax/
machdep.c 156 * 32 regions in the map. iomap_ex_malloc_safe will indicate that it's
162 static int iomap_ex_malloc_safe; variable in typeref:typename:int
217 iomap_ex_malloc_safe = 1;
538 (iomap_ex_malloc_safe ? EX_MALLOCOK : 0), &addr);
569 (iomap_ex_malloc_safe ? EX_MALLOCOK : 0)))

Completed in 13 milliseconds