Searched refs:nfit_handle_t (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/nvdimm/
H A Dnvdimm_var.h81 typedef uint32_t nfit_handle_t; typedef
90 nfit_handle_t)
98 nfit_handle_t nv_handle;
159 void acpi_nfit_get_dimm_ids(ACPI_TABLE_NFIT *nfitbl, nfit_handle_t **listp,
169 void acpi_nfit_get_flush_addrs(ACPI_TABLE_NFIT *nfitbl, nfit_handle_t dimm,
172 nfit_handle_t dimm, ACPI_NFIT_MEMORY_MAP ***listp, int *countp);
174 struct nvdimm_dev *nvdimm_find_by_handle(nfit_handle_t nv_handle);
H A Dnvdimm_nfit.c98 acpi_nfit_get_dimm_ids(ACPI_TABLE_NFIT *nfitbl, nfit_handle_t **listp,
122 *listp = mallocarray(maxids, sizeof(nfit_handle_t), M_NVDIMM, M_WAITOK);
183 acpi_nfit_get_flush_addrs(ACPI_TABLE_NFIT *nfitbl, nfit_handle_t dimm,
206 acpi_nfit_get_memory_maps_by_dimm(ACPI_TABLE_NFIT *nfitbl, nfit_handle_t dimm,
H A Dnvdimm_ns.c47 nfit_handle_t dimm_handle;
H A Dnvdimm.c293 nvdimm_find_by_handle(nfit_handle_t nv_handle)
465 get_dimm_acpi_handle(ACPI_HANDLE root_handle, nfit_handle_t adr)
483 nfit_handle_t *dimm_ids, *dimm;

Completed in 73 milliseconds