Displaying 10 results from an estimated 10 matches for "conin".
Did you mean:
coin
2015 Sep 02
1
HP EFI binaries
...sent any property of the underlying handle.
If it helps,
http://git.ipxe.org/ipxe.git/blob/HEAD:/src/interface/efi/efi_debug.c
shows the code that iPXE uses to dump out meaningful labels for
arbitrary handles. This generates names such as:
PciRoot(0x0)/Pci(0x3,0x0)/MAC(525400123456,0x1)
ConIn
wdsmgfw
and when no descriptive naming scheme can be found, falls back to
dumping the raw handle and a list of installed protocols, such as
UNKNOWN<0x3f0df318,SimpleTextIn,SimpleTextInEx>
Michael
2015 Aug 15
3
[PATCH] EFI booting may hang indefinitely when no keyboard is present
...4 as per
e466d2498604c8eea055a8e98284d65311073b39
Best Regards,
Olli
--- syslinux-6.03/efi/main.c.orig 2015-08-15 12:31:33.987766223 +0200
+++ syslinux-6.03/efi/main.c 2015-08-15 12:31:44.427993051 +0200
@@ -1324,7 +1324,7 @@ EFI_STATUS efi_main(EFI_HANDLE image, EF
in = ST->ConIn;
do {
status = uefi_call_wrapper(in->ReadKeyStroke, 2, in, &key);
- } while (status != EFI_NOT_READY);
+ } while (status == EFI_SUCCESS);
if (!setjmp(load_error_buf))
load_env32(NULL);
2015 Feb 20
6
[PATCH 0/1] EFI image booting capabilities
...;
return 0;
}
+void efi_clear_screen(void)
+{
+
+ //simple form feed leaving only the background if any
+ char buf[55];
+ memset(&buf,'\n',sizeof(buf));
+ printf("%s",buf);
+
+}
+
int efi_pollchar(void)
{
SIMPLE_INPUT_INTERFACE *in = ST->ConIn;
@@ -1042,6 +1061,97 @@ static int exit_boot(struct boot_params
return 0;
}
+
+/* efi_boot_efi:
+ * Boots an efi image
+ */
+int efi_boot_efi(void *kernel_buf, size_t kernel_size,
+ char *cmdline, int cmdlineSize)
+{
+
+char* szLoadImage = "LoadImage()";
+char* szHandleProtocol =...
2005 Apr 17
29
Re: dumb, dumb question ...
>Date: Sun, 17 Apr 2005 13:28:05 -0400
>From: "ryanag@zoominternet.net" <ryanag@zoominternet.net>
>Subject: Re: [Shorewall-users] dumb, dumb question **follow-up on
> support-request documentation**
>To: Tom Eastep <teastep@shorewall.net>
>Cc: Mailing List for Shorewall Users
> <shorewall-users@lists.shorewall.net>
>Message-ID:
2015 Mar 14
0
[PATCH 0/1] EFI access from Com32 modules
..., 6000);
+ puts("");
+ return inc;
+}
+
+int doTheJob(void)
+{
+
+ printf("This Com32 instance of elf_bios_efi.c32 is running on a BIOS environment\n");
+ pressanykey();
+
+ return 0;
+}
+
+#else
+
+char efi_getchar(char *hi)
+{
+ SIMPLE_INPUT_INTERFACE *in = ST->ConIn;
+ EFI_INPUT_KEY key;
+ EFI_STATUS status;
+
+
+ status = WaitForSingleEvent(in->WaitForKey, 0); // 0=> no timeout
+ status = uefi_call_wrapper(in->ReadKeyStroke, 2, in, &key); // get the char
+
+ if (!key.ScanCode)
+ return (char)key.UnicodeChar;
+
+ /*
+ * We currently only hand...
2016 Mar 20
0
[PATCH 0/1] EFI image booting capabilities
...; + //simple form feed leaving only the background if any
> + char buf[55];
> + memset(&buf,'\n',sizeof(buf));
> + printf("%s",buf);
> +
> +}
> +
> int efi_pollchar(void)
> {
> SIMPLE_INPUT_INTERFACE *in = ST->ConIn;
This probably deserves a NULL terminator but perhaps calling
EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL.ClearScreen() may be better.
> @@ -1042,6 +1061,97 @@ static int exit_boot(struct boot_params
> return 0;
> }
>
> +
> +/* efi_boot_efi:
> + * Boots an efi image
> + */
&g...
2015 Aug 28
6
HP EFI binaries
On Fri, Aug 28, 2015 at 4:22 AM, Patrick Masotta <masottaus at yahoo.com> wrote:
> Thanks Derrik; I got your efi-dh.txt
>
> I've found this:
>
> 252: SimpleNetwork PXEBaseCode LoadFile DevicePath(0000:0000:0000:0000:0000:0000))
> 267: SimpleNetwork PXEBaseCode LoadFile DevicePath(065F36E00EE,0x1)/IPv4(0.0.0.0))
> 27C: SimpleNetwork PXEBaseCode LoadFile
2020 Jul 03
0
Wine release 5.12
...sstr in IHTMLIFrameElement2::put_width.
kernel32/tests: Add more tests for opening console.
server: Introduce ConDrv device.
server: Support ConDrv/CurrentIn device.
server: Support ConDrv/CurrentOut device.
server: Support console global symlinks.
ntdll: Support CONIN$ and CONOUT$ in RtlIsDosDeviceName_U.
kernelbase: Use NtCreateFile for console handles in CreateFileW.
kernel32: Reimplement OpenConsoleW on top of CreateFileW.
server: Remove no longer needed support for opening current console in open_console request.
mshtml: Return NULL i...
2001 Dec 04
2
Serial Errors
...into future Wine releases.
See documentation/keyboard for more information.
trace:file:CreateFileA C:\WINDOWS\SYSTEM\wineoss.drv GENERIC_READ FILE_SHARE_READ OPEN_EXISTING
warn:file:CreateFileA Unable to get full filename from 'C:\WINDOWS\SYSTEM\wineoss.drv' (GLE 2)
trace:file:CreateFileA CONIN$ GENERIC_READ GENERIC_WRITE FILE_SHARE_READ FILE_SHARE_WRITE OPEN_EXISTING
trace:file:CreateFileA CONOUT$ GENERIC_WRITE FILE_SHARE_READ FILE_SHARE_WRITE OPEN_EXISTING
trace:file:FILE_DoOpenFile AVICAP.DLL OF_READ OF_SHARE_COMPAT
trace:file:FILE_DoOpenFile AVICAP.DLL 0000
trace:file:FILE_DoOpenFi...
2008 Feb 13
1
Flash Movie Player Control in VB
...trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\msvcrt.dll" 520
0x7ecdb0b0 (nil))
trace:file:wine_nt_to_unix_file_name
L"\\??\\C:\\windows\\system32\\msvcrt.dll" ->
"/home/ryan/.wine/dosdevices/c:/windows/system32/msvcrt.dll"
trace:file:CreateFileW L"CONIN$" GENERIC_READ FILE_SHARE_READ creation 3
attributes 0x0
trace:file:CreateFileW returning 0xffffffff
trace:file:CreateFileW L"CONOUT$" GENERIC_WRITE FILE_SHARE_WRITE creation 3
attributes 0x0
trace:file:CreateFileW returning 0xffffffff
trace:file:RtlDosPathNameToNtPathName_U
(L&quo...