Searched defs:aPeriphMatches (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/freebsd/
H A DHostHardwareFreeBSD.cpp235 struct dev_match_result aPeriphMatches[2]; local
241 RT_ZERO(aPeriphMatches);
260 PeriphCCB.cdm.match_buf_len = sizeof(aPeriphMatches);
261 PeriphCCB.cdm.matches = aPeriphMatches;
274 if ( (aPeriphMatches[iPeriphMatch].type == DEV_MATCH_PERIPH)
275 && (!strcmp(aPeriphMatches[iPeriphMatch].result.periph_result.periph_name, "cd")))
277 pPeriphResult = &aPeriphMatches[iPeriphMatch].result.periph_result;

Completed in 334 milliseconds