Home
last modified time | relevance | path

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

/freebsd/contrib/libfido2/src/
H A Dhid_win.c209 SP_DEVICE_INTERFACE_DETAIL_DATA_A *ifdetail = NULL; in get_path() local
228 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()