Searched refs:nmaps (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/dev/hid/ |
H A D | hidmap.c | 100 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 D | hidmap.h | 197 int nmaps; member
|
/freebsd/sys/dev/sfxge/ |
H A D | sfxge_tx.c | 1776 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 D | hash.h | 110 int nmaps; /* Initial number of bitmaps */ member
|
H A D | hash_page.c | 623 hashp->nmaps++; in __ibitmap() 904 if (ndx >= hashp->nmaps) in fetch_bitmap()
|
H A D | hash.c | 171 hashp->nmaps = bpages; in __hash_open() 412 for (i = 0; i < hashp->nmaps; i++) in hdestroy()
|
/freebsd/contrib/sendmail/src/ |
H A D | conf.c | 777 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 D | map.c | 976 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 D | readcf.c | 827 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 D | rdmavt_qp.h | 410 u32 nmaps; /* size of the map table */ member
|