Searched refs:EFIIOC_GET_TABLE (Results 1 – 3 of 3) sorted by relevance
144 if (ioctl(efi_fd, EFIIOC_GET_TABLE, &table) == -1) in main()150 if (ioctl(efi_fd, EFIIOC_GET_TABLE, &table) == -1) in main()
58 #define EFIIOC_GET_TABLE _IOWR('E', 1, struct efi_get_table_ioc) macro
53 case EFIIOC_GET_TABLE: in efidev_ioctl()