search for: vprint

Displaying 13 results from an estimated 13 matches for "vprint".

Did you mean: print
2017 Jun 09
2
[PATCH 1/3] The VPrint definition is now part of the exports of gnu-efi
...rd at greenbone.net> --- efi/fio.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/efi/fio.h b/efi/fio.h index 65fff8d..a1bfe68 100644 --- a/efi/fio.h +++ b/efi/fio.h @@ -11,15 +11,6 @@ #define MAX_EFI_ARGS 64 #define WS(c16) (c16 == L' ' || c16 == CHAR_TAB) -/* VPrint is not in export declarations in gnu-efi lib yet - * although it is a global function; declare it here - */ -extern UINTN -VPrint ( - IN CHAR16 *fmt, - va_list args - ); - extern EFI_STATUS efi_errno; void efi_memcpy(unsigned char *dst, unsigned char *src, size_t len); -- 2.1.4
2019 Feb 06
4
syslinux-6.04-pre2
...elease, however, due to the issues with continuing > > to keep the main archive on kernel.org, I have moved the release archive to: > > Please add a non ancient gnu-efi snapshot too. > > Jocke You vill need two commits( Update the longjump calls to fit the new declaration, The VPrint definition is now part of the exports of gnu-efi) from https://github.com/joakim-tjernlund/syslinux/commits/master to build against a modern gnu-efi Jocke
2019 Feb 07
2
syslinux-6.04-pre2
...gt;> to keep the main archive on kernel.org, I have moved the release archive to: > >> > >> Please add a non ancient gnu-efi snapshot too. > >> > >> Jocke > > > > You vill need two commits( Update the longjump calls to fit the new declaration, The VPrint definition is now part of the exports of gnu-efi) > > from https://github.com/joakim-tjernlund/syslinux/commits/master > > to build against a modern gnu-efi > > > > Hi, > > I merged your tree and added the install patch on top of it. Thank you! > > -hpa...
2019 Feb 06
0
syslinux-6.04-pre2
...issues with continuing >>> to keep the main archive on kernel.org, I have moved the release archive to: >> >> Please add a non ancient gnu-efi snapshot too. >> >> Jocke > > You vill need two commits( Update the longjump calls to fit the new declaration, The VPrint definition is now part of the exports of gnu-efi) > from https://github.com/joakim-tjernlund/syslinux/commits/master > to build against a modern gnu-efi > Hi, I merged your tree and added the install patch on top of it. Thank you! -hpa
2019 Feb 07
0
syslinux-6.04-pre2
...ernel.org, I have moved the release archive to: > > > > > > > > Please add a non ancient gnu-efi snapshot too. > > > > > > > > Jocke > > > > > > You vill need two commits( Update the longjump calls to fit the new declaration, The VPrint definition is now part of the exports of gnu-efi) > > > from https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fjoakim-tjernlund%2Fsyslinux%2Fcommits%2Fmaster&data=02%7C01%7CJoakim.Tjernlund%40infinera.com%7C1ac2ccd0f5564ac2d22508d68ced2bac%7C285643de5f5b...
2017 Jun 08
2
New gnu-efi release (3.0.5)
Hi together, The gnu-efi project released in January a new version: 3.0.5. Unfortunately, I don't seem to be able to find a release-note or such. Fact is, syslinux has some difficulties building with that version. - The declaration of VPrint is now in the gnu-efi headers, and is incompatible with syslinux one (CONST missing in syslinux) - The EFI_PXE_BASE_CODE struct is now called EFI_PXE_BASE_CODE_PROTOCOL - The declaration of the various longjump types is incompatible with syslinux's. I've stopped when investigating that...
2019 Feb 05
6
syslinux-6.04-pre2
Hi all, It has been the case for quite a while that the master tree is unambiguously better than 6.03. I have thus tagged and pushed out a syslinux-6.04-pre2 release, however, due to the issues with continuing to keep the main archive on kernel.org, I have moved the release archive to: https://www.zytor.com/pub/syslinux/ Other than the URL, there is no difference from the kernel.org archive.
2019 Feb 06
4
syslinux-6.04-pre2
...to keep the main archive on kernel.org, I have moved the release archive to: > > > > > > Please add a non ancient gnu-efi snapshot too. > > > > > > Jocke > > > > You vill need two commits( Update the longjump calls to fit the new declaration, The VPrint definition is now part of the exports of gnu-efi) > > from https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fjoakim-tjernlund%2Fsyslinux%2Fcommits%2Fmaster&data=02%7C01%7CJoakim.Tjernlund%40infinera.com%7Ce0539f8d5164488f7aa008d68c6a18af%7C285643de5f5b4b03a...
2019 Feb 06
2
syslinux-6.04-pre2
> On 2/6/19 11:44 AM, Joakim Tjernlund wrote: > > On Wed, 2019-02-06 at 11:34 -0800, H. Peter Anvin wrote: > > > > Great, that tree now against a somewhat old gnu-efi though. > > > > To build against >= 3.0.8 I need to do: > > #gnu-efi >= 3.0.8 has memset/memcpy defined causing multiple syms errors > > sed -i 's/LDFLAGS =/LDFLAGS =
2012 Sep 30
2
rsync over NFSv4
Hi, my FreeBSD-9/stable machine (FreeBSD freebsd-tower.goebo.site 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #2 r241044M: Sat Sep 29 12:52:01 CEST 2012 lbo@freebsd-tower.goebo.site:/usr/obj/usr/src/sys/GENERIC i386) crashes reproducibly when rsync-ing files to an NFSv4 share on the FreeBSD machine. The crash makes the system reboot. The crash creates files in /var/crash which may be obtained
2003 Apr 11
14
PATCH: Forcible delaying of UFS (soft)updates
...extern TAILQ_HEAD(swqueue, buf) bswlist; extern TAILQ_HEAD(bqueues, buf) bufqueues[BUFFER_QUEUES]; --- /usr/src/sys.org/sys/vnode.h Sun Dec 29 19:19:53 2002 +++ sys/vnode.h Sat Apr 12 00:06:20 2003 @@ -294,6 +294,9 @@ extern struct vm_zone *namei_zone; extern int prtactive; /* nonzero to call vprint() */ extern struct vattr va_null; /* predefined null vattr structure */ extern int vfs_ioopt; +extern int rushjob; +extern int syncer_maxdelay; +extern int sync_extdelay; /* * Macro/function to check for client cache inconsistency w.r.t. leasing. -------------- next part -------------- #...
2007 Apr 18
1
[RFC/PATCH LGUEST X86_64 03/13] lguest64 core
...rn const unsigned long kallsyms_markers[] __attribute__((weak)); + +static DEFINE_SPINLOCK(hcall_print_lock); +#define HCALL_BUFF_SIZ 1024 +static char hcall_buff[HCALL_BUFF_SIZ]; + +/* Set to true when the lguest_init is called. */ +static int lguest_paravirt; + +struct lguest_print_ops { + void (*vprint)(const char *fmt, va_list ap); +} *lguest_pops; + +void lguest_vprint(const char *fmt, va_list ap) +{ + if (lguest_pops) + lguest_pops->vprint(fmt, ap); +} + +void lguest_print(const char *fmt, ...) +{ + va_list ap; + + /* irq save? */ + va_start(ap, fmt); + lguest_vprint(fmt, ap); + va_end(ap)...
2007 Apr 18
1
[RFC/PATCH LGUEST X86_64 03/13] lguest64 core
...rn const unsigned long kallsyms_markers[] __attribute__((weak)); + +static DEFINE_SPINLOCK(hcall_print_lock); +#define HCALL_BUFF_SIZ 1024 +static char hcall_buff[HCALL_BUFF_SIZ]; + +/* Set to true when the lguest_init is called. */ +static int lguest_paravirt; + +struct lguest_print_ops { + void (*vprint)(const char *fmt, va_list ap); +} *lguest_pops; + +void lguest_vprint(const char *fmt, va_list ap) +{ + if (lguest_pops) + lguest_pops->vprint(fmt, ap); +} + +void lguest_print(const char *fmt, ...) +{ + va_list ap; + + /* irq save? */ + va_start(ap, fmt); + lguest_vprint(fmt, ap); + va_end(ap)...