/openbmc/linux/drivers/net/netdevsim/ |
H A D | bpf.c | 372 mutex_lock(&nmap->mutex); in nsim_map_get_next_key() 402 mutex_lock(&nmap->mutex); in nsim_map_lookup_elem() 468 memset(&nmap->entry[idx], 0, sizeof(nmap->entry[idx])); in nsim_map_delete_elem() 497 nmap = kzalloc(sizeof(*nmap), GFP_KERNEL_ACCOUNT); in nsim_bpf_map_alloc() 498 if (!nmap) in nsim_bpf_map_alloc() 501 offmap->dev_priv = nmap; in nsim_bpf_map_alloc() 502 nmap->ns = ns; in nsim_bpf_map_alloc() 503 nmap->map = offmap; in nsim_bpf_map_alloc() 529 kfree(nmap); in nsim_bpf_map_alloc() 542 list_del_init(&nmap->l); in nsim_bpf_map_free() [all …]
|
/openbmc/openbmc/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 ++++++++---
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-nmap_1.6.0.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 \
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_attr_remote.c | 390 int nmap; in xfs_attr_rmtval_get() local 405 blkcnt, map, &nmap, in xfs_attr_rmtval_get() 409 ASSERT(nmap >= 1); in xfs_attr_rmtval_get() 482 int nmap; in xfs_attr_rmtval_set_value() local 502 nmap = 1; in xfs_attr_rmtval_set_value() 508 ASSERT(nmap == 1); in xfs_attr_rmtval_set_value() 611 int nmap; in xfs_attr_rmtval_set_blk() local 614 nmap = 1; in xfs_attr_rmtval_set_blk() 618 map, &nmap); in xfs_attr_rmtval_set_blk() 651 int nmap; in xfs_attr_rmtval_invalidate() local [all …]
|
H A D | xfs_da_btree.c | 2174 nmap = 1; in xfs_da_grow_inode_int() 2177 args->total, &map, &nmap); in xfs_da_grow_inode_int() 2189 nmap = min(XFS_BMAP_MAX_NMAP, c); in xfs_da_grow_inode_int() 2195 mapi += nmap; in xfs_da_grow_inode_int() 2604 int nmap = 1; in xfs_da_get_buf() local 2609 if (error || nmap == 0) in xfs_da_get_buf() 2641 int nmap = 1; in xfs_da_read_buf() local 2646 if (error || !nmap) in xfs_da_read_buf() 2679 int nmap; in xfs_da_reada_buf() local 2683 nmap = 1; in xfs_da_reada_buf() [all …]
|
H A D | xfs_bmap.h | 189 int *nmap, uint32_t flags); 192 xfs_extlen_t total, struct xfs_bmbt_irec *mval, int *nmap);
|
H A D | xfs_rtbitmap.c | 65 int nmap = 1; in xfs_rtbuf_get() local 70 error = xfs_bmapi_read(ip, block, 1, &map, &nmap, 0); in xfs_rtbuf_get() 74 if (XFS_IS_CORRUPT(mp, nmap == 0 || !xfs_bmap_is_written_extent(&map))) in xfs_rtbuf_get()
|
H A D | xfs_bmap.c | 488 int nmap, in xfs_bmap_validate_ret() argument 493 ASSERT(ret_nmap <= nmap); in xfs_bmap_validate_ret() 3875 int *nmap, in xfs_bmapi_read() argument 3889 ASSERT(*nmap >= 1); in xfs_bmapi_read() 3937 if (bno >= end || n >= *nmap) in xfs_bmapi_read() 3944 *nmap = n; in xfs_bmapi_read() 4388 orig_nmap = *nmap; in xfs_bmapi_write() 4391 ASSERT(*nmap >= 1); in xfs_bmapi_write() 4517 if (bno >= end || n >= *nmap || bma.nallocs >= *nmap) in xfs_bmapi_write() 4547 ASSERT(bma.nallocs >= *nmap); in xfs_bmapi_write() [all …]
|
/openbmc/linux/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()
|
H A D | rtsummary.c | 186 int nmap; in xchk_rtsum_compare() local 197 nmap = 1; in xchk_rtsum_compare() 198 error = xfs_bmapi_read(mp->m_rsumip, off, 1, &map, &nmap, in xchk_rtsum_compare() 203 if (nmap != 1 || !xfs_bmap_is_written_extent(&map)) { in xchk_rtsum_compare()
|
/openbmc/openbmc/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,"
|
/openbmc/openbmc/meta-security/recipes-security/ncrack/ |
H A D | ncrack_0.7.bb | 3 HOMEPAGE = "https://nmap.org/ncrack" 10 SRC_URI = "git://github.com/nmap/ncrack.git;branch=master;protocol=https"
|
/openbmc/linux/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 | 801 int nmap; /* number of block maps */ in xfs_growfs_rt_alloc() local 840 nmap = 1; in xfs_growfs_rt_alloc() 842 XFS_BMAPI_METADATA, 0, &map, &nmap); in xfs_growfs_rt_alloc()
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | umem_dmabuf.c | 20 unsigned int nmap = 0; in ib_umem_dmabuf_map_pages() local 41 nmap++; in ib_umem_dmabuf_map_pages() 63 umem_dmabuf->umem.sgt_append.sgt.nents = nmap; in ib_umem_dmabuf_map_pages()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-devtools/python/ |
H A D | python3-scapy_2.5.0.bb | 6 unit tests, attacks or network discovery (it can replace hping, 85% of nmap, \
|
/openbmc/qemu/tests/docker/dockerfiles/ |
H A D | alpine.docker | 77 nmap-ncat \
|
H A D | centos9.docker | 87 nmap-ncat \
|
H A D | fedora-win64-cross.docker | 44 nmap-ncat \
|
H A D | fedora.docker | 97 nmap-ncat \
|
/openbmc/openbmc-test-automation/network/ |
H A D | test_network_nping.robot | 68 # Starting Nping 0.6.47 ( http://nmap.org/nping ) at 2017-02-21 22:05 IST
|
/openbmc/linux/tools/testing/selftests/wireguard/qemu/ |
H A D | Makefile | 44 $(eval $(call tar_download,NMAP,nmap,7.92,.tgz,https://nmap.org/dist/,064183ea642dc4c12b1ab3b5358ce… 441 …ith-libdnet=included --without-liblua --with-liblinear=included --without-nmap-update --without-op…
|
/openbmc/openbmc/meta-security/recipes-core/packagegroup/ |
H A D | packagegroup-core-security.bb | 39 nmap \
|
/openbmc/qemu/scripts/coverity-scan/ |
H A D | coverity-scan.docker | 107 nmap-ncat \
|