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

/freebsd-10.3-release/sys/cam/
H A Dcam_periph.c720 u_int maxmap)
728 if (maxmap == 0)
729 maxmap = DFLTPHYS; /* traditional default */
730 else if (maxmap > MAXPHYS)
731 maxmap = MAXPHYS; /* for safety */
757 maxmap = MAXPHYS;
802 maxmap = MAXPHYS;
826 (((vm_offset_t)(*data_ptrs[i])) & PAGE_MASK)) > maxmap){
831 (u_long)maxmap);
719 cam_periph_mapmem(union ccb *ccb, struct cam_periph_map_info *mapinfo, u_int maxmap) argument
H A Dcam_periph.h164 u_int maxmap);
/freebsd-10.3-release/sys/cam/scsi/
H A Dscsi_pass.c1295 size_t maxmap; local
1304 maxmap = 0;
1349 maxmap = softc->maxio;
1367 maxmap = softc->maxio;
1379 maxmap = softc->maxio;
1410 if (maxmap == 0)
1413 if (lengths[i] <= maxmap)
1417 "bytes\n", __func__, lengths[i], maxmap);
/freebsd-10.3-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.3-release/contrib/sendmail/src/
H A Dmap.c6460 int maxmap; local
6464 maxmap = 0;
6492 else if (maxmap >= MAXMAPSTACK)
6496 maxmap++;
6498 else if (maxmap < MAXMAPSTACK)
6500 map->map_stack[maxmap++] = &s->s_map;

Completed in 171 milliseconds