| /OK3568_Linux_fs/kernel/drivers/net/netdevsim/ |
| H A D | bpf.c | 339 struct nsim_bpf_bound_map *nmap = offmap->dev_priv; in nsim_map_key_find() local 342 for (i = 0; i < ARRAY_SIZE(nmap->entry); i++) in nsim_map_key_find() 343 if (nsim_map_key_match(&offmap->map, &nmap->entry[i], key)) in nsim_map_key_find() 352 struct nsim_bpf_bound_map *nmap = offmap->dev_priv; in nsim_map_alloc_elem() local 354 nmap->entry[idx].key = kmalloc(offmap->map.key_size, in nsim_map_alloc_elem() 356 if (!nmap->entry[idx].key) in nsim_map_alloc_elem() 358 nmap->entry[idx].value = kmalloc(offmap->map.value_size, in nsim_map_alloc_elem() 360 if (!nmap->entry[idx].value) { in nsim_map_alloc_elem() 361 kfree(nmap->entry[idx].key); in nsim_map_alloc_elem() 362 nmap->entry[idx].key = NULL; in nsim_map_alloc_elem() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-security/nmap/files/ |
| H A D | nmap-replace-shtool-mkdir-with-coreutils-mkdir-command.patch | 12 nmap-update/Makefile.in | 2 +- 33 diff --git a/nmap-update/Makefile.in b/nmap-update/Makefile.in 35 --- a/nmap-update/Makefile.in 36 +++ b/nmap-update/Makefile.in 40 install: nmap-update 43 $(INSTALL) -c -m 755 nmap-update $(DESTDIR)$(bindir) 44 $(STRIP) -x $(DESTDIR)$(bindir)/nmap-update 45 $(INSTALL) -c -m 644 ../docs/nmap-update.1 $(DESTDIR)$(mandir)/man1/
|
| H A D | 0001-configure.ac-make-ndiff-depend-on-python3.patch | 14 .../nmap/7.80-r0/nmap-7.80/configure.ac | 11 ++++++++---
|
| H A D | 0001-Make-ndiff-support-python3.patch | 9 Refer to https://sources.debian.org/data/main/n/nmap/7.80+dfsg1-2/debian/patches/0004-Python3-port-… 450 - if scan.scanner is not None and scan.scanner != u"nmap": 452 + if scan.scanner is not None and scan.scanner != "nmap": 1320 - self.assertEqual(scan.scanner, u"nmap") 1322 - self.assertEqual(scan.args, u"nmap -oX empty.xml -p 1-100") 1323 + self.assertEqual(scan.scanner, "nmap") 1325 + self.assertEqual(scan.args, "nmap -oX empty.xml -p 1-100") 1333 - self.assertEqual(host.hostnames, [u"scanme.nmap.org"]) 1334 + self.assertEqual(host.hostnames, ["scanme.nmap.org"])
|
| /OK3568_Linux_fs/buildroot/package/nmap/ |
| H A D | Config.in | 2 bool "nmap" 14 http://nmap.org 36 bool "install nmap" 39 This option installs 'nmap' itself. 48 comment "nmap-nmap needs a toolchain w/ C++, threads"
|
| H A D | nmap.mk | 8 NMAP_SITE = https://nmap.org/dist 9 NMAP_SOURCE = nmap-$(NMAP_VERSION).tar.bz2 13 NMAP_LICENSE = nmap license 15 NMAP_CPE_ID_VENDOR = nmap 67 NMAP_MAKE_OPTS += nmap 68 NMAP_INSTALL_TARGET_OPTS += install-nmap
|
| H A D | nmap.hash | 1 # From https://nmap.org/dist/sigs/nmap-7.92.tar.bz2.digest.txt (lowercase) 2 sha256 a5479f2f8a6b0b2516767d2f7189c386c1dc858d997167d7ec5cfc798c7571a1 nmap-7.92.tar.bz2
|
| /OK3568_Linux_fs/kernel/fs/xfs/libxfs/ |
| H A D | xfs_attr_remote.c | 390 int nmap; in xfs_attr_rmtval_get() local 403 nmap = ATTR_RMTVALUE_MAPSIZE; in xfs_attr_rmtval_get() 405 blkcnt, map, &nmap, in xfs_attr_rmtval_get() 409 ASSERT(nmap >= 1); in xfs_attr_rmtval_get() 411 for (i = 0; (i < nmap) && (valuelen > 0); i++) { in xfs_attr_rmtval_get() 482 int nmap; in xfs_attr_rmtval_set_value() local 502 nmap = 1; in xfs_attr_rmtval_set_value() 504 blkcnt, &map, &nmap, in xfs_attr_rmtval_set_value() 508 ASSERT(nmap == 1); in xfs_attr_rmtval_set_value() 576 int nmap; in xfs_attr_rmtval_set() local [all …]
|
| H A D | xfs_da_btree.c | 2150 int nmap, error, got, i, mapi; in xfs_da_grow_inode_int() local 2162 nmap = 1; in xfs_da_grow_inode_int() 2165 args->total, &map, &nmap); in xfs_da_grow_inode_int() 2169 ASSERT(nmap <= 1); in xfs_da_grow_inode_int() 2170 if (nmap == 1) { in xfs_da_grow_inode_int() 2173 } else if (nmap == 0 && count > 1) { in xfs_da_grow_inode_int() 2183 nmap = min(XFS_BMAP_MAX_NMAP, count); in xfs_da_grow_inode_int() 2187 args->total, &mapp[mapi], &nmap); in xfs_da_grow_inode_int() 2190 if (nmap < 1) in xfs_da_grow_inode_int() 2192 mapi += nmap; in xfs_da_grow_inode_int() [all …]
|
| H A D | xfs_bmap.h | 205 int *nmap, int flags); 208 xfs_extlen_t total, struct xfs_bmbt_irec *mval, int *nmap);
|
| H A D | xfs_rtbitmap.c | 64 int nmap = 1; in xfs_rtbuf_get() local 69 error = xfs_bmapi_read(ip, block, 1, &map, &nmap, 0); in xfs_rtbuf_get() 73 if (XFS_IS_CORRUPT(mp, nmap == 0 || !xfs_bmap_is_written_extent(&map))) in xfs_rtbuf_get()
|
| H A D | xfs_bmap.c | 487 int nmap, in xfs_bmap_validate_ret() argument 492 ASSERT(ret_nmap <= nmap); in xfs_bmap_validate_ret() 518 #define xfs_bmap_validate_ret(bno,len,flags,mval,onmap,nmap) do { } while (0) argument 3870 int *nmap, in xfs_bmapi_read() argument 3884 ASSERT(*nmap >= 1); in xfs_bmapi_read() 3911 while (bno < end && n < *nmap) { in xfs_bmapi_read() 3934 if (bno >= end || n >= *nmap) in xfs_bmapi_read() 3941 *nmap = n; in xfs_bmapi_read() 4317 int *nmap) /* i/o: mval size/count */ in xfs_bmapi_write() argument 4344 orig_nmap = *nmap; in xfs_bmapi_write() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-nmap_1.5.1.bb | 1 DESCRIPTION = "python-nmap is a python library which helps in using nmap port scanner" 9 PYPI_PACKAGE = "python3-nmap" 15 RDEPENDS:${PN} += "nmap \
|
| /OK3568_Linux_fs/external/xserver/hw/xnest/ |
| H A D | Pointer.c | 54 int nmap; in xnestPointerProc() local 59 nmap = XGetPointerMapping(xnestDisplay, map, MAXBUTTONS); in xnestPointerProc() 60 for (i = 0; i <= nmap; i++) in xnestPointerProc() 78 InitPointerDeviceStruct(&pDev->public, map, nmap, btn_labels, in xnestPointerProc()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/core/ |
| H A D | umem.c | 52 if (umem->nmap > 0) in __ib_umem_release() 108 for_each_sg(umem->sg_head.sgl, sg, umem->nmap, i) { in ib_umem_find_best_pgsz() 118 if (i != (umem->nmap - 1)) in ib_umem_find_best_pgsz() 238 umem->nmap = in ib_umem_get() 242 if (!umem->nmap) { in ib_umem_get()
|
| /OK3568_Linux_fs/kernel/fs/xfs/scrub/ |
| H A D | rtbitmap.c | 70 int nmap; in xchk_rtbitmap_check_extents() local 79 nmap = 1; in xchk_rtbitmap_check_extents() 81 mp->m_sb.sb_rbmblocks - off, &map, &nmap, in xchk_rtbitmap_check_extents() 86 if (nmap != 1 || !xfs_bmap_is_written_extent(&map)) { in xchk_rtbitmap_check_extents()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-security/nmap/ |
| H A D | nmap_7.80.bb | 8 SRC_URI = "http://nmap.org/dist/${BP}.tar.bz2 \ 9 file://nmap-redefine-the-python-library-dir.patch \ 10 file://nmap-replace-shtool-mkdir-with-coreutils-mkdir-command.patch \ 34 PACKAGECONFIG[update] = ",--without-nmap-update,"
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_attr_inactive.c | 40 int nmap; in xfs_attr3_rmt_stale() local 51 nmap = 1; in xfs_attr3_rmt_stale() 53 &map, &nmap, XFS_BMAPI_ATTRFORK); in xfs_attr3_rmt_stale() 56 if (XFS_IS_CORRUPT(dp->i_mount, nmap != 1)) in xfs_attr3_rmt_stale()
|
| H A D | xfs_rtalloc.c | 779 int nmap; /* number of block maps */ in xfs_growfs_rt_alloc() local 810 nmap = 1; in xfs_growfs_rt_alloc() 812 XFS_BMAPI_METADATA, 0, &map, &nmap); in xfs_growfs_rt_alloc() 813 if (!error && nmap < 1) in xfs_growfs_rt_alloc()
|
| /OK3568_Linux_fs/kernel/include/rdma/ |
| H A D | ib_umem.h | 27 int nmap; member 54 __rdma_block_iter_start(biter, umem->sg_head.sgl, umem->nmap, pgsz); in __rdma_umem_block_iter_start()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/ |
| H A D | mem.c | 66 for_each_sg(umem->sg_head.sgl, sg, umem->nmap, entry) { in mlx5_ib_cont_pages() 131 for_each_sg(umem->sg_head.sgl, sg, umem->nmap, entry) { in __mlx5_ib_populate_pas()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-devtools/python/ |
| H A D | python3-scapy_2.4.5.bb | 6 unit tests, attacks or network discovery (it can replace hping, 85% of nmap, \
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/wireguard/qemu/ |
| H A D | Makefile | 49 $(eval $(call tar_download,NMAP,nmap,7.80,.tar.bz2,https://nmap.org/dist/,fcfa5a0e42099e12e4bf7a68e… 362 …ith-libdnet=included --without-liblua --with-liblinear=included --without-nmap-update --without-op…
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx4/ |
| H A D | mr.c | 203 for_each_sg(umem->sg_head.sgl, sg, umem->nmap, i) { in mlx4_ib_umem_write_mtt() 276 for_each_sg(umem->sg_head.sgl, sg, umem->nmap, i) { in mlx4_ib_umem_calc_optimal_mtt_size()
|
| /OK3568_Linux_fs/buildroot/package/busybox/ |
| H A D | busybox.mk | 56 $(if $(BR2_PACKAGE_NMAP),nmap) \
|