Searched refs:nmap (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.0-release/contrib/groff/src/utils/afmtodit/
H A Dafmtodit.pl6224 my (%nmap, %map);
6245 $nmap{$field[0]} += 0;
6246 $map{$field[0], $nmap{$field[0]}} = $field[1];
6247 $nmap{$field[0]} += 1;
6254 $nmap{$unicodepsname} += 0;
6255 $map{$unicodepsname, $nmap{$unicodepsname}} = $field[1];
6256 $nmap{$unicodepsname} += 1;
6276 if ($nmap{$ch}) {
6277 for (my $j = 0; $j < $nmap{$ch}; $j++) {
6391 $nmap{
[all...]
/freebsd-10.0-release/sys/ofed/include/rdma/
H A Dib_umem.h81 int nmap; member in struct:ib_umem_chunk
/freebsd-10.0-release/sys/ofed/drivers/infiniband/core/
H A Dumem.c277 chunk->nmap = ib_dma_map_sg_attrs(context->device,
282 if (chunk->nmap <= 0) {
408 chunk->nmap = ib_dma_map_sg_attrs(context->device,
413 if (chunk->nmap != chunk->nents) {
527 for (i = 0; i < chunk->nmap; ++i)
/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-isakmp.c470 const struct attrmap *map, size_t nmap)
488 if (map && t < nmap && map[t].type)
495 if (map && t < nmap && v < map[t].nvalue && map[t].value[v])
775 size_t nmap; local
788 nmap = sizeof(oakley_t_map)/sizeof(oakley_t_map[0]);
793 nmap = sizeof(ipsec_t_map)/sizeof(ipsec_t_map[0]);
798 nmap = sizeof(ipsec_t_map)/sizeof(ipsec_t_map[0]);
803 nmap = sizeof(ipsec_t_map)/sizeof(ipsec_t_map[0]);
808 nmap = 0;
819 if (map && nmap) {
468 ikev1_attrmap_print(netdissect_options *ndo, const u_char *p, const u_char *ep, const struct attrmap *map, size_t nmap) argument
1289 size_t nmap = sizeof(oakley_t_map)/sizeof(oakley_t_map[0]); local
1435 size_t nmap; local
[all...]
/freebsd-10.0-release/tools/tools/editing/
H A Dfreebsd.vim39 nmap <silent> <Leader>f :call FreeBSD_Style()<CR>
/freebsd-10.0-release/contrib/wpa/src/utils/
H A Deloop.c155 struct pollfd **nmap; local
156 nmap = os_realloc_array(eloop.pollfds_map, new_max_sock + 50,
158 if (nmap == NULL)
162 eloop.pollfds_map = nmap;
/freebsd-10.0-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmr.c224 for (j = 0; j < chunk->nmap; ++j) {
367 for (j = 0; j < chunk->nmap; ++j) {
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dprocfs.c5344 int nmap; local
5365 nmap = sbuf.st_size / sizeof (prmap_t);
5366 prmaps = (struct prmap *) alloca ((nmap + 1) * sizeof (*prmaps));
5367 if (read (map_fd, (char *) prmaps, nmap * sizeof (*prmaps))
5368 != (nmap * sizeof (*prmaps)))
5372 if (ioctl (pi->ctl_fd, PIOCNMAP, &nmap) != 0)
5375 prmaps = (struct prmap *) alloca ((nmap + 1) * sizeof (*prmaps));
5380 for (prmap = prmaps; nmap > 0; prmap++, nmap--)
/freebsd-10.0-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_zcopy.c66 BUG_ON(!chunk->nmap);
469 for (j = 0; j < chunk->nmap; ++j) {
/freebsd-10.0-release/sys/cddl/boot/zfs/
H A Dzfssubr.c754 vdev_raidz_matrix_init(raidz_map_t *rm, int n, int nmap, int *map, argument
765 for (i = 0; i < nmap; i++) {
/freebsd-10.0-release/sys/dev/cxgbe/iw_cxgbe/
H A Dmem.c615 for (j = 0; j < chunk->nmap; ++j) {
/freebsd-10.0-release/sys/kern/
H A Dkern_descrip.c1506 NDSLOTTYPE *nmap, *omap; local
1532 nmap = malloc(NDSLOTS(nnfiles) * NDSLOTSIZE, M_FILEDESC,
1537 memcpy(nmap, omap, NDSLOTS(onfiles) * sizeof(*omap));
1542 fdp->fd_map = nmap;
/freebsd-10.0-release/contrib/tcsh/
H A Dcomplete.tcsh636 complete nmap 'n@-e@`ifconfig -l`@' 'p/*/$hostnames/'
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_raidz.c1099 vdev_raidz_matrix_init(raidz_map_t *rm, int n, int nmap, int *map, argument
1110 for (i = 0; i < nmap; i++) {
/freebsd-10.0-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_provider.c596 for (j = 0; j < chunk->nmap; ++j) {
/freebsd-10.0-release/etc/
H A Dservices1280 nmap 689/tcp
1281 nmap 689/udp
/freebsd-10.0-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_provider.c1067 for (j = 0; j < chunk->nmap; ++j) {

Completed in 355 milliseconds