Home
last modified time | relevance | path

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

/devicemodel/hw/pci/
A Dpassthrough.c733 char dsdt_path[256]; in passthru_init() local
752 memset(dsdt_path, 0, sizeof(dsdt_path)); in passthru_init()
789 if (strlen(opt) >= sizeof(dsdt_path)) { in passthru_init()
791 sizeof(dsdt_path)-1); in passthru_init()
794 strncpy(dsdt_path, opt, sizeof(dsdt_path) - 1); in passthru_init()
795 pr_info("dsdt file path is %s\n", dsdt_path); in passthru_init()
935 memset(ptdev->dsdt_path, 0, sizeof(ptdev->dsdt_path)); in passthru_init()
936 strncpy(ptdev->dsdt_path, dsdt_path, sizeof(ptdev->dsdt_path) - 1); in passthru_init()
1847 char *dsdt_path = NULL; in write_dsdt_file() local
1852 dsdt_path = ptdev->dsdt_path; in write_dsdt_file()
[all …]
/devicemodel/include/
A Dpassthru.h43 char dsdt_path[256]; member

Completed in 6 milliseconds