/openbmc/openbmc/poky/meta/recipes-extended/man-pages/ |
H A D | man-pages_6.9.1.bb | 1 SUMMARY = "Linux man-pages" 2 DESCRIPTION = "The Linux man-pages project documents the Linux kernel and C library interfaces that… 4 HOMEPAGE = "http://www.kernel.org/pub/linux/docs/man-pages" 5 LICENSE = "GPL-2.0-or-later & GPL-2.0-only & GPL-1.0-or-later & BSD-2-Clause & BSD-3-Clause & BSD-4… 8 file://LICENSES/BSD-2-Clause.txt;md5=9e16594a228301089d759b4f178db91f \ 9 file://LICENSES/BSD-3-Clause.txt;md5=407426fcc1a243b7b2eff6e35c56aca9 \ 10 file://LICENSES/BSD-4-Clause-UC.txt;md5=1da3cf8ad50cd8d5d1de3cfc53196d01 \ 11 file://LICENSES/GPL-1.0-or-later.txt;md5=e5b7c80002ef72ab868b43ce47b65125 \ 12 file://LICENSES/GPL-2.0-only.txt;md5=3d26203303a722dedc6bf909d95ba815 \ 13 file://LICENSES/GPL-2.0-or-later.txt;md5=3d26203303a722dedc6bf909d95ba815 \ [all …]
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_ttm_buddy_manager.c | 1 // SPDX-License-Identifier: MIT 29 to_buddy_manager(struct ttm_resource_manager *man) in to_buddy_manager() argument 31 return container_of(man, struct i915_ttm_buddy_manager, manager); in to_buddy_manager() 34 static int i915_ttm_buddy_man_alloc(struct ttm_resource_manager *man, in i915_ttm_buddy_man_alloc() argument 39 struct i915_ttm_buddy_manager *bman = to_buddy_manager(man); in i915_ttm_buddy_man_alloc() 41 struct drm_buddy *mm = &bman->mm; in i915_ttm_buddy_man_alloc() 47 lpfn = place->lpfn; in i915_ttm_buddy_man_alloc() 49 lpfn = man->size; in i915_ttm_buddy_man_alloc() 53 return -ENOMEM; in i915_ttm_buddy_man_alloc() 55 ttm_resource_init(bo, place, &bman_res->base); in i915_ttm_buddy_man_alloc() [all …]
|
H A D | i915_ttm_buddy_manager.h | 1 /* SPDX-License-Identifier: MIT */ 25 * portion, in pages. 59 int i915_ttm_buddy_man_reserve(struct ttm_resource_manager *man, 62 u64 i915_ttm_buddy_man_visible_size(struct ttm_resource_manager *man); 64 void i915_ttm_buddy_man_avail(struct ttm_resource_manager *man, 68 void i915_ttm_buddy_man_force_visible_size(struct ttm_resource_manager *man,
|
/openbmc/linux/Documentation/bpf/ |
H A D | maps.rst | 8 hash, array, bloom filter and radix-tree. Several of the map types exist to 11 `man-pages`_ for `bpf-helpers(7)`_. 15 More details of the BPF syscall are available in `ebpf-syscall`_ and in the 16 `man-pages`_ for `bpf(2)`_. 41 .. code-block:: c 55 Returns a process-local file descriptor on success, or negative error in case of 59 .. note:: Valid characters for ``map_name`` are ``A-Z``, ``a-z``, ``0-9``, 64 Lookup key in a given map using ``attr->map_fd``, ``attr->key``, 65 ``attr->value``. Returns zero and stores found elem into ``attr->value`` on 70 Create or update key/value pair in a given map using ``attr->map_fd``, ``attr->key``, [all …]
|
H A D | syscall_api.rst | 5 The primary info for the bpf syscall is available in the `man-pages`_ 7 Documentation/userspace-api/ebpf/index.rst. 10 .. _man-pages: https://www.kernel.org/doc/man-pages/ target 11 .. _bpf(2): https://man7.org/linux/man-pages/man2/bpf.2.html
|
/openbmc/linux/Documentation/userspace-api/ebpf/ |
H A D | syscall.rst | 1 .. SPDX-License-Identifier: GPL-2.0 4 ------------ 6 :Authors: - Alexei Starovoitov <ast@kernel.org> 7 - Joe Stringer <joe@wand.net.nz> 8 - Michael Kerrisk <mtk.manpages@gmail.com> 10 The primary info for the bpf syscall is available in the `man-pages`_ 16 .. kernel-doc:: include/uapi/linux/bpf.h 19 .. kernel-doc:: include/uapi/linux/bpf.h 23 .. _man-pages: https://www.kernel.org/doc/man-pages/ target 24 .. _bpf(2): https://man7.org/linux/man-pages/man2/bpf.2.html
|
/openbmc/linux/Documentation/translations/zh_CN/userspace-api/ebpf/ |
H A D | syscall.rst | 1 .. SPDX-License-Identifier: GPL-2.0 2 .. include:: ../../disclaimer-zh_CN.rst 4 :Original: Documentation/userspace-api/ebpf/syscall.rst 11 ------------ 14 - Alexei Starovoitov <ast@kernel.org> 15 - Joe Stringer <joe@wand.net.nz> 16 - Michael Kerrisk <mtk.manpages@gmail.com> 18 bpf syscall的主要信息可以在 `man-pages`_ 中的 `bpf(2)`_ 找到。 28 .. _man-pages: https://www.kernel.org/doc/man-pages/ target 29 .. _bpf(2): https://man7.org/linux/man-pages/man2/bpf.2.html
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | Makefile.docs | 1 # SPDX-License-Identifier: GPL-2.0-only 7 RM ?= rm -f 8 RMDIR ?= rmdir --ignore-fail-on-non-empty 17 mandir ?= $(prefix)/man 21 SYSCALL_RST = bpf-syscall.rst 24 HELPERS_RST = bpf-helpers.rst 41 RST2MAN_DEP := $(shell command -v rst2man 2>/dev/null) 43 # Configure make rules for the man page bpf-$1.$2. 44 # $1 - target for scripts/bpf_doc.py 45 # $2 - man page section to generate the troff file [all …]
|
/openbmc/linux/tools/kvm/kvm_stat/ |
H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 5 MANDIR=usr/share/man 11 a2x_path := $(call get-executable,$(A2X)) 13 all: man 23 $(error "You need to install asciidoc for man pages") 25 $(QUIET_A2X)$(A2X) --doctype manpage --format manpage $< 29 rm -f $(MAN1) 31 man: $(MAN1) target 33 install-man: man 34 install -d -m 755 $(INSTALL_ROOT)/$(MAN1DIR) [all …]
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | perf-security.rst | 7 -------- 50 ------------------------------- 66 independently enabled and disabled on per-thread basis for processes and 103 --------------------------------- 105 Mechanisms of capabilities, privileged capability-dumb files [6]_, 118 # ls -alhF 119 -rwxr-xr-x 2 root root 11M Oct 19 15:12 perf 121 # ls -alhF 122 -rwxr-xr-x 2 root perf_users 11M Oct 19 15:12 perf 123 # chmod o-rwx perf [all …]
|
H A D | binderfs.rst | 1 .. SPDX-License-Identifier: GPL-2.0 13 ----------------- 18 mount -t binder binder /dev/binderfs 22 only be a ``binder-control`` device which serves as the request handler for 29 ------- 33 a per-instance limit. If ``max=<count>`` is set then only ``<count>`` number 43 ------------------------- 45 .. _ioctl: http://man7.org/linux/man-pages/man2/ioctl.2.html 48 sent through the ``binder-control`` device node. A request is sent in the form 51 What a program needs to do is to open the ``binder-control`` device node and [all …]
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_gmrid_manager.c | 1 // SPDX-License-Identifier: GPL-2.0 OR MIT 4 * Copyright 2007-2010 VMware, Inc., Palo Alto, CA., USA 20 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 28 * Authors: Thomas Hellstrom <thellstrom-at-vmware-dot-com> 47 static struct vmwgfx_gmrid_man *to_gmrid_manager(struct ttm_resource_manager *man) in to_gmrid_manager() argument 49 return container_of(man, struct vmwgfx_gmrid_man, manager); in to_gmrid_manager() 52 static int vmw_gmrid_man_get_node(struct ttm_resource_manager *man, in vmw_gmrid_man_get_node() argument 57 struct vmwgfx_gmrid_man *gman = to_gmrid_manager(man); in vmw_gmrid_man_get_node() 62 return -ENOMEM; in vmw_gmrid_man_get_node() 66 id = ida_alloc_max(&gman->gmr_ida, gman->max_gmr_ids - 1, GFP_KERNEL); in vmw_gmrid_man_get_node() [all …]
|
H A D | vmwgfx_drv.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR MIT */ 4 * Copyright 2009-2023 VMware, Inc., Palo Alto, CA., USA 20 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 112 bool gb_aware; /* user-space is guest-backed aware */ 122 * struct vmw_validate_buffer - Carries validation info about buffers. 140 * struct vmw-resource - base class for hardware resources 157 * pin-count greater than zero. It is not on the resource LRU lists and its 229 * struct vmw_surface_metadata - Metadata describing a surface. 294 * struct vmw_res_cache_entry - resource information cache entry 295 * @handle: User-space handle of a resource. [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/ |
H A D | man-host-perl.patch | 4 Subject: [PATCH] Don't use the target perl when regenerating the man pages. 6 Upstream-Status: Inappropriate 7 Signed-off-by: Ross Burton <ross.burton@arm.com> 9 --- 10 man/local.mk | 3 +-- 11 1 file changed, 1 insertion(+), 2 deletions(-) 13 diff --git a/man/local.mk b/man/local.mk 15 --- a/man/local.mk 16 +++ b/man/local.mk 17 @@ -77,13 +77,12 @@ SUFFIXES += .w .1 [all …]
|
/openbmc/openbmc/meta-raspberrypi/docs/ |
H A D | Makefile | 6 SPHINXBUILD = sphinx-build 11 PAPEROPT_a4 = -D latex_paper_size=a4 12 PAPEROPT_letter = -D latex_paper_size=letter 13 ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) . 35 @echo " man to make manual pages" 40 @echo " xml to make Docutils-native XML files" 41 @echo " pseudoxml to make pseudoxml-XML files for display purposes" 49 rm -rf $(BUILDDIR)/* 53 $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html 55 @echo "Build finished. The HTML pages are in $(BUILDDIR)/html." [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/asciidoc/ |
H A D | asciidoc_10.2.1.bb | 1 SUMMARY = "Tool for creating HTML, PDF, EPUB, man pages" 3 articles, books and UNIX man pages." 7 LICENSE = "GPL-2.0-only" 12 SRC_URI = "git://github.com/asciidoc/asciidoc-py;protocol=https;branch=main" 15 DEPENDS = "libxml2-native libxslt-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native" 20 # opens /etc/xml/catalog on the host. Depends on auto-catalogs.patch
|
/openbmc/linux/Documentation/translations/zh_CN/userspace-api/ |
H A D | index.rst | 1 .. SPDX-License-Identifier: GPL-2.0 2 .. include:: ../disclaimer-zh_CN.rst 4 :Original: Documentation/userspace-api/index.rst 14 .. _man-pages: https://www.kernel.org/doc/man-pages/ target 16 尽管许多用户空间API的文档被记录在别处(特别是在 man-pages_ 项目中), 20 .. class:: toc-title 31 sysfs-platform_profile
|
/openbmc/linux/Documentation/userspace-api/ |
H A D | index.rst | 2 The Linux kernel user-space API guide 5 .. _man-pages: https://www.kernel.org/doc/man-pages/ target 7 While much of the kernel's user-space API is documented elsewhere 8 (particularly in the man-pages_ project), some user-space information can 12 .. class:: toc-title 32 sysfs-platform_profile
|
/openbmc/linux/tools/bpf/bpftool/Documentation/ |
H A D | Makefile | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 5 RM ?= rm -f 6 RMDIR ?= rmdir --ignore-fail-on-non-empty 15 mandir ?= $(prefix)/man 23 man: man8 target 26 RST2MAN_DEP := $(shell command -v rst2man 2>/dev/null) 27 RST2MAN_OPTS += --verbose --strip-comments 29 list_pages = $(sort $(basename $(filter-out $(1),$(MAN8_RST)))) 35 "\t**bpf-helpers**\\ (7)" \ 41 $(error "rst2man not found, but required to generate man pages") [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/xdg-utils/xdg-utils/ |
H A D | 0001-Don-t-build-the-in-script-manual.patch | 4 Subject: [PATCH] Don't build the in-script manual 6 Building the contents for "--manual" option requires a web browser 8 That's bonkers so don't do it: the man pages are still available 11 Upstream-Status: Inappropriate [disables in-script docs] 12 Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> 13 --- 14 scripts/Makefile.in | 2 +- 15 1 file changed, 1 insertion(+), 1 deletion(-) 17 diff --git a/scripts/Makefile.in b/scripts/Makefile.in 19 --- a/scripts/Makefile.in [all …]
|
/openbmc/linux/Documentation/tools/rtla/ |
H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0-only 5 RM ?= rm -f 6 RMDIR ?= rmdir --ignore-fail-on-non-empty 9 MANDIR ?= $(PREFIX)/man 17 RST2MAN_DEP := $(shell command -v rst2man 2>/dev/null) 18 RST2MAN_OPTS += --verbose 20 TEST_RST2MAN = $(shell sh -c "rst2man --version > /dev/null 2>&1 || echo n") 28 $(info ** distribution, e.g., 'dnf install python3-docutils' on Fedora,) 34 $(error NOTICE: rst2man required to generate man pages) 39 man: man1 target [all …]
|
/openbmc/linux/Documentation/tools/rv/ |
H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0-only 4 RM ?= rm -f 5 RMDIR ?= rmdir --ignore-fail-on-non-empty 8 MANDIR ?= $(PREFIX)/man 16 RST2MAN_DEP := $(shell command -v rst2man 2>/dev/null) 17 RST2MAN_OPTS += --verbose 19 TEST_RST2MAN = $(shell sh -c "rst2man --version > /dev/null 2>&1 || echo n") 27 $(info ** distribution, e.g., 'dnf install python3-docutils' on Fedora,) 33 $(error NOTICE: rst2man required to generate man pages) 38 man: man1 target [all …]
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0-only 10 $(filter-out $(addsuffix .txt, $(ARTICLES) $(SP_ARTICLES)), \ 11 $(wildcard perf-*.txt)) \ 40 htmldir?=$(prefix)/share/doc/perf-doc 41 pdfdir?=$(prefix)/share/doc/perf-doc 42 mandir?=$(prefix)/share/man 48 ASCIIDOC_EXTRA += --unsafe -f asciidoc.conf 50 MANPAGE_XSL = manpage-normal.xsl 53 RM ?= rm -f 54 DOC_REF = origin/man [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/debugedit/files/ |
H A D | 0003-Makefile.am-do-not-update-manual.patch | 6 The tarball ships these manuals, no need to re-generate them. 8 this will triger re-generation of the manuals, which causes 15 Upstream-Status: Inappropriate [OE Specific] 17 Signed-off-by: Chen Qi <Qi.Chen@windriver.com> 18 --- 19 Makefile.am | 30 ------------------------------ 20 1 file changed, 30 deletions(-) 22 diff --git a/Makefile.am b/Makefile.am 24 --- a/Makefile.am 26 @@ -52,36 +52,6 @@ sepdebugcrcfix_LDADD = @LIBELF_LIBS@ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nbd/nbd/ |
H A D | f0418b0d8b54c21a1e5b0c6dce3277e938d07e7c.patch | 6 Currently, running "configure --disable-manpages" while docbook2man *is* 11 there's closing un-matched ]) at the end of the line. Still, at this 16 Upstream-Status: Backport [https://github.com/NetworkBlockDevice/nbd/commit/f0418b0d8b54c21a1e5b0c6… 17 Signed-off-by: Khem Raj <raj.khem@gmail.com> 18 --- 19 configure.ac | 13 +++++++++---- 20 1 file changed, 9 insertions(+), 4 deletions(-) 22 --- a/configure.ac 24 @@ -328,7 +328,7 @@ AC_MSG_CHECKING([whether man pages are r 26 AS_HELP_STRING([--disable-manpages], [Do not install man pages]), [all …]
|