Searched refs:ifdetail (Results 1 – 1 of 1) sorted by relevance
209 SP_DEVICE_INTERFACE_DETAIL_DATA_A *ifdetail = NULL; in get_path() local228 if ((ifdetail = malloc(len)) == NULL) { in get_path()233 ifdetail->cbSize = sizeof(*ifdetail); in get_path()235 if (SetupDiGetDeviceInterfaceDetailA(devinfo, ifdata, ifdetail, len, in get_path()242 if ((path = strdup(ifdetail->DevicePath)) == NULL) { in get_path()248 free(ifdetail); in get_path()