Lines Matching +defs:d +defs:notify
67 static int efihttp_fs_readdir(struct open_file *f, struct dirent *d);
107 notify(EFI_EVENT event __unused, void *context)
442 status = BS->CreateEvent(EVT_NOTIFY_SIGNAL, TPL_CALLBACK, notify,
504 status = BS->CreateEvent(EVT_NOTIFY_SIGNAL, TPL_CALLBACK, notify,
625 status = BS->CreateEvent(EVT_NOTIFY_SIGNAL, TPL_CALLBACK, notify,
758 efihttp_fs_readdir(struct open_file *f, struct dirent *d)
790 d->d_type = DT_DIR;
792 d->d_type = DT_REG;
793 memcpy(d->d_name, cursor, end - cursor);
794 d->d_name[end - cursor] = '\0';