Home
last modified time | relevance | path

Searched refs:man (Results 51 – 75 of 538) sorted by relevance

12345678910>>...22

/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-scons/
H A D0001-Fix-man-page-installation.patch4 Subject: [PATCH] Fix man page installation
7 error: can't copy 'build/doc/man/scons.1': doesn't exist or not a regular file
25 -recursive-include build/doc/man *.1
26 +#recursive-include build/doc/man *.1
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/fatresize/fatresize/
H A D0001-build-Do-not-build-.sgml-file.patch6 It needs docbook-to-man tool which we do not have recipe for
8 Upstream-Status: Inappropriate [needs native docbook-to-man tool]
23 - docbook-to-man $< > $@
24 + @echo "Needs docbook-to-man"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/
H A D0005-do-not-build-manual.patch8 ./tools/man-generator --primary lvscan lvscan.8_des
12 Do not build man to workaround the issue.
36 -SUBDIRS = libdm conf daemons include lib libdaemon man scripts tools
45 - SUBDIRS = conf include man test scripts \
54 -device-mapper: tools.device-mapper daemons.device-mapper man.device-mapper
67 -man/Makefile
H A D0006-start-lvm2-monitor.service-after-tmp.mount.patch27 Documentation=man:dmeventd(8) man:lvcreate(8) man:lvchange(8) man:vgchange(8)
/openbmc/openbmc/meta-security/recipes-security/isic/files/
H A Disic-0.07-make.patch18 - $(INSTALL) -m 0755 -d $(PREFIX)/man/man1
19 - ${INSTALL} -m 0755 -c $(MAN) $(PREFIX)/man/man1
22 + $(INSTALL) -m 0755 -d $(DESTDIR)$(PREFIX)/share/man/man1
23 + ${INSTALL} -m 0755 -c $(MAN) $(DESTDIR)$(PREFIX)/share/man/man1
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/vlock/vlock-2.2.3/
H A Ddisable_vlockrc.patch12 man/vlock.1 | 5 -----
16 diff --git a/man/vlock.1 b/man/vlock.1
18 --- a/man/vlock.1
19 +++ b/man/vlock.1
/openbmc/linux/tools/testing/selftests/bpf/
H A DMakefile.docs17 mandir ?= $(prefix)/man
64 $(Q)$(INSTALL) -d -m 755 $(DESTDIR)$$(man$2dir)
65 $(Q)$(INSTALL) -m 644 $$(DOC_MAN$2) $(DESTDIR)$$(man$2dir)
69 $(Q)$(RM) $$(addprefix $(DESTDIR)$$(man$2dir)/,$$(_DOC_MAN$2))
70 $(Q)$(RMDIR) $(DESTDIR)$$(man$2dir)
/openbmc/linux/drivers/gpu/drm/ttm/
H A Dttm_bo.c53 struct ttm_resource_manager *man; in ttm_bo_mem_space_debug() local
61 ttm_resource_manager_debug(man, &p); in ttm_bo_mem_space_debug()
590 struct ttm_resource_manager *man, in ttm_mem_evict_first() argument
702 spin_lock(&man->move_lock); in ttm_bo_add_move_fence()
703 fence = dma_fence_get(man->move); in ttm_bo_add_move_fence()
704 spin_unlock(&man->move_lock); in ttm_bo_add_move_fence()
732 struct ttm_resource_manager *man; in ttm_bo_mem_force_space() local
786 struct ttm_resource_manager *man; in ttm_bo_mem_space() local
789 if (!man || !ttm_resource_manager_used(man)) in ttm_bo_mem_space()
812 struct ttm_resource_manager *man; in ttm_bo_mem_space() local
[all …]
/openbmc/linux/Documentation/bpf/
H A Dsyscall_api.rst5 The primary info for the bpf syscall is available in the `man-pages`_
10 .. _man-pages: https://www.kernel.org/doc/man-pages/
11 .. _bpf(2): https://man7.org/linux/man-pages/man2/bpf.2.html
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mime-support/
H A Dmime-support_3.62.bb5 # mailcap.man's license is Bellcore
35 install -m 644 mailcap.man ${D}${mandir}/man5/mailcap.5
36 install -m 644 mailcap.order.man ${D}${mandir}/man5/mailcap.order.5
38 # install -m 644 install-mime.man ${D}${mandir}/man8/install-mime.8
40 install -m 644 update-mime.man ${D}${mandir}/man8/update-mime.8
42 install -m 644 run-mailcap.man ${D}${mandir}/man1/run-mailcap.1
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/
H A Dfbset_2.1.bb25 install -d ${D}${sbindir} ${D}${datadir}/man/man8 ${D}${datadir}/man/man5
27 install -m 0644 ${B}/*.5 ${D}${datadir}/man/man5
28 install -m 0644 ${B}/*.8 ${D}${datadir}/man/man8
/openbmc/linux/Documentation/translations/zh_CN/doc-guide/
H A Dkernel-doc.rst480 如何使用kernel-doc生成手册(man)页
485 $ scripts/kernel-doc -man \
487 | scripts/split-man.pl /tmp/man
492 $ scripts/kernel-doc -man \
494 | scripts/split-man.pl /tmp/man
496 $ scripts/kernel-doc -man \
498 | scripts/split-man.pl /tmp/man
/openbmc/openbmc/poky/meta/recipes-extended/texinfo/texinfo/
H A D0002-dont-depend-on-help2man.patch12 man/Makefile.am | 12 ++++++------
28 diff --git a/man/Makefile.am b/man/Makefile.am
30 --- a/man/Makefile.am
31 +++ b/man/Makefile.am
/openbmc/linux/Documentation/translations/zh_CN/userspace-api/ebpf/
H A Dsyscall.rst18 bpf syscall的主要信息可以在 `man-pages`_ 中的 `bpf(2)`_ 找到。
28 .. _man-pages: https://www.kernel.org/doc/man-pages/
29 .. _bpf(2): https://man7.org/linux/man-pages/man2/bpf.2.html
/openbmc/linux/tools/power/pm-graph/
H A DMakefile29 install -d $(DESTDIR)$(PREFIX)/share/man/man8
30 install bootgraph.8 $(DESTDIR)$(PREFIX)/share/man/man8
31 install sleepgraph.8 $(DESTDIR)$(PREFIX)/share/man/man8
34 rm -f $(DESTDIR)$(PREFIX)/share/man/man8/bootgraph.8
35 rm -f $(DESTDIR)$(PREFIX)/share/man/man8/sleepgraph.8
/openbmc/linux/Documentation/userspace-api/ebpf/
H A Dsyscall.rst10 The primary info for the bpf syscall is available in the `man-pages`_
23 .. _man-pages: https://www.kernel.org/doc/man-pages/
24 .. _bpf(2): https://man7.org/linux/man-pages/man2/bpf.2.html
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.h441 struct vmw_cmdbuf_res_manager *man; member
1215 struct vmw_cmdbuf_res_manager *man,
1233 vmw_shader_lookup(struct vmw_cmdbuf_res_manager *man,
1240 vmw_dx_streamoutput_lookup(struct vmw_cmdbuf_res_manager *man,
1242 int vmw_dx_streamoutput_add(struct vmw_cmdbuf_res_manager *man,
1262 vmw_cmdbuf_res_lookup(struct vmw_cmdbuf_res_manager *man,
1299 extern void vmw_cmdbuf_remove_pool(struct vmw_cmdbuf_man *man);
1300 extern void vmw_cmdbuf_man_destroy(struct vmw_cmdbuf_man *man);
1309 extern void *vmw_cmdbuf_alloc(struct vmw_cmdbuf_man *man,
1313 extern int vmw_cmdbuf_cur_flush(struct vmw_cmdbuf_man *man,
[all …]
H A Dvmwgfx_so.h148 extern int vmw_view_add(struct vmw_cmdbuf_res_manager *man,
157 extern int vmw_view_remove(struct vmw_cmdbuf_res_manager *man,
168 extern struct vmw_resource *vmw_view_lookup(struct vmw_cmdbuf_res_manager *man,
H A Dvmwgfx_streamoutput.c248 vmw_dx_streamoutput_lookup(struct vmw_cmdbuf_res_manager *man, in vmw_dx_streamoutput_lookup() argument
251 return vmw_cmdbuf_res_lookup(man, vmw_cmdbuf_res_streamoutput, in vmw_dx_streamoutput_lookup()
278 int vmw_dx_streamoutput_add(struct vmw_cmdbuf_res_manager *man, in vmw_dx_streamoutput_add() argument
305 ret = vmw_cmdbuf_res_add(man, vmw_cmdbuf_res_streamoutput, user_key, in vmw_dx_streamoutput_add()
339 int vmw_dx_streamoutput_remove(struct vmw_cmdbuf_res_manager *man, in vmw_dx_streamoutput_remove() argument
345 return vmw_cmdbuf_res_remove(man, vmw_cmdbuf_res_streamoutput, in vmw_dx_streamoutput_remove()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/liblockfile/liblockfile/
H A Dliblockfile-fix-install-so-to-man-dir.patch4 Subject: [PATCH] Makefile.in: define dotlockfile.1 installed to man
6 Explicitly define dotlockfile.1 installed to man
7 dir to avoid nfslock.so.0.1 is installed into man
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/sessreg/
H A D0001-Makefile.am-Error-Fix.patch6 Do not compile man dir since error always occur.
26 -SUBDIRS = man
27 +#SUBDIRS = man
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ifmetric/ifmetric/
H A Difmetric.8_typo.patch5 Index: ifmetric/man/ifmetric.8
7 --- ifmetric.orig/man/ifmetric.8
8 +++ ifmetric/man/ifmetric.8
/openbmc/openbmc/meta-raspberrypi/docs/
H A DMakefile157 .PHONY: man
158 man: target
159 $(SPHINXBUILD) -b man $(ALLSPHINXOPTS) $(BUILDDIR)/man
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/
H A Dsblim-sfcb-1.3.16-multilib-man-cfg.patch3 diff -up sblim-sfcb-1.3.16/man/sfcbd.1.pre.in.orig sblim-sfcb-1.3.16/man/sfcbd.1.pre.in
4 --- sblim-sfcb-1.3.16/man/sfcbd.1.pre.in.orig 2014-02-26 14:05:32.213091734 +0100
5 +++ sblim-sfcb-1.3.16/man/sfcbd.1.pre.in 2014-02-26 15:10:54.476196379 +0100
H A Dsblim-sfcb-1.3.9-sfcbrepos-schema-location.patch3 diff -up sblim-sfcb-1.3.9/man/sfcbrepos.1.pre.in.orig sblim-sfcb-1.3.9/man/sfcbrepos.1.pre.in
4 --- sblim-sfcb-1.3.9/man/sfcbrepos.1.pre.in.orig 2009-10-13 21:54:13.000000000 +0200
5 +++ sblim-sfcb-1.3.9/man/sfcbrepos.1.pre.in 2010-09-06 14:01:57.294564062 +0200

12345678910>>...22