Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/hid/
HDhidmap.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()
HDhidmap.h197 int nmaps; member
/freebsd-13-stable/sys/dev/sfxge/
HDsfxge_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()
1816 unsigned int nmaps; in sfxge_tx_qinit() local
1856 for (nmaps = 0; nmaps < sc->txq_entries; nmaps++) { in sfxge_tx_qinit()
1858 &txq->stmp[nmaps].map); in sfxge_tx_qinit()
1921 while (nmaps-- != 0) in sfxge_tx_qinit()
1922 bus_dmamap_destroy(txq->packet_dma_tag, txq->stmp[nmaps].map); in sfxge_tx_qinit()
/freebsd-13-stable/lib/libc/db/hash/
HDhash.h112 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-13-stable/contrib/sendmail/src/
HDconf.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)
HDmap.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++)
HDreadcf.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-13-stable/sys/ofed/include/rdma/
HDrdmavt_qp.h410 u32 nmaps; /* size of the map table */ member