Searched refs:com (Results 1 – 25 of 111) sorted by relevance
12345
/xen/xen/drivers/char/ |
A D | serial.c | 505 com[i].driver->init_preirq(&com[i]); in serial_init_preirq() 513 if ( com[i].driver && com[i].driver->init_irq ) in serial_init_irq() 514 com[i].driver->init_irq(&com[i]); in serial_init_irq() 524 com[i].driver->init_postirq(&com[i]); in serial_init_postirq() 534 if ( com[i].driver && com[i].driver->endboot ) in serial_endboot() 535 com[i].driver->endboot(&com[i]); in serial_endboot() 541 com[idx].driver && com[idx].driver->irq ) in serial_irq() 542 return com[idx].driver->irq(&com[idx]); in serial_irq() 551 return com[idx].driver->vuart_info(&com[idx]); in serial_vuart_info() 561 com[i].driver->suspend(&com[i]); in serial_suspend() [all …]
|
/xen/tools/pygrub/src/ |
A D | GrubConf.py | 147 if com in self.commands: 219 if com in self.commands: 306 if com in self.commands: 321 (com,arg) = grub_split(arg,2) 322 com="set:" + com 326 return (com,arg) 335 if com == "set": 338 if com in self.commands: 343 elif com.startswith('set:'): 435 if com == "set": [all …]
|
A D | ExtLinuxConf.py | 41 (com, arg) = GrubConf.grub_exact_split(line, 2) 42 com = com.lower() 45 if com.lower() == "append" and self.kernel is not None: 64 com = None 73 if com is not None and com in self.commands: 74 if self.commands[com] is not None: 78 elif com is not None: 171 (com, arg) = GrubConf.grub_exact_split(l, 2) 172 com = com.lower() 173 if com in self.commands: [all …]
|
A D | LiloConf.py | 33 (com, arg) = GrubConf.grub_exact_split(line, 2) 35 if com in self.commands: 36 if self.commands[com] is not None: 39 logging.info("Ignored image directive %s" %(com,)) 41 logging.warning("Unknown image directive %s" %(com,)) 132 (com, arg) = GrubConf.grub_exact_split(l, 2) 133 if com in self.commands: 134 if self.commands[com] is not None: 135 setattr(self, self.commands[com], arg.strip()) 137 logging.info("Ignored directive %s" %(com,)) [all …]
|
/xen/ |
A D | MAINTAINERS | 196 M: Jan Beulich <jbeulich@suse.com> 204 M: Jan Beulich <jbeulich@suse.com> 210 M: Jan Beulich <jbeulich@suse.com> 227 L: xen-devel@dornerworks.com 269 M: Juergen Gross <jgross@suse.com> 285 M: Jan Beulich <jbeulich@suse.com> 325 M: Jan Beulich <jbeulich@suse.com> 396 M: Jan Beulich <jbeulich@suse.com> 405 M: Juergen Gross <jgross@suse.com> 512 M: Quan Xu <quan.xu0@gmail.com> [all …]
|
/xen/automation/gitlab-ci/ |
A D | test.yaml | 4 image: registry.gitlab.com/xen-project/xen/${CONTAINER} 27 image: registry.gitlab.com/xen-project/xen/${CONTAINER} 49 image: registry.gitlab.com/xen-project/xen/${CONTAINER} 71 image: registry.gitlab.com/xen-project/xen/${CONTAINER} 93 image: registry.gitlab.com/xen-project/xen/${CONTAINER}
|
/xen/m4/ |
A D | README.source | 28 Author: Dan Nicholson <dbn.lists@gmail.com> 40 systemd.m4 was contributed to by Luis R. Rodriguez <mcgrof@do-not-panic.com>, 43 https://github.com/mcgrof/funk-systemd
|
/xen/xen/arch/arm/arm64/ |
A D | debug-scif.inc | 6 * Oleksandr Tyshchenko <oleksandr.tyshchenko@globallogic.com> 7 * Iurii Konovalenko <iurii.konovalenko@globallogic.com> 8 * Iurii Mykhalskyi <iurii.mykhalskyi@globallogic.com>
|
/xen/xen/common/ |
A D | README.source | 22 https://code.google.com/archive/p/compcache/source, path 35 Compiler at https://github.com/dgibson/dtc/tree/master/libfdt 43 https://github.com/Cyan4973/lz4
|
/xen/automation/build/ |
A D | README.md | 12 docker pull registry.gitlab.com/xen-project/xen/DISTRO:VERSION 91 To login you must run `docker login registry.gitlab.com`. For more 94 [registry]: https://gitlab.com/xen-project/xen/container_registry 95 [registry help]: https://gitlab.com/help/user/project/container_registry
|
A D | Makefile | 3 REGISTRY := registry.gitlab.com/xen-project/xen
|
/xen/docs/ |
A D | README.remus | 10 the latest source tarball of libnl3 at http://www.carisma.slowglass.com/~tgr/libnl/ 15 at https://github.com/rshriram/remus-drbd
|
/xen/tools/libxl/ |
A D | check-xl-disk-parse | 137 one 0 iscsi:iqn.2001-05.com.equallogic:0-8a0906-23fe93404-c82797962054a96d-examplehost,xvda,w 138 one 0 vdev=xvda,access=w,script=block-iscsi,target=iqn.2001-05.com.equallogic:0-8a0906-23fe93404-c8…
|
/xen/docs/misc/ |
A D | xenmon.txt | 107 http://www.hpl.hp.com/techreports/2005/HPL-2005-187.html 111 Diwaker Gupta <diwaker.gupta@hp.com> 112 Rob Gardner <rob.gardner@hp.com> 113 Lucy Cherkasova <lucy.cherkasova.hp.com>
|
A D | amd-ucode-container.txt | 5 Aravind [dot] Gopalakrishnan [at] amd [dot] com 90 [3] http://lxr.free-electrons.com/source/Documentation/x86/early-microcode.txt
|
/xen/tools/ocaml/xenstored/ |
A D | systemd.ml | 2 * Copyright (C) 2014 Luis R. Rodriguez <mcgrof@suse.com>
|
A D | systemd.mli | 2 * Copyright (C) 2014 Luis R. Rodriguez <mcgrof@suse.com>
|
/xen/automation/build/suse/ |
A D | sles11sp4.dockerfile | 1 FROM registry.gitlab.com/xen-project/xen/suse:sles11sp4-base
|
/xen/automation/build/centos/ |
A D | 6.dockerfile | 8 # work around https://github.com/moby/moby/issues/10180
|
A D | 7.dockerfile | 8 # work around https://github.com/moby/moby/issues/10180
|
A D | 7.2.dockerfile | 16 # work around https://github.com/moby/moby/issues/10180
|
/xen/tools/libacpi/ |
A D | README | 31 http://developer.intel.com/technology/iapc/acpi/downloads.htm.
|
A D | ssdt_laptop_slate.asl | 20 …* See https://msdn.microsoft.com/en-us/windows/hardware/commercialize/design/device-experiences/co…
|
/xen/tools/ocaml/libs/mmap/ |
A D | xenmmap.mli | 4 * Author Vincent Hanquez <vincent.hanquez@eu.citrix.com>
|
/xen/tools/ocaml/libs/xs/ |
A D | xst.mli | 4 * Author Vincent Hanquez <vincent.hanquez@eu.citrix.com>
|
Completed in 30 milliseconds
12345