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

/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Dib_umem.c59 if (umem->nmap > 0)
61 umem->nmap,
203 umem->nmap = ib_dma_map_sg_attrs(context->device,
209 if (umem->nmap <= 0) {
315 for_each_sg(umem->sg_head.sgl, sg, umem->nmap, i)
345 ret = sg_pcopy_to_buffer(umem->sg_head.sgl, umem->nmap, dst, length,
/freebsd-12-stable/sys/ofed/include/rdma/
H A Dib_umem.h59 int nmap; member in struct:ib_umem
/freebsd-12-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mem.c73 for_each_sg(umem->sg_head.sgl, sg, umem->nmap, entry) {
175 for_each_sg(umem->sg_head.sgl, sg, umem->nmap, entry) {
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-isakmp.c916 const struct attrmap *map, size_t nmap)
936 if (map && t < nmap && map[t].type)
944 if (map && t < nmap && v < map[t].nvalue && map[t].value[v])
1243 size_t nmap; local
1256 nmap = sizeof(oakley_t_map)/sizeof(oakley_t_map[0]);
1261 nmap = sizeof(ipsec_t_map)/sizeof(ipsec_t_map[0]);
1266 nmap = sizeof(ipsec_t_map)/sizeof(ipsec_t_map[0]);
1271 nmap = sizeof(ipsec_t_map)/sizeof(ipsec_t_map[0]);
1276 nmap = 0;
1287 if (map && nmap)
914 ikev1_attrmap_print(netdissect_options *ndo, const u_char *p, const u_char *ep2, const struct attrmap *map, size_t nmap) argument
1758 size_t nmap = sizeof(oakley_t_map)/sizeof(oakley_t_map[0]); local
1916 size_t nmap; local
[all...]
/freebsd-12-stable/tools/tools/editing/
H A Dfreebsd.vim39 nmap <silent> <Leader>f :call FreeBSD_Style()<CR>
/freebsd-12-stable/contrib/wpa/src/utils/
H A Deloop.c284 struct pollfd **nmap; local
285 nmap = os_realloc_array(eloop.pollfds_map, new_max_sock + 50,
287 if (nmap == NULL)
291 eloop.pollfds_map = nmap;
/freebsd-12-stable/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-12-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dmem.c493 n = mhp->umem->nmap;
505 for_each_sg(mhp->umem->sg_head.sgl, sg, mhp->umem->nmap, entry) {
/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_zcopy.c68 BUG_ON(!chunk->nmap);
471 for (j = 0; j < chunk->nmap; ++j) {
/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mr.c109 for_each_sg(umem->sg_head.sgl, sg, umem->nmap, entry) {
/freebsd-12-stable/sys/cddl/boot/zfs/
H A Dzfssubr.c844 vdev_raidz_matrix_init(raidz_map_t *rm, int n, int nmap, int *map, argument
855 for (i = 0; i < nmap; i++) {
/freebsd-12-stable/sys/dev/mthca/
H A Dmthca_provider.c939 n = mr->umem->nmap;
957 for_each_sg(mr->umem->sg_head.sgl, sg, mr->umem->nmap, entry) {
/freebsd-12-stable/sys/kern/
H A Dkern_descrip.c1729 NDSLOTTYPE *nmap, *omap; local
1774 nmap = malloc(NDSLOTS(nnfiles) * NDSLOTSIZE, M_FILEDESC,
1777 memcpy(nmap, omap, NDSLOTS(onfiles) * sizeof(*omap));
1778 fdp->fd_map = nmap;
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_raidz.c1253 vdev_raidz_matrix_init(raidz_map_t *rm, int n, int nmap, int *map, argument
1264 for (i = 0; i < nmap; i++) {

Completed in 327 milliseconds