Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F112306503
D28030.id81891.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D28030.id81891.diff
View Options
diff --git a/sys/dev/efidev/efidev.c b/sys/dev/efidev/efidev.c
--- a/sys/dev/efidev/efidev.c
+++ b/sys/dev/efidev/efidev.c
@@ -53,14 +53,6 @@
int error;
switch (cmd) {
- case EFIIOC_GET_TABLE:
- {
- struct efi_get_table_ioc *egtioc =
- (struct efi_get_table_ioc *)addr;
-
- error = efi_get_table(&egtioc->uuid, &egtioc->ptr);
- break;
- }
case EFIIOC_GET_TIME:
{
struct efi_tm *tm = (struct efi_tm *)addr;
diff --git a/sys/sys/efiio.h b/sys/sys/efiio.h
--- a/sys/sys/efiio.h
+++ b/sys/sys/efiio.h
@@ -32,12 +32,6 @@
#include <sys/uuid.h>
#include <sys/efi.h>
-struct efi_get_table_ioc
-{
- struct uuid uuid; /* UUID to look up */
- void *ptr; /* Pointer to table in KVA space */
-};
-
struct efi_var_ioc
{
efi_char *name; /* User pointer to name, in wide chars */
@@ -48,7 +42,6 @@
size_t datasize; /* Number of *bytes* in the data */
};
-#define EFIIOC_GET_TABLE _IOWR('E', 1, struct efi_get_table_ioc)
#define EFIIOC_GET_TIME _IOR('E', 2, struct efi_tm)
#define EFIIOC_SET_TIME _IOW('E', 3, struct efi_tm)
#define EFIIOC_VAR_GET _IOWR('E', 4, struct efi_var_ioc)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 16, 7:50 PM (2 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17186400
Default Alt Text
D28030.id81891.diff (1 KB)
Attached To
Mode
D28030: efidev: remove EFIIOC_GET_TABLE ioctl
Attached
Detach File
Event Timeline
Log In to Comment