search for: _unknown

Displaying 16 results from an estimated 16 matches for "_unknown".

Did you mean: unknown
2001 Dec 19
0
[Bug 37] Another SGI warning
...openssh-unix-dev at mindrot.org|stevesk at pobox.com ------- Additional Comments From stevesk at pobox.com 2001-12-20 08:01 ------- i'm not sure we want to try to silence every warning for valid C. in the other cases it made sense, i don't really know about this one. but we could add 2 _UNKNOWN enums to silence this. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2017 Jun 15
2
Using LLD to create a .lib from a .def
.../// CodeView >> PData = 0x2, /// Procedure Data >> Fixup = 0x4, /// Relocation Table >> }; >> >> struct Configuration { >> enum ManifestKind { SideBySide, Embed, No }; >> llvm::COFF::MachineTypes Machine = llvm::COFF::IMAGE_FILE_MACHINE >> _UNKNOWN; >> bool Verbose = false; >> llvm::COFF::WindowsSubsystem Subsystem = llvm::COFF::IMAGE_SUBSYSTEM_UN >> KNOWN; >> SymbolBody *Entry = nullptr; >> bool NoEntry = false; >> std::string OutputFile; >> bool DoGC = true; >> bool DoICF = true;...
2017 Jun 16
2
Using LLD to create a .lib from a .def
...ta >>>> Fixup = 0x4, /// Relocation Table >>>> }; >>>> >>>> struct Configuration { >>>> enum ManifestKind { SideBySide, Embed, No }; >>>> llvm::COFF::MachineTypes Machine = llvm::COFF::IMAGE_FILE_MACHINE >>>> _UNKNOWN; >>>> bool Verbose = false; >>>> llvm::COFF::WindowsSubsystem Subsystem = >>>> llvm::COFF::IMAGE_SUBSYSTEM_UNKNOWN; >>>> SymbolBody *Entry = nullptr; >>>> bool NoEntry = false; >>>> std::string OutputFile; >>&gt...
2017 Jun 14
2
Using LLD to create a .lib from a .def
...E.Private); } }; enum class DebugType { None = 0x0, CV = 0x1, /// CodeView PData = 0x2, /// Procedure Data Fixup = 0x4, /// Relocation Table }; struct Configuration { enum ManifestKind { SideBySide, Embed, No }; llvm::COFF::MachineTypes Machine = llvm::COFF::IMAGE_FILE_MACHINE_UNKNOWN; bool Verbose = false; llvm::COFF::WindowsSubsystem Subsystem = llvm::COFF::IMAGE_SUBSYSTEM_UNKNOWN; SymbolBody *Entry = nullptr; bool NoEntry = false; std::string OutputFile; bool DoGC = true; bool DoICF = true; bool Relocatable = true; bool Force = false; bool Debug = false;...
2018 Feb 27
2
Failed to get quota limits
...index 3 >> > > > > > > > > > >> > > > > > > > > > \[2018-02-13 08:16:13.945941\] W \[MSGID: 101174\] >> > > > > > > > > > >> > > > > > > > > > \[graph.c:361:\_log\_if\_unknown\_option\] 0-myvolume-readdir-ahead: option >> > > > > > > > > > >> > > > > > > > > > 'parallel-readdir' is not recognized >> > > > > > > > > > >> > > > > > > > >...
2018 Feb 24
0
Failed to get quota limits
...> > > index 3 > > > > > > > > > > > > > > > > > > > > \[2018-02-13 08:16:13.945941\] W \[MSGID: 101174\] > > > > > > > > > > > > > > > > > > > > \[graph.c:361:\_log\_if\_unknown\_option\] 0-myvolume-readdir-ahead: option > > > > > > > > > > > > > > > > > > > > 'parallel-readdir' is not recognized > > > > > > > > > > > > > > > > > > > > \[2018-02...
2018 Feb 27
0
Failed to get quota limits
...t; > > > > > > > > > > > > > > > > > > > > \[2018-02-13 08:16:13.945941\] W \[MSGID: 101174\] > > > > > > > > > > > > > > > > > > > > > > > > \[graph.c:361:\_log\_if\_unknown\_option\] 0-myvolume-readdir-ahead: option > > > > > > > > > > > > > > > > > > > > > > > > 'parallel-readdir' is not recognized > > > > > > > > > > > > > > > > > >...
2018 Feb 23
2
Failed to get quota limits
...>>>>>>>>> [event-epoll.c:629:event_dispatch_epoll_worker] 0-epoll: Started thread with >>>>>>>>> index 3 >>>>>>>>> [2018-02-13 08:16:13.945941] W [MSGID: 101174] >>>>>>>>> [graph.c:361:_log_if_unknown_option] 0-myvolume-readdir-ahead: option >>>>>>>>> 'parallel-readdir' is not recognized >>>>>>>>> [2018-02-13 08:16:13.946342] I [MSGID: 114020] [client.c:2352:notify] >>>>>>>>> 0-myvolume-client-0: parent tran...
2011 Jun 02
48
[PATCH 0/9] libxl: disk configuration handling
This is v3 of my disk series. What were previously patches 01-06 have been applied. These are the tested and updated remainder, addressing the previous comments. 1 Preparatory work. 2-4 The new parser and its documentation. 5-6 Replace old parsers with calls to the new one. 7-8 Two features, one of them essential. 9 Basic test suite for disk string parsing, as adhoc script.
2019 Apr 08
0
[PATCH v4 2/7] common: Bundle the libvirt-ocaml library for use by virt-v2v
...; string = "ocaml_libvirt_connect_get_domain_capabilities" + + external const : [>`R] t -> ro t = "%identity" +end + +module Virterror = +struct + type code = + | VIR_ERR_OK + | VIR_ERR_INTERNAL_ERROR + | VIR_ERR_NO_MEMORY + | VIR_ERR_NO_SUPPORT + | VIR_ERR_UNKNOWN_HOST + | VIR_ERR_NO_CONNECT + | VIR_ERR_INVALID_CONN + | VIR_ERR_INVALID_DOMAIN + | VIR_ERR_INVALID_ARG + | VIR_ERR_OPERATION_FAILED + | VIR_ERR_GET_FAILED + | VIR_ERR_POST_FAILED + | VIR_ERR_HTTP_ERROR + | VIR_ERR_SEXPR_SERIAL + | VIR_ERR_NO_XEN + | VIR_ERR_XEN_CAL...
2019 Dec 16
3
[v2v PATCH 0/2] Move libvirt-ocaml copy to v2v repo
libvirt-ocaml is used only by virt-v2v, so move it to this repository, instead of having it around in the common submodule. The removal from common will happen later. Pino Toscano (2): common: Bundle the libvirt-ocaml library for use by virt-v2v build: switch embedded copy of libvirt-ocaml .gitignore | 2 + 3rdparty/libvirt-ocaml/Makefile.am |
2018 Aug 30
8
[PATCH 0/7] RFC: switch v2v to ocaml-libvirt
Hi, this is a mostly done attempt to switch to ocaml-libvirt, embedding the latest version of it from git. This way, it is possible to improve the way v2v connects to libvirt for both input, and output modules, and interacts with libvirt (e.g. no more virsh calls needed in virt-v2v). As side effect, virt-v2v now requires libvirt, as keeping it optional would create too much burden. I could not
2018 Nov 27
8
[PATCH v2 0/7] RFC: switch v2v to ocaml-libvirt
Hi, this is a mostly done attempt to switch to ocaml-libvirt, embedding the latest version of it from git. This way, it is possible to improve the way v2v connects to libvirt for both input, and output modules, and interacts with libvirt (e.g. no more virsh calls needed in virt-v2v). As side effect, virt-v2v now requires libvirt, as keeping it optional would create too much burden. I could not
2019 Jan 30
8
[PATCH v3 0/7] RFC: switch v2v to ocaml-libvirt
Hi, this is a mostly done attempt to switch to ocaml-libvirt, embedding the latest version of it from git. This way, it is possible to improve the way v2v connects to libvirt for both input, and output modules, and interacts with libvirt (e.g. no more virsh calls needed in virt-v2v). As side effect, virt-v2v now requires libvirt, as keeping it optional would create too much burden. I could not
2019 May 20
8
[PATCH v5 0/7] v2v: switch to ocaml-libvirt
Hi, this series switches virt-2v to ocaml-libvirt, embedding the latest version of it from git. This way, it is possible to improve the way v2v connects to libvirt for both input, and output modules, and interacts with libvirt (e.g. no more virsh calls needed in virt-v2v). As side effect, virt-v2v now requires libvirt, as keeping it optional would create too much burden. I could not test all
2019 Apr 08
12
[PATCH 43 0/7] v2v: switch to ocaml-libvirt
Hi, this series switches virt-2v to ocaml-libvirt, embedding the latest version of it from git. This way, it is possible to improve the way v2v connects to libvirt for both input, and output modules, and interacts with libvirt (e.g. no more virsh calls needed in virt-v2v). As side effect, virt-v2v now requires libvirt, as keeping it optional would create too much burden. I could not test all