Home
last modified time | relevance | path

Searched refs:nmap (Results 1 – 20 of 20) sorted by relevance

/freebsd-13.1/sys/ofed/drivers/infiniband/core/
H A Dib_umem.c59 if (umem->nmap > 0) in __ib_umem_release()
61 umem->nmap, in __ib_umem_release()
203 umem->nmap = ib_dma_map_sg_attrs(context->device, in ib_umem_get()
209 if (umem->nmap <= 0) { in ib_umem_get()
315 for_each_sg(umem->sg_head.sgl, sg, umem->nmap, i) in ib_umem_page_count()
345 ret = sg_pcopy_to_buffer(umem->sg_head.sgl, umem->nmap, dst, length, in ib_umem_copy_from()
/freebsd-13.1/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mem.c63 for_each_sg(umem->sg_head.sgl, sg, umem->nmap, entry) { in mlx5_ib_cont_pages()
158 for_each_sg(umem->sg_head.sgl, sg, umem->nmap, entry) { in __mlx5_ib_populate_pas()
/freebsd-13.1/contrib/tcpdump/
H A Dprint-isakmp.c916 const struct attrmap *map, size_t nmap) in ikev1_attrmap_print() argument
936 if (map && t < nmap && map[t].type) in ikev1_attrmap_print()
1243 size_t nmap; in ikev1_t_print() local
1261 nmap = sizeof(ipsec_t_map)/sizeof(ipsec_t_map[0]); in ikev1_t_print()
1266 nmap = sizeof(ipsec_t_map)/sizeof(ipsec_t_map[0]); in ikev1_t_print()
1276 nmap = 0; in ikev1_t_print()
1287 if (map && nmap) in ikev1_t_print()
1916 size_t nmap; in ikev2_t_print() local
1927 nmap = 0; in ikev2_t_print()
1933 nmap = sizeof(encr_t_map)/sizeof(encr_t_map[0]); in ikev2_t_print()
[all …]
/freebsd-13.1/sys/ofed/include/rdma/
H A Dib_umem.h59 int nmap; member
/freebsd-13.1/tools/tools/editing/
H A Dfreebsd.vim39 nmap <silent> <Leader>f :call FreeBSD_Style()<CR>
/freebsd-13.1/contrib/wpa/src/utils/
H A Deloop.c286 struct pollfd **nmap; in eloop_sock_table_add_sock() local
287 nmap = os_realloc_array(eloop.pollfds_map, new_max_sock + 50, in eloop_sock_table_add_sock()
289 if (nmap == NULL) in eloop_sock_table_add_sock()
293 eloop.pollfds_map = nmap; in eloop_sock_table_add_sock()
/freebsd-13.1/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_zcopy.c68 BUG_ON(!chunk->nmap); in sdp_post_srcavail()
471 for (j = 0; j < chunk->nmap; ++j) { in sdp_alloc_fmr()
/freebsd-13.1/sys/dev/cxgbe/iw_cxgbe/
H A Dmem.c493 n = mhp->umem->nmap; in c4iw_reg_user_mr()
505 for_each_sg(mhp->umem->sg_head.sgl, sg, mhp->umem->nmap, entry) { in c4iw_reg_user_mr()
/freebsd-13.1/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mr.c109 for_each_sg(umem->sg_head.sgl, sg, umem->nmap, entry) { in mlx4_ib_umem_write_mtt()
/freebsd-13.1/sys/cddl/boot/zfs/
H A Dzfssubr.c844 vdev_raidz_matrix_init(raidz_map_t *rm, int n, int nmap, int *map, in vdev_raidz_matrix_init() argument
855 for (i = 0; i < nmap; i++) { in vdev_raidz_matrix_init()
/freebsd-13.1/sys/dev/mthca/
H A Dmthca_provider.c939 n = mr->umem->nmap; in mthca_reg_user_mr()
957 for_each_sg(mr->umem->sg_head.sgl, sg, mr->umem->nmap, entry) { in mthca_reg_user_mr()
/freebsd-13.1/usr.sbin/bsdconfig/console/include/
H A Dmessages.subr191 …hardware\nwhere this is not possible (e.g. monochrome adapters), a screen\nmap will give you the b…
/freebsd-13.1/sys/kern/
H A Dkern_descrip.c1886 NDSLOTTYPE *nmap, *omap; in fdgrowtable() local
1923 nmap = malloc(NDSLOTS(nnfiles) * NDSLOTSIZE, M_FILEDESC, in fdgrowtable()
1926 memcpy(nmap, omap, NDSLOTS(onfiles) * sizeof(*omap)); in fdgrowtable()
1927 fdp->fd_map = nmap; in fdgrowtable()
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz.c981 vdev_raidz_matrix_init(raidz_row_t *rr, int n, int nmap, int *map, in vdev_raidz_matrix_init() argument
992 for (i = 0; i < nmap; i++) { in vdev_raidz_matrix_init()
/freebsd-13.1/tools/tools/tinybsd/conf/firewall/etc/
H A Dpf.os157 # the case that X is a NAT firewall. While nmap is talking to the
/freebsd-13.1/tools/tools/tinybsd/conf/wireless/etc/
H A Dpf.os157 # the case that X is a NAT firewall. While nmap is talking to the
/freebsd-13.1/sbin/pfctl/
H A Dpf.os163 # the case that X is a NAT firewall. While nmap is talking to the
/freebsd-13.1/usr.sbin/services_mkdb/
H A Dservices1269 nmap 689/tcp
1270 nmap 689/udp
/freebsd-13.1/sys/dev/qlnx/qlnxr/
H A Dqlnxr_verbs.c1417 for_each_sg(umem->sg_head.sgl, sg, umem->nmap, entry) {
1421 for (i = 0; i < chunk->nmap; i++) {
/freebsd-13.1/contrib/tcsh/
H A Dcomplete.tcsh659 complete nmap 'n@-e@`ifconfig -l`@' 'p/*/$hostnames/'