Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/sfxge/
HDsfxge_tx.c1783 unsigned int nmaps; in sfxge_tx_qfini() local
1795 nmaps = sc->txq_entries; in sfxge_tx_qfini()
1796 while (nmaps-- != 0) in sfxge_tx_qfini()
1797 bus_dmamap_destroy(txq->packet_dma_tag, txq->stmp[nmaps].map); in sfxge_tx_qfini()
1823 unsigned int nmaps; in sfxge_tx_qinit() local
1863 for (nmaps = 0; nmaps < sc->txq_entries; nmaps++) { in sfxge_tx_qinit()
1865 &txq->stmp[nmaps].map); in sfxge_tx_qinit()
1928 while (nmaps-- != 0) in sfxge_tx_qinit()
1929 bus_dmamap_destroy(txq->packet_dma_tag, txq->stmp[nmaps].map); in sfxge_tx_qinit()
/freebsd-11-stable/lib/libc/db/hash/
HDhash.h111 int nmaps; /* Initial number of bitmaps */ member
HDhash_page.c627 hashp->nmaps++; in __ibitmap()
909 if (ndx >= hashp->nmaps) in fetch_bitmap()
HDhash.c175 hashp->nmaps = bpages; in __hash_open()
416 for (i = 0; i < hashp->nmaps; i++) in hdestroy()
/freebsd-11-stable/contrib/sendmail/src/
HDconf.c772 int nmaps; in inithostmaps() local
796 nmaps = switch_map_find("aliases", maptype, mapreturn); in inithostmaps()
797 for (i = 0; i < nmaps; i++) in inithostmaps()
4395 int nmaps; local
4428 nmaps = switch_map_find("hosts", maptype, mapreturn);
4429 while (--nmaps >= 0)
4431 if (strcmp(maptype[nmaps], "nis") == 0 ||
4432 strcmp(maptype[nmaps], "files") == 0)
4436 if (nmaps >= 0)
HDmap.c744 int nmaps; local
757 nmaps = switch_map_find("hosts", maptype, mapreturn);
760 for (mapno = 0; mapno < nmaps; mapno++)
6987 int nmaps; local
6995 nmaps = switch_map_find(map->map_file, maptype, map->map_return);
6998 sm_dprintf("\tswitch_map_find => %d\n", nmaps);
6999 for (mapno = 0; mapno < nmaps; mapno++)
7002 if (nmaps <= 0 || nmaps > MAXMAPSTACK)
7005 for (mapno = 0; mapno < nmaps; mapno++)
HDreadcf.c780 int nmaps; local
784 nmaps = switch_map_find("hosts", maptype, mapreturn);
786 if (nmaps > 0 && nmaps <= MAXMAPSTACK)
790 for (mapno = 0; mapno < nmaps && !UseNameServer;
/freebsd-11-stable/sys/ofed/include/rdma/
HDrdmavt_qp.h412 u32 nmaps; /* size of the map table */ member