Searched refs:bufferhdr_map (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/bsd/dev/
H A Dunix_startup.c99 vm_map_t bufferhdr_map; variable
144 &bufferhdr_map);
147 panic("Failed to create bufferhdr_map");
149 ret = kernel_memory_allocate(bufferhdr_map,
156 panic("Failed to allocate bufferhdr_map");

Completed in 19 milliseconds