Searched refs:filename (Results 1 – 1 of 1) sorted by relevance
| /pciutils/lib/ |
| H A D | physmem-windows.c | 667 init_physmem_ntdll(struct physmem *physmem, struct pci_access *a, const char *filename, int w) in init_physmem_ntdll() argument 726 len = MultiByteToWideChar(CP_ACP, 0, filename, -1, NULL, 0); in init_physmem_ntdll() 729 a->debug("Option devmem.path '%s' is invalid multibyte string.", filename); in init_physmem_ntdll() 735 len = MultiByteToWideChar(CP_ACP, 0, filename, -1, wide_filename, len); in init_physmem_ntdll() 738 a->debug("Option devmem.path '%s' is invalid multibyte string.", filename); in init_physmem_ntdll() 747 a->debug("trying to open NT Section %s in %s mode...", filename, w ? "read/write" : "read-only"); in init_physmem_ntdll()
|