| /freebsd-13.1/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_umem.c | 59 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 D | mlx5_ib_mem.c | 63 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 D | print-isakmp.c | 916 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 D | ib_umem.h | 59 int nmap; member
|
| /freebsd-13.1/tools/tools/editing/ |
| H A D | freebsd.vim | 39 nmap <silent> <Leader>f :call FreeBSD_Style()<CR>
|
| /freebsd-13.1/contrib/wpa/src/utils/ |
| H A D | eloop.c | 286 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 D | sdp_zcopy.c | 68 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 D | mem.c | 493 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 D | mlx4_ib_mr.c | 109 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 D | zfssubr.c | 844 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 D | mthca_provider.c | 939 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 D | messages.subr | 191 …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 D | kern_descrip.c | 1886 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 D | vdev_raidz.c | 981 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 D | pf.os | 157 # 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 D | pf.os | 157 # the case that X is a NAT firewall. While nmap is talking to the
|
| /freebsd-13.1/sbin/pfctl/ |
| H A D | pf.os | 163 # the case that X is a NAT firewall. While nmap is talking to the
|
| /freebsd-13.1/usr.sbin/services_mkdb/ |
| H A D | services | 1269 nmap 689/tcp 1270 nmap 689/udp
|
| /freebsd-13.1/sys/dev/qlnx/qlnxr/ |
| H A D | qlnxr_verbs.c | 1417 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 D | complete.tcsh | 659 complete nmap 'n@-e@`ifconfig -l`@' 'p/*/$hostnames/'
|