Am 1. Juni 2023 21:32:04 MESZ schrieb Ilias Apalodimas
:
>Hi Heinrich,
>
>[...]
>> > + * @event notified event
>> > + * @context pointer to the notification count
>> > + */
>> > +static void EFIAPI test_uninstall_notify(struct efi_event *event, void
>> > *context)
>> > +{
>> > + return
Hi Heinrich,
[...]
> > + * @event notified event
> > + * @contextpointer to the notification count
> > + */
> > +static void EFIAPI test_uninstall_notify(struct efi_event *event, void
> > *context)
> > +{
> > + return;
> > +}
> > +
> > /*
> >* Setup unit test.
> >*
> > @@ -9
On 6/1/23 14:06, Ilias Apalodimas wrote:
A previous patch is fixing a problem where handles were added in
an event notification list, but were never deleted when the handle got
deleted. Add a test case which calls
- RegisterProtocolNotify
- IstallMultipleProtocolInterface
- UnIstallMultipleProto
A previous patch is fixing a problem where handles were added in
an event notification list, but were never deleted when the handle got
deleted. Add a test case which calls
- RegisterProtocolNotify
- IstallMultipleProtocolInterface
- UnIstallMultipleProtocolInterface
- LocateHandleBuffer(ByRegiste
4 matches
Mail list logo