Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/net/netdevsim/
H A Dbpf.c372 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 Dnmap-replace-shtool-mkdir-with-coreutils-mkdir-command.patch12 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 D0001-configure.ac-make-ndiff-depend-on-python3.patch14 .../nmap/7.80-r0/nmap-7.80/configure.ac | 11 ++++++++---
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-nmap_1.6.0.bb1 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 Dxfs_attr_remote.c390 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 Dxfs_da_btree.c2174 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 Dxfs_bmap.h189 int *nmap, uint32_t flags);
192 xfs_extlen_t total, struct xfs_bmbt_irec *mval, int *nmap);
H A Dxfs_rtbitmap.c65 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 Dxfs_bmap.c488 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 Drtbitmap.c70 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 Drtsummary.c186 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 Dnmap_7.80.bb8 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 Dncrack_0.7.bb3 HOMEPAGE = "https://nmap.org/ncrack"
10 SRC_URI = "git://github.com/nmap/ncrack.git;branch=master;protocol=https"
/openbmc/linux/fs/xfs/
H A Dxfs_attr_inactive.c40 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 Dxfs_rtalloc.c801 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 Dumem_dmabuf.c20 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 Dpython3-scapy_2.5.0.bb6 unit tests, attacks or network discovery (it can replace hping, 85% of nmap, \
/openbmc/qemu/tests/docker/dockerfiles/
H A Dalpine.docker77 nmap-ncat \
H A Dcentos9.docker87 nmap-ncat \
H A Dfedora-win64-cross.docker44 nmap-ncat \
H A Dfedora.docker97 nmap-ncat \
/openbmc/openbmc-test-automation/network/
H A Dtest_network_nping.robot68 # 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 DMakefile44 $(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 Dpackagegroup-core-security.bb39 nmap \
/openbmc/qemu/scripts/coverity-scan/
H A Dcoverity-scan.docker107 nmap-ncat \

12