sys/vm/vm_contig.c
552
return contigmalloc_map(size, type, flags, low, high, alignment,
sys/vm/vm_contig.c
612
return ((vm_offset_t)contigmalloc_map(size, M_DEVBUF, M_NOWAIT, low,
sys/vm/vm_kern.h
110
extern void *contigmalloc_map(u_long, struct malloc_type *, int,