Searched refs:dsdt_path (Results 1 – 2 of 2) sorted by relevance
733 char dsdt_path[256]; in passthru_init() local752 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() local1852 dsdt_path = ptdev->dsdt_path; in write_dsdt_file()[all …]
43 char dsdt_path[256]; member
Completed in 6 milliseconds