find_matches
find_matches(nfitbl, ACPI_NFIT_TYPE_SYSTEM_ADDRESS,
find_matches(nfitbl, ACPI_NFIT_TYPE_CONTROL_REGION,
find_matches(nfitbl, ACPI_NFIT_TYPE_FLUSH_ADDRESS,
count = find_matches(nfitbl, type, offset, mask, value, NULL, 0);
find_matches(nfitbl, type, offset, mask, value, *ptrs, *ptrs_len);
static int find_matches(void);
exit(find_matches() != 0);