Home
last modified time | relevance | path

Searched refs:docs (Results 1 – 25 of 37) sorted by relevance

12

/xen-4.10.0-shim-comet/docs/
A Dgen-html-index18 our @docs;
27 ($outdir,@docs) = @ARGV;
80 my ($dir,@docs) = @_;
82 foreach my $of (sort { make_linktext($a) cmp make_linktext($b) } @docs) {
107 for (@docs) { s,^\Q$outdir\E/,, }
109 @docs = grep { -e "$outdir/$_" && (make_linktext($_) ne "NO-INDEX") } @docs;
127 foreach my $od (sort { $a cmp $b } uniq map { dirs($_) } @docs) {
128 my @d = (grep /^\Q$od\E/, @docs);
/xen-4.10.0-shim-comet/
A DMakefile68 .PHONY: build-docs
69 build-docs:
70 $(MAKE) -C docs build
119 docs: dist-docs target
144 .PHONY: install-docs
145 install-docs:
224 .PHONY: clean-docs
225 clean-docs:
226 $(MAKE) -C docs clean
253 distclean-docs:
[all …]
A D.gitignore46 docs/html/
47 docs/man/xl.cfg.pod.5
48 docs/man/xl.pod.1
49 docs/man1/
50 docs/man5/
51 docs/man7/
52 docs/man8/
53 docs/pdf/
54 docs/txt/
418 docs/txt/man/*.txt
[all …]
A Dautogen.sh10 ( cd docs
A Dconfigure.ac42 AX_SUBSYSTEM_DEFAULT_ENABLE([docs])
A DMAINTAINERS174 F: docs/misc/arm/
256 F: docs/misc/kconfig{,-language}.txt
276 F: docs/misc/livepatch.markdown
337 F: docs/README.remus
377 F: docs/Makefile
378 F: docs/man/
391 F: docs/misc/tmem*
439 F: docs/misc/vtpm-platforms.txt
505 F: docs/misc/xsm-flask.txt
A Dconfigure1315 --disable-docs Disable build and install of docs
2254 docs=y
2263 docs=n
2274 docs=y
2283 if test "x$docs" = "xy" || test "x$docs" = "x" ; then
A D.travis.yml85 - cat docs/config.log
A DINSTALL14 The xen source contains four subsystems: xen, tools, stubdom and docs.
27 stubdom, and docs directory.
34 --disable-docs
303 See docs/misc/qemu-deprivilege.txt for an explanation on what you need
A DREADME81 when using Remus with libxl. See docs/README.remus for detailed
130 This will build and install xen, tools, and docs into the local dist/
A D.rootkeys15 3f9e7d53iC47UnlfORp9iC1vai6kWw docs/Makefile
16 4187c1c7IWmBinGdI19kL4MuZ6RLbQ docs/check_pkgs
17 3f9e7d60PWZJeVh5xdnk0nLUdxlqEA docs/figs/xenlogo.eps
18 418a3248xjIqmNKo0v_XQSfAvlBGFw docs/html.sty
19 41c0c4116itF389v0CEWcmzue6zJkA docs/misc/VMX_changes.txt
21 420b949cy9ZGzED74Fz_DaWlK7tT4g docs/misc/crashdb.txt
22 4251a1f82AexscYEiF4Iku8Gc_kWfQ docs/misc/grant-tables.txt
25 40d6ccbfKKBq8jE0ula4eHEzBiQuDA docs/misc/xen_config.html
26 410a4c2bAO_m_l4RsiiPHnZ4ixHWbQ docs/misc/xend.tex
27 3f9e7d564bWFB-Czjv1qdmE6o0GqNg docs/src/interface.tex
[all …]
/xen-4.10.0-shim-comet/stubdom/grub.patches/
A D20print_func.diff7 * docs/grub.texi: Added print command description.
16 diff -Nur grub-0.97-bkp/docs/grub.texi grub-0.97/docs/grub.texi
17 --- grub-0.97-bkp/docs/grub.texi 2006-01-05 10:59:05.564347912 -0200
18 +++ grub-0.97/docs/grub.texi 2006-01-05 11:18:59.033912960 -0200
A D00cvs79 + * docs/fdl.texi: New file.
81 + * docs/Makefile.am (grub_TEXINFOS): Added fdl.texi.
313 diff -uprN grub-0.97/docs/grub.8 grub/docs/grub.8
323 diff -uprN grub-0.97/docs/grub-install.8 grub/docs/grub-install.8
333 diff -uprN grub-0.97/docs/grub-md5-crypt.8 grub/docs/grub-md5-crypt.8
343 diff -uprN grub-0.97/docs/grub-terminfo.8 grub/docs/grub-terminfo.8
353 diff -uprN grub-0.97/docs/grub.texi grub/docs/grub.texi
499 diff -uprN grub-0.97/docs/Makefile.am grub/docs/Makefile.am
509 diff -uprN grub-0.97/docs/Makefile.in grub/docs/Makefile.in
521 diff -uprN grub-0.97/docs/mbchk.1 grub/docs/mbchk.1
[all …]
/xen-4.10.0-shim-comet/docs/process/
A Dbranching-checklist.txt30 # update xendocs@xenbits docs generator to generate new stable branch
31 # docs too. commit to git.
32 * make 13:37 <ijc> http://xenbits.xen.org/docs/4.2-testing/ is now live true
34 # xenbits-docs-all.sh in the obvious way. git commit
38 ed xenbits-docs-all.sh
/xen-4.10.0-shim-comet/tools/examples/
A Dxlexample.pvhlinux36 # docs/misc/xl-network-configuration.markdown
41 # docs/misc/xl-disk-configuration.txt
A Dxlexample.pvlinux38 # docs/misc/xl-network-configuration.markdown
43 # docs/misc/xl-disk-configuration.txt
A Dxlexample.hvm37 # docs/misc/xl-network-configuration.markdown
42 # docs/misc/xl-disk-configuration.txt
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_types_internal.idl44 # A console with a name is called a 'channel', see docs/misc/channels.txt
/xen-4.10.0-shim-comet/xen/
A DKconfig3 # see docs/misc/kconfig-language.txt
/xen-4.10.0-shim-comet/docs/misc/
A Dxenstore-paths.markdown163 a guest can make use of. See [docs/misc/libxl_memory.txt][LIBXLMEM]
613 [BLKIF]: http://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,io,blkif.h.html
614 [FBIF]: http://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,io,fbif.h.html
615 [HVMPARAMS]: http://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,hvm,params.h.html
616 [KBDIF]: http://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,io,kbdif.h.html
617 [LIBXLMEM]: http://xenbits.xen.org/docs/unstable/misc/libxl_memory.txt
618 [NETIF]: http://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,io,netif.h.html
619 [SCSIIF]: http://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,io,vscsiif.h.html
621 [USBIF]: http://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,io,usbif.h.html
622 [VCPU]: http://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,vcpu.h.html
[all …]
/xen-4.10.0-shim-comet/docs/misc/arm/
A Dpassthrough.txt69 Please refer to your platform docs for the MMIO ranges and interrupts.
85 [xl.cfg]: https://xenbits.xen.org/docs/unstable/man/xl.cfg.5.html
/xen-4.10.0-shim-comet/docs/features/
A Dmigration.pandoc54 * `docs/specs/libxc-migration-stream.pandoc`
55 * `docs/specs/libxl-migration-stream.pandoc`
A Dsched_credit2.pandoc32 (see `docs/misc/xen-command-line.markdown` for a complete list and
37 described in `docs/man/xlcpupool.cfg.pod.5` (and as exemplified
A Dsched_credit.pandoc28 in `docs/man/xlcpupool.cfg.pod.5` (and as exemplified in
/xen-4.10.0-shim-comet/m4/
A Dpaths.m465 dnl autoconf docs suggest to use a "package name" subdir. We make it

Completed in 22 milliseconds

12