search for: _unused2

Displaying 10 results from an estimated 10 matches for "_unused2".

2018 Mar 08
0
[nbdkit PATCH v3 15/15] RFC: plugins: Add back-compat for new plugin with old nbdkit
...uint32_t count, uint64_t offset); int (*flush) (void *handle); @@ -105,7 +109,7 @@ struct nbdkit_plugin { void (*dump_plugin) (void); int (*can_fua) (void *handle); -#if NBDKIT_API_VERSION == 1 +#if NBDKIT_PLUGIN_LEVEL == 1 int (*_unused1) (void *, void *, uint32_t, uint64_t); int (*_unused2) (void *, const void *, uint32_t, uint64_t, uint32_t); int (*_unused3) (void *, uint32_t); @@ -125,6 +129,7 @@ struct nbdkit_plugin { extern void nbdkit_set_error (int err); +#if NBDKIT_PLUGIN_LEVEL == 1 #define NBDKIT_REGISTER_PLUGIN(plugin) \ NBDKIT_CXX_...
2009 Sep 01
3
dovecot 1.2 and logging start failures
Hi, I've got report about issue when dovecot fails to start and there is no error logged (error goes only to stderr) situation: 1) dovecot is running 2) dovecot is automatically updated to new version (by yum update daemon), after update, dovecot is restarted (it's part of update script) 3) new dovecot fails to start (for whatever reason) result: dovecot not running and no error
2018 Jan 19
0
[nbdkit PATCH v2 13/13] RFC: plugins: Add callbacks for FUA semantics
...t); + int (*zero_old) (void *handle, uint32_t count, uint64_t offset, int may_trim); +#endif int errno_is_preserved; void (*dump_plugin) (void); + int (*can_fua) (void *handle); +#if NBDKIT_API_VERSION == 1 + int (*_unused1) (void *, const void *, uint32_t, uint64_t, uint32_t); + int (*_unused2) (void *, uint32_t, uint64_t, uint32_t); + int (*_unused3) (void *, uint32_t, uint64_t, uint32_t); +#else + int (*pwrite) (void *handle, const void *buf, uint32_t count, + uint64_t offset, uint32_t flags); + int (*zero) (void *handle, uint32_t count, uint64_t offset, uint32_t fla...
2016 Oct 06
2
[imap-login] SSL related crashes using the latest 2.2.25
...39751135368008, _cur_column = 0, _vtable_offset = -57 '\307', _shortbuf = "X", _lock = 0x0, _offset = 4294967673, _codecvt = 0x381f620, _wide_data = 0x7ffd537d09c0, _freeres_list = 0x0, _freeres_buf = 0x7ffd537d0ab0, _freeres_size = 140726004157144, _mode = -1, _unused2 = "\032\177\000\000\000\000\000\000\000\000\000\000\315\320e\207\000\000\000"}, vtable = 0x7f1a58966440}, _s = { _allocate_buffer = 0, _free_buffer = 0}}, overflow_buf = "\001", '\000' <repeats 15 times>, "\001\000\000\000\000\000\...
2018 Mar 08
0
[nbdkit PATCH v3 11/15] plugins: Expose new FUA callbacks
...int (*_trim_old) (void *, uint32_t, uint64_t); + int (*_zero_old) (void *, uint32_t, uint64_t, int); +#endif int errno_is_preserved; void (*dump_plugin) (void); + int (*can_fua) (void *handle); +#if NBDKIT_API_VERSION == 1 + int (*_unused1) (void *, void *, uint32_t, uint64_t); + int (*_unused2) (void *, const void *, uint32_t, uint64_t, uint32_t); + int (*_unused3) (void *, uint32_t); + int (*_unused4) (void *, uint32_t, uint64_t, uint32_t); + int (*_unused5) (void *, uint32_t, uint64_t, uint32_t); +#else + int (*pread) (void *handle, void *buf, uint32_t count, uint64_t offset, +...
2018 Jan 19
2
Re: [nbdkit PATCH v2 13/13] RFC: plugins: Add callbacks for FUA semantics
..., uint64_t offset, int > may_trim); > +#endif > > int errno_is_preserved; > > void (*dump_plugin) (void); > > + int (*can_fua) (void *handle); > +#if NBDKIT_API_VERSION == 1 > + int (*_unused1) (void *, const void *, uint32_t, uint64_t, uint32_t); > + int (*_unused2) (void *, uint32_t, uint64_t, uint32_t); > + int (*_unused3) (void *, uint32_t, uint64_t, uint32_t); > +#else > + int (*pwrite) (void *handle, const void *buf, uint32_t count, > + uint64_t offset, uint32_t flags); > + int (*zero) (void *handle, uint32_t count, uint...
2018 Jan 19
16
[nbdkit PATCH v2 00/13] Add filters + FUA support to nbdkit
A combination of the work that both Rich and I have been doing lately, where filters use only the new API with flags on every command that the client can send over the wire (we can then add support for more flags in nbdkit without having to add new callbacks, as NBD adds more flags upstream). Eric Blake (4): protocol: Split flags from cmd field in requests backend: Pass flags argument through
2018 Mar 08
19
[nbdkit PATCH v3 00/15] Add FUA support to nbdkit
After more than a month since v2 [1], I've finally got my FUA support series polished. This is all of my outstanding patches, even though some of them were originally posted in separate threads from the original FUA post [2], [3] [1] https://www.redhat.com/archives/libguestfs/2018-January/msg00113.html [2] https://www.redhat.com/archives/libguestfs/2018-January/msg00219.html [3]
2012 Nov 29
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
I have a new problem: Register RBP is used in a function foo. (I am not allocating RBP to any virtual register, the instances of RBP in function foo are in the machine code when my register allocator starts.) Function foo calls function bar. Register RBP is not saved across the call, though it is live after the call. Function bar includes a virtual register. The code that I'm using to
2012 Dec 01
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
...ruct _IO_FILE *_chain; int _fileno; int _flags2; __off_t _old_offset; unsigned short _cur_column; signed char _vtable_offset; char _shortbuf[1]; _IO_lock_t *_lock; __off64_t _offset; void *__pad1; void *__pad2; void *__pad3; void *__pad4; size_t __pad5; int _mode; char _unused2[15 * sizeof (int) - 4 * sizeof (void *) - sizeof (size_t)]; }; typedef struct _IO_FILE _IO_FILE; struct _IO_FILE_plus; extern struct _IO_FILE_plus _IO_2_1_stdin_; extern struct _IO_FILE_plus _IO_2_1_stdout_; extern struct _IO_FILE_plus _IO_2_1_stderr_; typedef __ssize_t __io_read_fn (void *__cookie...