Home
last modified time | relevance | path

Searched refs:man (Results 101 – 125 of 538) sorted by relevance

12345678910>>...22

/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.c514 struct vmw_cmdbuf_man *man = dev_priv->cman; in vmw_request_device_late() local
517 vmw_cmdbuf_man_destroy(man); in vmw_request_device_late()
554 struct ttm_resource_manager *man; in vmw_request_device() local
556 man = ttm_manager_type(&dev_priv->bdev, VMW_PL_MOB); in vmw_request_device()
590 struct ttm_resource_manager *man; in vmw_release_device_early() local
1356 if (!ttm_resource_manager_used(man)) { in __vmw_svga_enable()
1358 ttm_resource_manager_set_used(man, true); in __vmw_svga_enable()
1383 if (ttm_resource_manager_used(man)) { in __vmw_svga_disable()
1384 ttm_resource_manager_set_used(man, false); in __vmw_svga_disable()
1414 if (ttm_resource_manager_used(man)) { in vmw_svga_disable()
[all …]
/openbmc/openbmc/meta-security/recipes-ids/tripwire/
H A Dtripwire_2.4.3.7.bb52 install -m 0644 ${S}/man/man4/* ${D}${mandir}/man4
53 install -m 0644 ${S}/man/man5/* ${D}${mandir}/man5
54 install -m 0644 ${S}/man/man8/* ${D}${mandir}/man8
55 rm ${D}${mandir}/man*/Makefile*
/openbmc/linux/drivers/gpu/drm/qxl/
H A Dqxl_object.c403 struct ttm_resource_manager *man; in qxl_surf_evict() local
405 man = ttm_manager_type(&qdev->mman.bdev, TTM_PL_PRIV); in qxl_surf_evict()
406 return ttm_resource_manager_evict_all(&qdev->mman.bdev, man); in qxl_surf_evict()
411 struct ttm_resource_manager *man; in qxl_vram_evict() local
413 man = ttm_manager_type(&qdev->mman.bdev, TTM_PL_VRAM); in qxl_vram_evict()
414 return ttm_resource_manager_evict_all(&qdev->mman.bdev, man); in qxl_vram_evict()
/openbmc/linux/Documentation/userspace-api/
H A Dindex.rst5 .. _man-pages: https://www.kernel.org/doc/man-pages/
8 (particularly in the man-pages_ project), some user-space information can
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/bubblewrap/
H A Dbubblewrap_0.8.0.bb16 PACKAGECONFIG[manpages] = "--enable-man,--disable-man,libxslt-native docbook-xsl-stylesheets-native…
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/mosquitto/files/
H A D2895.patch20 Documentation=man:mosquitto.conf(5) man:mosquitto(8)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/gnuplot/gnuplot/
H A D0002-do-not-build-demos.patch24 -SUBDIRS = config m4 term src docs man demo share
25 +SUBDIRS = config m4 term src docs man share
/openbmc/openbmc/poky/meta/recipes-extended/asciidoc/
H A Dasciidoc_10.2.0.bb1 SUMMARY = "Tool for creating HTML, PDF, EPUB, man pages"
3 articles, books and UNIX man pages."
/openbmc/openbmc/poky/meta/recipes-extended/xdg-utils/xdg-utils/
H A D0001-Don-t-build-the-in-script-manual.patch8 That's bonkers so don't do it: the man pages are still available
26 + echo "Please see the man pages." > $@
/openbmc/openbmc/poky/meta/recipes-support/libpsl/
H A Dlibpsl_0.21.5.bb23 PACKAGECONFIG[manpages] = "--enable-man,--disable-man,libxslt-native"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/isomd5sum/files/
H A D0001-tweak-install-prefix.patch22 - install -d -m 0755 $(DESTDIR)/usr/share/man/man1
25 - install -m 0644 implantisomd5.1 $(DESTDIR)/usr/share/man/man1
26 - install -m 0644 checkisomd5.1 $(DESTDIR)/usr/share/man/man1
/openbmc/openbmc/poky/meta/recipes-support/icu/icu/
H A Dfix-install-manx.patch47 $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man$(SECTION)
49 - $(INSTALL_DATA) $? $(DESTDIR)$(mandir)/man$(SECTION)
50 + $(INSTALL_DATA) $^ $(DESTDIR)$(mandir)/man$(SECTION)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/tigervnc/
H A Dtigervnc_1.11.0.bb44 for subdir in hw/dmx/doc man doc hw/dmx/doxygen; do
48 sources="hw/xquartz/bundle/cpprules.in man/Xserver.man doc/smartsched \
56 find . -type f | egrep '.*\.(c|h|am|ac|inc|m4|h.in|pc.in|man.pre|pl|txt)$' | \
/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/
H A Dpidof-add-m-option.patch19 man/pidof.8 | 6 +++++
23 diff --git a/man/pidof.8 b/man/pidof.8
25 --- a/man/pidof.8
26 +++ b/man/pidof.8
/openbmc/linux/tools/tracing/rtla/
H A DREADME.txt15 It also depends on python3-docutils to compile man pages.
33 For further information, please refer to the rtla man page.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/zile/files/
H A Dremove-help2man.patch23 -$(srcdir)/doc/zile.1.in: doc/man-extras build-aux/zile-help2man-wrapper configure.ac $(builddir)/s…
27 …--output=$@ --no-info --name="Zile Is Lossy Emacs" --include $(srcdir)/doc/man-extras $(srcdir)/bu…
/openbmc/u-boot/Documentation/sphinx/
H A Dparse-headers.pl9 my $man;
14 'help' => \$man
18 pod2usage(-exitstatus => 0, -verbose => 2) if $man;
/openbmc/linux/Documentation/sphinx/
H A Dparse-headers.pl9 my $man;
14 'help' => \$man
18 pod2usage(-exitstatus => 0, -verbose => 2) if $man;
/openbmc/qemu/docs/
H A Dmeson.build89 sphinxmans += custom_target('QEMU man pages',
95 command: [SPHINX_ARGS, '-b', 'man', '-d', private_dir,
100 alias_target('man', sphinxmans) run
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netperf/
H A Dnetperf_git.bb54 # man
56 install -m 0644 ${S}/doc/netserver.man ${D}${mandir}/man1/netserver.1
57 install -m 0644 ${S}/doc/netperf.man ${D}${mandir}/man1/netperf.1
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/indent/indent/
H A D0001-Makefile.am-remove-regression-dir.patch50 -SUBDIRS = intl src doc po man regression
51 +SUBDIRS = intl src doc po man
/openbmc/linux/Documentation/tools/rtla/
H A Drtla-osnoise.rst26 respective man page.
47 For other options, see the man page for the corresponding mode.
H A Drtla-timerlat.rst25 respective man page.
45 For other options, see the man page for the corresponding mode.
/openbmc/linux/Documentation/admin-guide/mm/
H A Dindex.rst14 are described in Documentation/admin-guide/sysctl/vm.rst and in `man 5 proc`_.
16 .. _man 5 proc: http://man7.org/linux/man-pages/man5/proc.5.html
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ssmtp/
H A Dssmtp_2.64.bb32 mv ${D}${exec_prefix}/man/* ${D}${mandir}/
33 rmdir ${D}${exec_prefix}/man

12345678910>>...22