Lines Matching refs:count
42 efi_uintn_t *count) in count_child_controllers() argument
48 *count = 0; in count_child_controllers()
58 ++*count; in count_child_controllers()
203 efi_uintn_t count; in stop() local
222 &entry_buffer, &count); in stop()
227 while (count) { in stop()
228 if (entry_buffer[--count].attributes & in stop()
232 entry_buffer[count].agent_handle); in stop()
312 efi_uintn_t count; in execute() local
322 &count); in execute()
323 if (ret != EFI_SUCCESS || count != NUMBER_OF_CHILD_CONTROLLERS) { in execute()
325 (unsigned int)count, NUMBER_OF_CHILD_CONTROLLERS); in execute()
337 &count); in execute()
338 if (ret != EFI_SUCCESS || count != NUMBER_OF_CHILD_CONTROLLERS - 1) { in execute()
350 &count); in execute()
351 if (ret != EFI_SUCCESS || count) { in execute()
364 &count); in execute()
365 if (ret != EFI_SUCCESS || count != NUMBER_OF_CHILD_CONTROLLERS) { in execute()
367 (unsigned int)count, NUMBER_OF_CHILD_CONTROLLERS); in execute()
389 &count); in execute()
390 if (ret != EFI_SUCCESS || count != NUMBER_OF_CHILD_CONTROLLERS) { in execute()
392 (unsigned int)count, NUMBER_OF_CHILD_CONTROLLERS); in execute()
404 &count); in execute()