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

/freebsd-current/sys/dev/hid/
H A Dhidmap.c100 if (*map >= hm->nmaps)
510 for (i = 0; i < hm->nmaps; i++)
527 KASSERT(hm->nmaps < HIDMAP_MAX_MAPS,
530 hm->map[hm->nmaps] = map;
531 hm->nmap_items[hm->nmaps] = nitems_map;
532 hm->nmaps++;
689 for (i = 0; i < hm->nmaps; i++) {
H A Dhidmap.h197 int nmaps; member in struct:hidmap
/freebsd-current/lib/libc/db/hash/
H A Dhash.h110 int nmaps; /* Initial number of bitmaps */ member in struct:htab
H A Dhash.c171 hashp->nmaps = bpages;
412 for (i = 0; i < hashp->nmaps; i++)
H A Dhash_page.c623 hashp->nmaps++;
904 if (ndx >= hashp->nmaps)
/freebsd-current/sys/dev/sfxge/
H A Dsfxge_tx.c1776 unsigned int nmaps; local
1788 nmaps = sc->txq_entries;
1789 while (nmaps-- != 0)
1790 bus_dmamap_destroy(txq->packet_dma_tag, txq->stmp[nmaps].map);
1815 unsigned int nmaps; local
1853 for (nmaps = 0; nmaps < sc->txq_entries; nmaps++) {
1855 &txq->stmp[nmaps].map);
1918 while (nmaps
[all...]
/freebsd-current/sys/ofed/include/rdma/
H A Drdmavt_qp.h410 u32 nmaps; /* size of the map table */ member in struct:rvt_qpn_table
/freebsd-current/contrib/sendmail/src/
H A Dconf.c777 int nmaps; local
801 nmaps = switch_map_find("aliases", maptype, mapreturn);
802 for (i = 0; i < nmaps; i++)
4400 int nmaps; local
4437 nmaps = switch_map_find("hosts", maptype, mapreturn);
4438 while (--nmaps >= 0)
4440 if (strcmp(maptype[nmaps], "nis") == 0 ||
4441 strcmp(maptype[nmaps], "files") == 0)
4445 if (nmaps >= 0)
H A Dmap.c976 int nmaps; local
989 nmaps = switch_map_find("hosts", maptype, mapreturn);
992 for (mapno = 0; mapno < nmaps; mapno++)
7250 int nmaps; local
7258 nmaps = switch_map_find(map->map_file, maptype, map->map_return);
7261 sm_dprintf("\tswitch_map_find => %d\n", nmaps);
7262 for (mapno = 0; mapno < nmaps; mapno++)
7265 if (nmaps <= 0 || nmaps > MAXMAPSTACK)
7268 for (mapno = 0; mapno < nmaps; mapn
[all...]
H A Dreadcf.c827 int nmaps; local
831 nmaps = switch_map_find("hosts", maptype, mapreturn);
833 if (nmaps > 0 && nmaps <= MAXMAPSTACK)
837 for (mapno = 0; mapno < nmaps && !UseNameServer;

Completed in 133 milliseconds