Home
last modified time | relevance | path

Searched refs:find_matches (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/nvdimm/
H A Dnvdimm_nfit.c45 find_matches(ACPI_TABLE_NFIT *nfitbl, uint16_t type, uint16_t offset, in find_matches() function
84 count = find_matches(nfitbl, type, offset, mask, value, NULL, 0); in malloc_find_matches()
91 find_matches(nfitbl, type, offset, mask, value, *ptrs, *ptrs_len); in malloc_find_matches()
145 find_matches(nfitbl, ACPI_NFIT_TYPE_SYSTEM_ADDRESS, in acpi_nfit_get_spa_range()
174 find_matches(nfitbl, ACPI_NFIT_TYPE_CONTROL_REGION, in acpi_nfit_get_control_region()
187 find_matches(nfitbl, ACPI_NFIT_TYPE_FLUSH_ADDRESS, in acpi_nfit_get_flush_addrs()
/freebsd/usr.bin/fortune/fortune/
H A Dfortune.c149 static int find_matches(void);
169 exit(find_matches() != 0); in main()
1261 find_matches(void) in find_matches() function