• Home
  • Raw
  • Download

Lines Matching refs:pci_malloc

301   service_name = pci_malloc(a, reg_size);  in get_device_service_name()
381 service_config = pci_malloc(a, service_config_size); in get_driver_path_for_service()
426 …service_image_path = pci_malloc(a, sizeof(WCHAR) * (system32_len + sizeof("\\drivers\\")-1 + wcsle… in get_driver_path_for_service()
438 …service_image_path = pci_malloc(a, sizeof(WCHAR) * (systemroot_len + wcslen(service_config->lpBina… in get_driver_path_for_service()
450 …service_image_path = pci_malloc(a, sizeof(WCHAR) * (sizeof("\\\\") + wcslen(service_config->lpBina… in get_driver_path_for_service()
462 …service_image_path = pci_malloc(a, sizeof(WCHAR) * (wcslen(service_config->lpBinaryPathName) - (si… in get_driver_path_for_service()
473 …service_image_path = pci_malloc(a, sizeof(WCHAR) * (systemroot_len + sizeof("\\")-1 + wcslen(servi… in get_driver_path_for_service()
484 service_image_path = pci_malloc(a, sizeof(WCHAR) * wcslen(service_config->lpBinaryPathName)); in get_driver_path_for_service()
497 driver_path = pci_malloc(a, driver_path_len); in get_driver_path_for_service()
558 value = pci_malloc(a, reg_size + 1); in read_reg_key_string_value()
727 …driver_path = pci_malloc(a, systemdir_len + 1 + sizeof("system32\\drivers\\")-1 + strlen(driver_pt… in get_driver_path_for_regkey()
737 …driver_path = pci_malloc(a, systemdir_len + 1 + sizeof("vmm32.vxd ()")-1 + strlen(driver_ptr) + 4 … in get_driver_path_for_regkey()
747 driver_path = pci_malloc(a, systemdir_len + 1 + strlen(driver_ptr) + 4 + 1); in get_driver_path_for_regkey()
780 devinst_id = pci_malloc(a, devinst_id_len + 1); in get_device_driver_path()
965 child_name = pci_malloc(a, child_name_len); in fill_resources()
1013 res_des_data = pci_malloc(a, res_des_data_size); in fill_resources()
1434 hardware_ids = pci_malloc(a, reg_size); in fill_data_from_hardware_ids()
1568 devinst_id_list = pci_malloc(a, devinst_id_list_size); in win32_cfgmgr32_scan()