get_table
.get_table = get_table,
struct opcode_label *table = get_table(group);
int (*get_table)(efi_guid_t *, void **);
if (active_efi_ops->get_table == NULL)
return (active_efi_ops->get_table(guid, ptr));