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

/freebsd-10.1-release/sys/cam/
H A Dcam_periph.c716 size_t maxmap = DFLTPHYS; local
743 maxmap = MAXPHYS;
788 maxmap = MAXPHYS;
812 (((vm_offset_t)(*data_ptrs[i])) & PAGE_MASK)) > maxmap){
817 (u_long)maxmap);
/freebsd-10.1-release/sys/compat/ndis/
H A Dsubr_ndis.c1337 uint8_t dmasize, uint32_t physmapneeded, uint32_t maxmap)
1354 NULL, maxmap * nseg, nseg, maxmap, BUS_DMA_ALLOCNOW,
1336 NdisMAllocateMapRegisters(ndis_handle adapter, uint32_t dmachannel, uint8_t dmasize, uint32_t physmapneeded, uint32_t maxmap) argument
/freebsd-10.1-release/contrib/sendmail/src/
H A Dmap.c6446 int maxmap; local
6450 maxmap = 0;
6478 else if (maxmap >= MAXMAPSTACK)
6482 maxmap++;
6484 else if (maxmap < MAXMAPSTACK)
6486 map->map_stack[maxmap++] = &s->s_map;

Completed in 112 milliseconds