Searched refs:filter_func (Results 1 – 2 of 2) sorted by relevance
453 filter_func = lambda d: (start_date < d.not_valid_before) or \ function459 filter_func = None462 for d in sorted(filter(filter_func, audit_results.values()), key=sortby_end):
1383 efi_console_filter_func filter_func, in efi_console_get_u16_string() argument1423 if (filter_func) { in efi_console_get_u16_string()1424 if (filter_func(&key) != EFI_SUCCESS) in efi_console_get_u16_string()
Completed in 11 milliseconds