Home
last modified time | relevance | path

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

/freebsd/sys/dev/hid/
H A Dhidmap.c100 if (*map >= hm->nmaps) in hidmap_get_next_map_item()
510 for (i = 0; i < hm->nmaps; i++) in hidmap_add_map()
527 KASSERT(hm->nmaps < HIDMAP_MAX_MAPS, in hidmap_add_map()
530 hm->map[hm->nmaps] = map; in hidmap_add_map()
531 hm->nmap_items[hm->nmaps] = nitems_map; in hidmap_add_map()
532 hm->nmaps++; in hidmap_add_map()
689 for (i = 0; i < hm->nmaps; i++) { in hidmap_parse_hid_descr()
H A Dhidmap.h197 int nmaps; member
/freebsd/sys/dev/sfxge/
H A Dsfxge_tx.c1776 unsigned int nmaps; in sfxge_tx_qfini() local
1788 nmaps = sc->txq_entries; in sfxge_tx_qfini()
1789 while (nmaps-- != 0) in sfxge_tx_qfini()
1790 bus_dmamap_destroy(txq->packet_dma_tag, txq->stmp[nmaps].map); in sfxge_tx_qfini()
1815 unsigned int nmaps; in sfxge_tx_qinit() local
1853 for (nmaps = 0; nmaps < sc->txq_entries; nmaps++) { in sfxge_tx_qinit()
1855 &txq->stmp[nmaps].map); in sfxge_tx_qinit()
1918 while (nmaps-- != 0) in sfxge_tx_qinit()
1919 bus_dmamap_destroy(txq->packet_dma_tag, txq->stmp[nmaps].map); in sfxge_tx_qinit()
/freebsd/lib/libc/db/hash/
H A Dhash.h110 int nmaps; /* Initial number of bitmaps */ member
H A Dhash_page.c623 hashp->nmaps++; in __ibitmap()
904 if (ndx >= hashp->nmaps) in fetch_bitmap()
H A Dhash.c171 hashp->nmaps = bpages; in __hash_open()
412 for (i = 0; i < hashp->nmaps; i++) in hdestroy()
/freebsd/contrib/sendmail/src/
H A Dconf.c777 int nmaps; in inithostmaps() local
801 nmaps = switch_map_find("aliases", maptype, mapreturn); in inithostmaps()
802 for (i = 0; i < nmaps; i++) in inithostmaps()
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; mapno++)
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;
/freebsd/sys/ofed/include/rdma/
H A Drdmavt_qp.h410 u32 nmaps; /* size of the map table */ member